"NOQUEUE: reject: RCPT from ... : Recipient address rejected" etc error
Sep 4 17:22:06 myservername postfix/smtpd[74713]: connect from asmtpout028.mac.com[17.148.16.103]
Sep 4 17:22:06 myservername postfix/smtpd[74713]: NOQUEUE: reject: RCPT from asmtpout028.mac.com[17.148.16.103]: 450 4.7.1 <myaccountname@myspecificdomain.com>: Recipient address rejected: Service is unavailable; from=<myaccountname@me.com> to=<myaccountname@mydomain.com> proto=ESMTP helo=<asmtpout028.mac.com>
Sep 4 17:22:07 myservername postfix/smtpd[74713]: disconnect from asmtpout028.mac.com[17.148.16.103]
and I get the same result any time my server must deliver to its internal recipients some mail from MobileMe.
While emails arrive from other mail servers, e.g. gmail, the system accepts averything and delivers it.
Just to see the log of an incoming mail from gmail:
Sep 4 17:39:46 myservername postfix/smtpd[74953]: connect from mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:56 myservername postfix/smtpd[74953]: A2871BA721: client=mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:56 myservername postfix/smtpd[75004]: connect from mail-ww0-f47.google.com[74.125.82.47]
Sep 4 17:39:57 myservername postfix/cleanup[74983]: A2871BA721: message-id=<longcodehere@mail.gmail.com>
Sep 4 17:39:57 myservername postfix/qmgr[59405]: A2871BA721: from=<myaccountname@gmail.com>, size=1897, nrcpt=1 (queue active)
Sep 4 17:39:57 myservername postfix/smtpd[74986]: connect from localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/smtpd[74986]: C08F4BA728: client=localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/cleanup[74983]: C08F4BA728: message-id=<AANLkTi=longcodehere@mail.gmail.com>
Sep 4 17:39:57 myservername postfix/smtpd[74986]: disconnect from localhost[127.0.0.1]
Sep 4 17:39:57 myservername postfix/qmgr[59405]: C08F4BA728: from=<myaccountname@gmail.com>, size=2358, nrcpt=1 (queue active)
Sep 4 17:39:57 myservername postfix/pipe[74989]: C08F4BA728: to=<myaccountname@mydomain.it>, relay=dovecot, delay=0.02, delays=0/0/0/0.01, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 4 17:39:57 myservername postfix/qmgr[59405]: C08F4BA728: removed
it delivers the message but I've the suspect that some redundance occurs.
No problems with outgoing mail.
This is my postfix configuration:
myserver:/ root# postconf -n
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug peerlevel = 2
enable serveroptions = yes
header_checks = pcre:/etc/postfix/custom headerchecks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
local recipientmaps =
mail_owner = _postfix
mailbox sizelimit = 0
mailbox_transport = dovecot
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps rbldomains =
message sizelimit = 31457280
mydestination = $myhostname, localhost.$mydomain, mail.mydomain.com, www.mydomain.com, $mydomain
mydomain = mydomain.com
mydomain_fallback = localhost
myhostname = myservername.mydomain.com
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relayhost =
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = _postdrop
smtp sasl_passwordmaps =
smtpd clientrestrictions = permit_mynetworks permit saslauthenticated permit
smtpd enforcetls = no
smtpd helorequired = yes
smtpd helorestrictions = reject invalid_helohostname reject non_fqdn_helohostname
smtpd pw_server_securityoptions = cram-md5
smtpd recipientrestrictions = permit saslauthenticated permit_mynetworks reject unauthdestination check policyservice unix:private/policy permit
smtpd sasl_authenable = yes
smtpd tlsCAfile = /etc/certificates/myservername.mydomain.com.longcodehere.chain.pem
smtpd tls_certfile = /etc/certificates/myservername.mydomain.com.longcodehere.cert.pem
smtpd tls_excludeciphers = SSLv2, aNULL, ADH, eNULL
smtpd tls_keyfile = /etc/certificates/myservername.mydomain.com.longcodehere.key.pem
smtpd tlsloglevel = 0
smtpd use_pwserver = yes
smtpd usetls = yes
tls randomsource = dev:/dev/urandom
unknown local_recipient_rejectcode = 550
virtual aliasmaps =
what am I forgetting?
where is the mistake?
is a conf problem either I've got a MTU black hole as someone has suggested me?
the MTU of my cisco router seems to be 1464
any help?
MacBook Pro 17", Mac OS X (10.6.4), 4GB/250GB, iMac 27" 4/1T, iPad 64 3G, various peripherals