[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: qmail under RH



test (mohamedou bits mr) wrote:
%  Hi all,
%   Hi Martin,
% 
% I thank U very much for helping me getting the qmail started.
% Its now up and running :)
% But the only thing that not goot is creating this symbol link for every user:
% 
% ln -s  /home/any_user/Mailbox  /var/spool/mail/any_user
% 
% Is there other way to make this automatically.
% 
% Thnx
% 
% Moh
% 
% ln 

Hi Moh,

R R R, cool!

Normally you don't need that.

In your qmail-startup-script is following line:

qmail-start ./Mailbox splogger qmail &

This tells qmail to deliver eMails to a users homedirectory into the file Mailbox.
You can change this, if you want, to ./Maildir , which then uses qmail-style-maildirectories.
You first have to create a Mailbox or a Maildir:

i.e.: touch /home/user/Mailbox  or
      /var/qmail/bin/maildirmake /home/user/Maildir

then echo "./Mailbox" > .qmail  or
     echo "./Maildir" > .qmail

Now all eMails sent to this user will go into the Mailbox or the Maildir.

\martin

-- 

--------------------------------------------------------------------
               Martin Hasenbein  Phone (Fax): (+49) 89 1216376-1 (3)
     \|/       Weiglstr.9	 mailto:martin hasenbein com        
     @ @       D-80636 München	 http://martin.hasenbein.com        
-oOO-(_)-OOo--------------------------------------------------------

                On the 8th day, god created Unix ;-)                





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]