[please don't top-post]

Rupert Reid wrote:
All,
Thanks for such a quick response.

Yes, as far as I am aware the MX record is set correctly as follows:
; <<>> DiG 9.3.5-P1 <<>> cantoenvivo.es mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53634
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;cantoenvivo.es.                        IN      MX

;; ANSWER SECTION:
cantoenvivo.es.         3600    IN      MX      10 mail.cantoenvivo.es.
cantoenvivo.es.         3600    IN      MX      20 cantoenvivo.es.

;; AUTHORITY SECTION:
cantoenvivo.es.         3600    IN      NS      ns2.eurodns.com.
cantoenvivo.es.         3600    IN      NS      ns1.eurodns.com.

;; Query time: 66 msec
;; SERVER: 80.189.94.2#53(80.189.94.2)
;; WHEN: Fri Aug 15 19:31:34 2008
;; MSG SIZE  rcvd: 116

The output of postconf -n is as follows:
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
inet_interfaces = localhost

Change inet_interfaces to all, or just remove it.

mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, $mydomain, mail.$mydomain, www.$mydomain, ftp.$mydomain
mydomain_fallback = localhost
myhostname = mail.cantoenvivo.es
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
unknown_local_recipient_reject_code = 450

change unknown_local_recipient_reject_code to 550 once mail is working correctly.

--
Noel Jones

Reply via email to