Relay access denied
Posted: 04 Apr 2008, 02:51
Hi all.
I'm having trouble sending mail to my new domain. DNS is correctly setup, with MX record pointing to my Bubba. Now when I try to send mail to the domain I get replies saying "554 Relay access denied".
In my /var/log/mail.log (on the Bubba) I get the following:
(I replaced the mail addresses in the code above)
Seems to me like postfix on the Bubba doesn't accept mail for my domain. Or am I wrong? I've checked in /etc/postfix/main.cf and the variable "mydomain" (which sounds like it should be relevant here) seems to be correct set. Any ideas what could be wrong here?
/Daniel
I'm having trouble sending mail to my new domain. DNS is correctly setup, with MX record pointing to my Bubba. Now when I try to send mail to the domain I get replies saying "554 Relay access denied".
In my /var/log/mail.log (on the Bubba) I get the following:
Code: Select all
Apr 4 08:25:39 bubba postfix/smtpd[7835]: connect from pne-smtpout1-sn2.hy.skanova.net[81.228.8.83]
Apr 4 08:25:39 bubba postfix/smtpd[7835]: NOQUEUE: reject: RCPT from pne-smtpout1-sn2.hy.skanova.net[81.228.8.83]: 554 5.7.1 <receiving_address>: Relay access denied; from=<sending_address> to=<receiving_address> proto=ESMTP helo=<pne-smtpout1-sn2.hy.skanova.net>
Apr 4 08:25:39 bubba postfix/smtpd[7835]: disconnect from pne-smtpout1-sn2.hy.skanova.net[81.228.8.83]
Seems to me like postfix on the Bubba doesn't accept mail for my domain. Or am I wrong? I've checked in /etc/postfix/main.cf and the variable "mydomain" (which sounds like it should be relevant here) seems to be correct set. Any ideas what could be wrong here?
/Daniel