|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Floyd Arguello (floyd.lists
gmail.com)
Date: Fri Feb 01 2008 - 13:45:03 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dan Farrell wrote:
> hi list,
>
> I have been using postfix for about a year now to host my own mail, and
> have never been able to configure remote SASL SMTP authentication on my
> mail server. My desired configuration would
>
> 1 allow any mail sent from local networks through
> 2 allow any mail sent from an authorized smtp connection through
> 3 allow any mail sent to a destination or relay domain through
> 4 reject all other mail (of course!)
>
> right now I have all but #2. I can send mail from local hosts just
> fine, but I cannot send mail from remote locations.
>
> My hope is that someone on the list could kindly point me in the right
> direction.
>
> Thanks in advance for any assistance,
>
> Dan Farrell
>
> I have in my main.cf (complete file attached, sans comments):
>
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_path = smtpd
> broken_sasl_auth_clients = yes
> smtpd_client_restrictions =
> permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
> smtpd_sender_restrictions =
> permit_mynetworks,permit_sasl_authenticated,reject_unknown_address,permit
http://www.postfix.org/SASL_README.html
smtpd_recipient_restrictions =
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
Good luck,
Floyd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]