Walt Shekrota: > On Friday 25 March 2011 18:19:32 you wrote: > > On Fri, Mar 25, 2011 at 6:27 PM, Walt Shekrota > > > > <wshekr...@penguinacity.org> wrote: > > > Mar 25 16:55:39 ubu postfix/qmgr[560]: 3485281365: > > > from=<ws...@ubu.doink.org>, size=505, nrcpt=1 (queue active) > > > > [..] > > > > > </etc/postfix/sasl_password> > > > smtp.frontier.com:25 wshekr...@frontier.com:mypassword > > > > . The sender (MAIL FROM) is equals to authentication user (AUTH)? > > No: wshekr...@frontier.com != ws...@ubu.doink.org > > > Everything is working here (Dovecot) except for the outgoing (postfix smtp) > and I have a feeling it is my lack of understanding for postfix arch that is > keeping me from getting there. I figure what Reinaldo is telling me is the > clue. > Does this mean I can only send from an id == wshekr...@frontier.com? > do I have to change lines in main.cf to phoney that id and host? > I apologise I don't have a broad knowledge of mail systems.
Some providers do require that you use their email address as sender. There is one way to find out if that is the case here, and that is connecting to the ISP and doing an SMTP session by hand: telnet provider 25 ehlo your.machine.name auth plain ..secrets.. mail from:<sender address> rcpt to:<recipient address> If it accepts RCPT TO after you give the ISP's sender address, but complains about RCPT TO with the sender address you want to use, then that is the problem. Wietse