I'm running 7.2 and for some simple reason I'm unable to send mail out using ssmtp.
I can ping the mailhub. I'm not sure which port I should use- someone said 465 instead of 25
if I execute
then after 2 minutes I get
ssmtp.conf
I'm sure its a simple answer and I just don't see it.
My appreciation in advance for any help.
I can ping the mailhub. I'm not sure which port I should use- someone said 465 instead of 25
if I execute
Code:
ssmtp jcarlson@carlsonwireless.com < test &
Code:
ssmtp: Cannot open 465:465
Code:
fb72core# ping mail.carlsonwireless.com
PING mail.carlsonwireless.com (69.5.28.46): 56 data bytes
64 bytes from 69.5.28.46: icmp_seq=0 ttl=55 time=107.702 ms
Code:
Debug=YES
root=jcarlson@carlsonwireless.com
mailhub=mail.carlsonwireless.com:465
rewriteDomain=carlsonwireless.com
hostname=fb72core.carlsonwireless.com
FromLineOverride=YES
UseTLS=YES
#UseTLSCert=YES
#TLSCert=/usr/local/etc/ssmtp/ssmtp.pem
I'm sure its a simple answer and I just don't see it.
My appreciation in advance for any help.