Im running FreeBSD with Sendmail. every week my company sends out an email to around 4000 people.
im not a v confident unix user but ive played about with sendmail.cf in the past and had some success. recently ive noticed that there is an increasing number of users complaining that have not been able to receive my emails. interestingly, most of them seem to be from a certain isp - another.com.
here is a typical output when i do a
#/usr/sbin/sendmail -q -v
this is a fragment of the output (subsitituting my domain with mydomain and the To: address to xxxx@another.com):
xxxx@another.com... Connecting to mx.another.com. via esmtp...
220 another.com Sendmail ready.
>>> EHLO mydomain.com
500 Syntax Error, command unrecognized
>>> HELO mydomain.com
250 another.com pleased to meet you, mydomain.com
>>> MAIL From:<nobody@mydomain.com>
250 sender is <nobody@mydomain.com>, sender OK
>>> RCPT To:<xxxx@another.com>
250 recipient <xxxx@another.com>, recipient OK
>>> DATA
354 OK End with <CRLF>.<CRLF>
>>> .
421 Service not available, closing transmission channel
>>> QUIT
xxxx@another.com... Connecting to dudley.another.com. via esmtp...
220 another.com Sendmail ready.
>>> EHLO mydomain.com
500 Syntax Error, command unrecognized
>>> HELO mydomain.com
250 another.com pleased to meet you, mydomain.com
>>> MAIL From:<nobody@mydomain.com>
250 sender is <nobody@mydomain.com>, sender OK
>>> RCPT To:<xxxx@another.com>
250 recipient <xxxx@another.com>, recipient OK
>>> DATA
354 OK End with <CRLF>.<CRLF>
>>> .
421 Service not available, closing transmission channel
>>> QUIT
another.com accounts for quite a large proportion of my clients and i would really like to get this working. ive tried emailing their customer help but (surprise, surprise) they havent responded.
thanks in advance for any info.
-ollie
im not a v confident unix user but ive played about with sendmail.cf in the past and had some success. recently ive noticed that there is an increasing number of users complaining that have not been able to receive my emails. interestingly, most of them seem to be from a certain isp - another.com.
here is a typical output when i do a
#/usr/sbin/sendmail -q -v
this is a fragment of the output (subsitituting my domain with mydomain and the To: address to xxxx@another.com):
xxxx@another.com... Connecting to mx.another.com. via esmtp...
220 another.com Sendmail ready.
>>> EHLO mydomain.com
500 Syntax Error, command unrecognized
>>> HELO mydomain.com
250 another.com pleased to meet you, mydomain.com
>>> MAIL From:<nobody@mydomain.com>
250 sender is <nobody@mydomain.com>, sender OK
>>> RCPT To:<xxxx@another.com>
250 recipient <xxxx@another.com>, recipient OK
>>> DATA
354 OK End with <CRLF>.<CRLF>
>>> .
421 Service not available, closing transmission channel
>>> QUIT
xxxx@another.com... Connecting to dudley.another.com. via esmtp...
220 another.com Sendmail ready.
>>> EHLO mydomain.com
500 Syntax Error, command unrecognized
>>> HELO mydomain.com
250 another.com pleased to meet you, mydomain.com
>>> MAIL From:<nobody@mydomain.com>
250 sender is <nobody@mydomain.com>, sender OK
>>> RCPT To:<xxxx@another.com>
250 recipient <xxxx@another.com>, recipient OK
>>> DATA
354 OK End with <CRLF>.<CRLF>
>>> .
421 Service not available, closing transmission channel
>>> QUIT
another.com accounts for quite a large proportion of my clients and i would really like to get this working. ive tried emailing their customer help but (surprise, surprise) they havent responded.
thanks in advance for any info.
-ollie