On 4/17/2014 6:42 AM, Benny Pedersen wrote: > Ziv Barber skrev den 2014-04-16 19:10: > >> smtpd_recipient_restrictions = permit_mynetworks, >> reject_unauth_destination, >> # reject_unknown_client, > > smtpd_mumble_restrictions stops here, since # lines does not imho > continue next line restrictions, when you move this line it works i > bet :=)
Full-line comments (with no leading whitespace) are allowed within restrictions. Look for the problem elsewhere. > >> reject_invalid_hostname, >> reject_non_fqdn_hostname, >> reject_non_fqdn_sender, >> reject_non_fqdn_recipient, >> reject_unknown_sender_domain, >> reject_unknown_recipient_domain, >> smtpd_sender_restrictions = permit_mynetworks, >> reject_unknown_sender_domain, >> reject_non_fqdn_sender > > use btw postconf -n when you post your config, then you have spotted > it aswell always good advice. -- Noel Jones
