Pau Peris: > Hi Wietse, > > thank again for your help. Here goes the info, it looks good but > obviously it isn't as long as vacation.pl keeps getting (554 5.7.1 : > Relay access denied). > > postconf mynetworks smtpd_recipient_restrictions smtpd_relay_restrictions > mynetworks = 127.0.0.1/32 91.121.120.208/32 [::1]/128 > [2001:41d0:1:afd0::1]/128 [fe80::4e72:b9ff:feb1:a60e]/128 > smtpd_recipient_restrictions = reject_unauth_pipelining, > reject_non_fqdn_recipient, reject_unknown_recipient_domain, > permit_sasl_authenticated, check_policy_service > unix:private/policy-spf, reject_unauth_destination, > check_policy_service inet:127.0.0.1:10023, ,permit
You have reject_unauth_destination but nothing that permits mail from localhost. Wietse