Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-04-03 Thread Benny Pedersen
Den 2012-03-28 15:31, Phill Edwards skrev: Mar 29 00:04:33 zrf postfix/smtpd[624]: NOQUEUE: reject: RCPT from unknown[xx.xxx.180.193]: 554 5.7.1 : Client host rejected: Access denied; from= smtpd_client_restrictions = permit_mynetworks, reject missing permit_sasl_authenticated postfix do a

Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-03-29 Thread Brian Evans - Postfix List
On 3/29/2012 6:56 AM, Phill Edwards wrote: > > > smtpd_recipient_restrictions = permit_sasl_authenticated, > > permit_mynetworks, check_relay_domains > > You'll want a reject_unauth_destination after these. > > > Sorry but I don't have any idea what that means. Could you please > explai

Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-03-29 Thread Phill Edwards
if "permit_sasl_authenticated" is before restricitions the client can always > authenticate, this is how the tings are working > Thaks for the info. > > > P.S.: please do not reply offlist! > Yes, I noticed that. I didn't mean to, but I find with this particular mailing list when I click reply

Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-03-29 Thread Phill Edwards
> > > I have now set up SMTP AUTH and it's working when sening emails from PCs > on > > my LAN. But when I send emails from outside (eg from my mobile phone) I > get > > these errors: > > Hopefully it's as simple as fixing the smtpd restrictions: > > > smtpd_client_restrictions = permit_mynetworks,

Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-03-29 Thread Reindl Harald
Am 29.03.2012 12:08, schrieb Phill Edwards: > > Am 28.03.2012 15:31, schrieb Phill Edwards: > > I have had a Postfix SMTP server on my LAN for a long time and it works > really well for delivering my email via > > relayhost = smtp.example.com >

Re: Enabled SMTP AUTH but mails from external networks still being rejected

2012-03-28 Thread Reindl Harald
Am 28.03.2012 15:31, schrieb Phill Edwards: > I have had a Postfix SMTP server on my LAN for a long time and it works > really well for delivering my email via > relayhost = smtp.example.com (replaced my actuals > ISP's SMTP server here). > > I have now set up SMTP AU