On 2012-07-23 Marius Lewies wrote: > We have a situation where a certain email address get the following > error. All other mail gets relayed. > > SMTP error from remote mail server after RCPT > TO:<mariu...@vegaspartnerlounge.dk>: > host maila.vegaspartnerlounge.dk [196.14.16.67]: > 554 5.7.1 <mariu...@vegaspartnerlounge.dk>: Relay access denied > > Below is the main.cf file.
As requested per the list's welcome message: do NOT post your main.cf, but the output of "postconf -n". The latter is your active Postfix configuration. Also post an excerpt from your mail log demonstrating the problem. > The email address is added to all_ad_recipients and the domain to > relay_domains. I have checked and we are not black listed > > What am I missing? Did you postmap all_ad_recipients after adding the recipient address? And $relay_domains is a list, not a map, so the line in main.cf should be like this: relay_domains = /etc/postfix/relay_domains Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky