Open hertell opened 4 years ago
I got it fixed with this (had to remove the last 'reject'):
class { 'postfix::vmail':
smtpd_recipient_restrictions => ['permit_inet_interfaces,permit_mynetworks,reject_authenticated_sender_login_mismatch,permit_sasl_authenticated,reject_unauth_destination'],
smtpd_relay_restrictions => ['permit_inet_interfaces,permit_mynetworks,reject_authenticated_sender_login_mismatch,permit_sasl_authenticated,reject_unauth_destination'],
}
Hi, What distro are you using?
thanks,
Embarrassing that I forgot the most important detail.. Sorry!
I'm running Centos 7
I get just "Recipient address rejected: Access denied" errors with the example-setup. I'm pretty sure I missing something, but i can't figure it out :-(
I get this error