I have a mail server running on Centos 5.2, it is postfix 2.3.3 with MailScanner 4.77. When I send emails using this mail server as my SMTP relay, it works from my LAN but fails with my 3G modem.
here is a sample from maillog when it works (LAN)
Dec 8 17:54:00 mail postfix/cleanup[10411]: 9EFA72F0762: hold: header Received: from mynetbiosname (unknown [my.ip.addr.ess])??by mymail.server.com (Postfix) with ESMTP id 9EFA72F0762??for
Dec 8 17:54:04 mail postfix/qmgr[7646]: 0DBFB2F0772: from=
Dec 8 17:54:04 mail postfix/smtp[13376]: 0DBFB2F0772: to=
With this, the email get sent.
On the contrary, this is only what i get when sending while am connected with my 3G modem.
Dec 8 17:40:09 mail postfix/cleanup[12370]: 4DB292F071F: hold: header Received: from mynetbiosname (unknown [ip.from.3g.modem])??by mymail.server.com (Postfix) with ESMTP id 4DB292F071F??for
The log ends here, there is no more activities.
I use this server as an SMTP relay server, it doesn’t not host the sender’s mailbox nor the receiver’s.
I would really appreciate if someone helps me get this through.