I use Astro v5's SMTP proxy to protect my mailserver. I have an issue where I cannot accept e-mail from certain servers. I can send just fine! Below is a log from the other mail server attempting to send to Astaro.
Any ideas?
[26/Sep/2004 22:52:00][2236] {dns} Searching cache for
A records for host mail.xxxxxxxxx.net
[26/Sep/2004 22:52:00][2236] {conn} DNS: host
mail.xxxxxx.net found, IP address xx.xx.xxx.xxx
[26/Sep/2004 22:52:00][2236] {conn} Connecting to
xx.xx.xx.xx:25...
[26/Sep/2004 22:52:00][2236] {smtpc} Connected to
mail.xxxxxxx.net
[26/Sep/2004 22:52:00][2236] {smtpc} Received
greeting: 220 mail.xxxxxx.net ESMTP ready.
[26/Sep/2004 22:52:00][2236] {smtpc} Sending EHLO
[26/Sep/2004 22:52:00][2236] {smtpc} EHLO failed on
server mail.xxxxxxxxx.net, sending HELO
[26/Sep/2004 22:52:00][2236] {smtpc} HELO failed on
server mail.xxxxxx.net: 501 Syntactically invalid
HELO argument(s)
[26/Sep/2004 22:52:00][2236] {queue} SEND_MX: Delivery
to domain xxxxxxx.net finished, 0 recipients
processed
[26/Sep/2004 22:52:00][2236] {queue} SEND_MX: Delivery
finished
This thread was automatically locked due to age.