This is a discussion on Re: reject_unlisted_recipient within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Wed, Feb 16, 2005 at 01:01:58PM -0700, JB wrote: > smtpd_recipient_restrictions = reject_unknown_sender_domain, > reject_unknown_recipient_domain, check_recipient_access > mysql:/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, Feb 16, 2005 at 01:01:58PM -0700, JB wrote:
> smtpd_recipient_restrictions = reject_unknown_sender_domain, > reject_unknown_recipient_domain, check_recipient_access > mysql:/etc/postfix/pre_recipient.cf permit_mynetworks, > check_client_access hash:/etc/postfix/pop-before-smtp > reject_unauth_destination, check_sender_access > mysql:/etc/postfix/sender_access.cf check_client_access > mysql:/etc/postfix/client_access.cf check_recipient_access > mysql:/etc/postfix/recipient_access.cf reject_invalid_hostname, > reject_non_fqdn_hostname, reject_non_fqdn_sender, > reject_non_fqdn_recipient, reject_unauth_pipelining, > reject_rbl_client relays.ordb.org, reject_rbl_client sbl.spamhaus.org, > reject_rbl_client bl.spamcop.net, reject_rbl_client relays.visi.com, > reject_rbl_client blackholes.mail-abuse.org, reject_rbl_client > list.dsbl.org, reject_unlisted_recipient, permit The is equivalent to the same thing with the last two elements left out. Whatever problem you are trying to solve needs to be solved in some other way. > relay_domains = $mydestination, mysql:/etc/postfix/relay_domains.cf And yet don't define "relay_recipient_maps", that is far more likely to be your problem. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |