PDA

View Full Version : Mail problem


alexillsley
5th April 2007, 20:44
Hi,
Ive got an email problem, for some reason all mail is rejected, here is part of my mail logs
Apr 5 18:30:08 server1 postfix/smtpd[12707]: connect from unknown[192.168.1.6]
Apr 5 18:30:13 server1 postfix/smtpd[12707]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
Apr 5 18:30:13 server1 postfix/smtpd[12707]: NOQUEUE: reject: RCPT from unknown[192.168.1.6]: 554 5.7.1 <support@********.co.uk>: Recipient address rejected: Relay access denied; from=<support@*****co.uk> to=<support@*****.co.uk> proto=ESMTP helo=<alex>
Any idea how to fix it?
Thanks,
Alex

till
6th April 2007, 11:37
Apr 5 18:30:13 server1 postfix/smtpd[12707]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead

Do what the error message says, replace check_relay_domains with reject_unauth_destination in your postfix main.cf.

Is the recipient address listed in /etc/postfix/virtusertable?

alexillsley
6th April 2007, 13:40
Apr 6 11:36:06 server1 postfix/smtpd[27048]: NOQUEUE: reject: RCPT from unknown[192.168.1.6]: 554 5.7.1 <support@******co.uk>: Relay access denied; from=<support@*****.co.uk> to=<support@*******.co.uk> proto=ESMTP helo=<alex>
Apr 6 11:36:06 server1 postfix/smtpd[27048]: disconnect from unknown[192.168.1.6]
Im still getting this error when i send mail

And the address is in users table

###################################
#
# ISPConfig virtusertable Configuration File
# Version 1.0
#
###################################
support@www.******.co.uk fphost31_support

Any ideas?

till
6th April 2007, 15:53
Please add a co-domain ******.co.uk (with empty hostname field) to the website www.******.co.uk.

alexillsley
6th April 2007, 16:15
I added the co-domain now though it hasnt changed /etc/postfix/virtusertable or /etc/postfix/local-host-names:confused:

falko
6th April 2007, 17:28
What's in /etc/postfix/virtusertable now?
What's the output of ls -la /root/ispconfig?
Any errors in /home/admispconfig/ispconfig/ispconfig.log?

alexillsley
6th April 2007, 20:11
----- expired ----