Email issues, relay failure

Chris Hill chris at monochrome.org
Sat Feb 25 00:51:22 UTC 2012


On Fri, 24 Feb 2012, Robison, Dave wrote:

> On 02/24/2012 13:52, Bender, Chris wrote:
>>
>> Sendmail all of a sudden stopped working...the sendmial is supposed to
>> send to another machine.

...snip...

>> echo "test email from ccl `date` " | mailx -s "test email from ccl
>> `date` " c.b at cell.com
>>
>> The que message show the following..
>>
>> Running /var/spool/mqueue/q1OKcmpH017170 (sequence 1 of 20)
>>
>> <c.b at cell.com>... Connecting to tools.wms.cellularatsea.com. via
>> relay...
>>
>> <c.b at cell.com>... Deferred: Connection timed out with
>> tools.wms.cell.com.
>>
>> I can ping this machine via
>>
>> ping tools
>>
>> Is there supposed to be some type of handler on tools to accept
>> messages. How would I know if it were postfix or sendmail?

> telnet remote_machine 25
>
> does it connect to a mailer daemon?

How you would know: You should see something like this:

$ telnet remote_machine 25
Trying 192.168.1.1...
Connected to remote_machine.mydomain.com
Escape character is '^]'.
220 remote_machine.mydomain.com ESMTP Sendmail 8.14.3/8.14.3; Fri, 24 Feb 2012 
19:44:05 -0500 (EST)

Note the 'Sendmail'. I don't have a postfix server handy, but presumably 
it would not emit the S word.

-- 
Chris Hill               chris at monochrome.org
**                     [ Busy Expunging </> ]


More information about the freebsd-questions mailing list