Hi people
I got this problem on my ssmtp ( Debian 2.6.8 ) A few days ago I install ssmtp
on my debian. but when I try sending a message
Code:
#ssmtp karlo@gmail.com
subj: Test
I'm testing this
[[ hi ]]
I got this and the mail is not delivered
ssmtp: cannot open 192.168.2.30:25
this is my ssmtp.conf
Code:
root=postmaster
mailhub=192.168.2.30
rewriteDomain=asterisk
hostname=debian
FromLineOverride="YES"
I don't know if the parameter hostname is OK, the default was localhost.localdomain
What could it be the problem? with this configuration
regards