On 3/18/2011 12:23 PM, Mark Moellering wrote: > I am new to postfix. I have it set it up with dovecot on a unix box : > postfix 2.8 on freebsd 8.1 > > While it tests fine under Thunderbird (and kde-mail), I currently can't > send mail via Windows Live, although I can receive it. > > I have been looking at the log files. This is the error I am seeing: > > Mar 18 11:50:53 mail postfix/smtpd[8376]: NOQUEUE: reject: RCPT from > c-10-0-0-0.hsd1.mi.comcast.net[10-0-0-0]: 554 5.7.1 <m...@msen.com>: > Relay access denied; from=<b...@example.com> to=<m...@msen.com> > proto=ESMTP helo=<MarkPC> > > I have verified that it is in the middle of a connection. The error is > between > Mar 18 11:50:53 mail postfix/smtpd[8376]: Anonymous TLS connection > established ... (snip) And > Mar 18 11:50:53 mail postfix/smtpd[8376]: disconnect from ... (snip) > > I am not quite sure how to go from here. Has anyone else had this > problem? I am guessing it may be a bug in the windows software but I > don't relish the thought of saying we can't support Windows Live Mail. > > Thank you so much in advance. > > Mark Moellering > class creator .com > m...@classcreator.com > > > These are my recipient restrictions: > > smtpd_recipient_restrictions = > reject_non_fqdn_recipient, > reject_unknown_sender_domain, > reject_unknown_recipient_domain, > permit_mynetworks, > permit_sasl_authenticated, > reject_non_fqdn_sender, > reject_unauth_destination, > check_recipient_access > hash:/usr/local/etc/postfix/accounts_accepted, > reject_multi_recipient_bounce, > reject_rhsbl_sender zen.spamhaus.org, > reject_rhsbl_sender bl.spamcop.net, > reject_unverified_sender, > permit > > >
Mark, If you are setting this mail server up so that clients are allowed to relay through it, I suggest looking at: http://www.postfix.org/SASL_README.html and see the commented example for submission in the master.cf -Matt