Hello,
My email server is a FreeBSD 13 server with sendmail, cyrus, mimedefang / spamassasin, etc. It works well and has for a long time. The major downside is that I cannot get a static IP for my connection so I have to use a smarthost relay to send messages to outside recipients. But I recently changed my ISP and now need to use a new relay provider.
I updated the .mc file (I temporarily set the log level to 15), the authinfo file, did a makemap, make all install restart, and sent a test mail to hotmail.
The maillog shows all normal processing until it reaches the relay processing:
Apparently I have an error in connecting to the relay but I don't know how to trace the process. I can successfully send through the relay using a direct telnet connection or Apple mail so I know the username and password work if used properly.
My authinfo file:
Regards,
My email server is a FreeBSD 13 server with sendmail, cyrus, mimedefang / spamassasin, etc. It works well and has for a long time. The major downside is that I cannot get a static IP for my connection so I have to use a smarthost relay to send messages to outside recipients. But I recently changed my ISP and now need to use a new relay provider.
I updated the .mc file (I temporarily set the log level to 15), the authinfo file, did a makemap, make all install restart, and sent a test mail to hotmail.
The maillog shows all normal processing until it reaches the relay processing:
Code:
Jul 6 18:00:44 dc-Mail sm-mta[58682]: 566N0hkU058682: --- 250 2.0.0 566N0hkU058682 Message accepted for delivery
Jul 6 18:00:44 dc-Mail sm-mta[58684]: 566N0hkU058682: --- 050 <xxxxxxxx@hotmail.com>... Connecting to pro.turbo-smtp.com. via relay...
Jul 6 18:00:46 dc-Mail sm-mta[58682]: 566N0hkV058682: <-- QUIT
Jul 6 18:00:46 dc-Mail sm-mta[58682]: 566N0hkV058682: --- 221 2.0.0 dc-Mail.example.int closing connection
Jul 6 18:01:59 dc-Mail sm-mta[58684]: 566N0hkU058682: makeconnection (pro.turbo-smtp.com. [169.46.28.199].25 (2)) failed: Operation timed out with pro.turbo-smtp.com.
Jul 6 18:01:59 dc-Mail sm-mta[58684]: 566N0hkU058682: --- 050 <xxxxxx@hotmail.com>... Deferred: Operation timed out with pro.turbo-smtp.com.
Jul 6 18:01:59 dc-Mail sm-mta[58684]: 566N0hkU058682: to=<xxxxxx@hotmail.com>, delay=00:01:16, xdelay=00:01:15, mailer=relay, pri=31088, relay=pro.turbo-smtp.com. [169.46.28.199], dsn=4.4.1, stat=Deferred: Operation timed out with pro.turbo-smtp.com.
Apparently I have an error in connecting to the relay but I don't know how to trace the process. I can successfully send through the relay using a direct telnet connection or Apple mail so I know the username and password work if used properly.
My authinfo file:
Code:
AuthInfo:pro.turbo-smtp.com:587 "U:------------" "P:----------" "M:LOGIN"
Regards,