On Wednesday 24 March 2004 12:13, Zoran Milojkovic wrote: > I have Courier 0.45.0 with POP3 and SMTP up and running on our intranet. I am using Mozilla 1.6 and when I enter in recipient's field complete e-mail address: [EMAIL PROTECTED], message is delivered into zoran's maildir. But, according to specification for 'locals' file in "courier.html" on Courier's site, same thing should happen if I enter only zoran into recipient's field.
Courier rejects all addresses that don't have a domain in them. There are some mailservers which will accept an address like "zoran" and assume that it's a local address, but courier does not. You MUST send mail addressed to "[EMAIL PROTECTED]". The check for whether an address is syntactically valid (contains a '@', and at least one period - '.') takes place before courier ever checks for whether an address is a valid user or not. So it doesn't matter that "zoran" is a valid address on the server. Courier never gets that far. 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
