On Fri, Feb 09, 2007 at 06:23:22PM +0000, Mário Gamito wrote: > Hi, > > I want to install a mail server with several domains and authenticated SMTP. > > I've noticed that i only can send messages with SMTP auth if i ommit the > domain part, i. e., if i use only "gamito" as the login, the message goes. > If i use "[EMAIL PROTECTED]" the message sending fails. > > Any ideas ? >
SMTP login uses the uid for identifing the user (like POP3 and IMAP) and not the mail address. You can use the same address for uid and mail without a porblem. -- :wq Claudio
