>> #relay_domains = $mydestination > > > this is inccrrect :/ > > relay domains is NOT localy, mydestination is ONLY localy > > suggest to remove that line from main.cf
This is the default, how can it be incorrect?
I use it with the following to lock down port 25:
mydestination = my-actual-domain.com
smtpd_recipient_restrictions =
reject_unauth_destination,
permit
- Grant
