On Wednesday 17 March 2004 05:02, John Saunders wrote:
> The last remaining issue is that courierdeliver
> is storing messages in mbox format in a file called
> $HOME/Maildir. From the source I found out that if
> the maildir doesn't exist the code path causes it to
> deliver in mbox format to the specified mailbox path
> (in this case ./Maildir). I first tried creating a
> Maildir directory but that didn't work. 

Use the utility "maildirmake" which comes with courier.  So to create the 
proper maildir in your $HOME directory you run

#maildirmake $HOME/Maildir

Make sure you run maildirmake as the proper user so that courier can access 
the maildir when it needs to deliver

> Also the install docs talk about an esmtpdacceptmailfor
> file but my install has an esmtpacceptmailfor.dir
> directory. 

You can use either the file 'esmtpdacceptmailfor' or put separate files (with 
whatever names you want) in the 'esmtpacceptmailfor.dir' directory.  Check 
out the courier man page and search for the file name.  It will explain the 
differences. 

> As a side issue, what is the difference between a domain
> in "locals" and a "hosteddomains". The webadmin seems to
> treat them differently, but I believe both sets of domains
> deliver to local mailboxes and is handled locally.

For an address in a domain that is defined as a 'local' domain, the actual 
user account is ONLY the username; it does not include the domain itself.  So 
if "domain.com" is in "locals" and a message arrives for "[EMAIL PROTECTED]", 
courier removes the "@domain.com" and tries to deliver to an account called 
"user".  For hosted domains the domain IS part of the address.  So in the 
above example if "domain.com" is a hosted domain then courier would try to 
deliver to a user called "[EMAIL PROTECTED]".

Again, look in the courier man page and search for "hosteddomains" and 
"locals". 

Jeff Jansen


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to