On Sat, Nov 6, 2010 at 7:23 AM, Steven Friedrich <free...@insightbb.com>wrote:

> I recently figured out how to send mail thru my ISP ID using ssmtp.  I had
> previously only been using KMail, and I had it configured to use port 465
>  SSL
> LOGIN.
>
> I can send mail when I don't use port 465:
> mailhub=mail.InsightBB.com
>
> but if I add the port 465 a,d enable SSL with:
> UseTLS=YES
>
> then I use the -v switch and also -auFreeBSD -apPassword
> as in smtp -v -auFreeBSD -apPassword free...@insightbb.com
>
> and the messages all indicate success, but the mail never arrives. It does
> when I don't use SSL on port 465.
>
> KMail does work with SSL on port 465.
>
>

What does /var/log/maillog say? Can you post /usr/local/etc/ssmtp.conf?
(without password of course)


Here is mine and it works fine.


MailHub=smtp.gmail.com:587
UseTLS=YES
authuser=r*****...@xaerolimit.net
AuthPass=********
FromLineOverride=YES
Hostname=mail.xaerolimit.net
root=*****...@xaerolimit.net
UseSTARTTLS=YES


Did you know...

If you play a Windows 2000 CD backwards, you hear satanic messages,
but what's worse is when you play it forward....
                                      ...it installs Windows 2000

   -- Alfred Perlstein on chat at freebsd.org
<http://lists.freebsd.org/mailman/listinfo/freebsd-questions>





> --
> System Name:   laptop2.StevenFriedrich.org
> Hardware:      2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
> OS version:    FreeBSD 8.1-RELEASE-p1 i386 (6.4 MB kernel)
> manager(s):    kde4-4.5.3
> X windows:     xorg-7.5    X.Org X Server 1.7.5
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to