On Thursday 22 April 2004 15:21, Thoralf Rickert wrote: > In /etc/courier/aliases/users I've added a line like this: > @<domain2>: user@<domain1> > > I've called makealiases.
You're missing a step. What this syntax means is that when a message arrives for [EMAIL PROTECTED] then it will be delivered to [EMAIL PROTECTED] You need to include instructions in the "[EMAIL PROTECTED]" account which tell courier what to do with that address or it will be rejected. Read the "Virtual Domains" section of the makealiases man page to see exactly how this works. Basically if you want "[EMAIL PROTECTED]" to be accepted and delviered then you need to create a ".courier-postmaster" file in the HOME directory for "user" whch tells courier what to do with mail for that address. You can also use a .courier-default file in the user account which tells courier what to do with mail that doesn't match anything else. So if you put "./Maildir" into a .courier-default file for "user" then ALL mail @domain2 would be accepted and stored in user's INBOX. 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
