How to configue ssmtp for authentication?

2005-12-12 Thread Jin Guojun [VFFS]

Try to use send-pr but cannot get ssmtp to work with DSL ISP mail server,
because ISP mail server requires password for authentication.

I could not find information on how to configure SSMTP to pass password
to the ISP mail server.
Can someone tell me if SSMTP is possible to accomplish such task? or I need
to use some other mail programs.

TIA,

   -Jin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to configue ssmtp for authentication?

2005-12-12 Thread Bob Lee
Quoting Jin Guojun [VFFS] [EMAIL PROTECTED]:
 Try to use send-pr but cannot get ssmtp to work with DSL ISP mail server,
 because ISP mail server requires password for authentication.
 
 I could not find information on how to configure SSMTP to pass password
 to the ISP mail server.
 Can someone tell me if SSMTP is possible to accomplish such task? or I need
 to use some other mail programs.
 
I remember somewhere that you could use the following:
AuthUser=
AuthPass=
I don't think this covered in the man page and I am afraid I can't
remember where I got it from. I don't think this will work with ssl,
but if all they need is a uid and pw, it just might. Put this in the
conf file.

Good luck,

Bob
-- 
  Robert Lee  PGP: D3EE2268 pgp.mit.edu
  I prefer email in plain text


pgpx72evyoP8e.pgp
Description: PGP signature


Re: How to configue ssmtp for authentication?

2005-12-12 Thread Will Maier
On Mon, Dec 12, 2005 at 02:22:45PM -0800, Jin Guojun [VFFS] wrote:
 I could not find information on how to configure SSMTP to pass
 password to the ISP mail server.  Can someone tell me if SSMTP is
 possible to accomplish such task? or I need to use some other mail
 programs.

I'm not sure if ssmtp can do authenticated SMTP relay, but msmtp
can. It's also in the ports tree; I think you'll find its man page
more useful.

-- 

o--{ Will Maier }--o
| jabber:[EMAIL PROTECTED] | email:[EMAIL PROTECTED] |
| [EMAIL PROTECTED] | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]