Rupert Reid wrote:
On 15 Aug 2008, at 19:46, Noel Jones wrote:
[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
I do not understand:
This is an extract from main.cf:
# RECEIVING MAIL
# The inet_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on. By default,
# the software claims all active interfaces on the machine. The
# parameter also controls delivery of mail to [EMAIL PROTECTED]
#
# See also the proxy_interfaces parameter, for network addresses that
# are forwarded to us via a proxy or network address translator.
#
# Note: you need to stop/start Postfix when this parameter changes.
#
inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
Rupert
inet_interfaces is defined again further on in the file.
Remove the second entry.
That's why "postconf -n" output is so useful, it shows what
postfix sees rather than what your eyes see.
Remember to "postfix stop" followed by "postfix start" after
changing this parameter.
--
Noel Jones