[xmail] Re: Sending mail through my ISP

2005-11-02 Thread CLEMENT Francis
-Message d'origine- De : Dale Qualls [mailto:[EMAIL PROTECTED] Envoyé : samedi 29 octobre 2005 04:11 À : Ladislav Sedivy Objet : [xmail] Re: Sending mail through my ISP Hiya! Since the docs show cram-md5 in lower case I'd suggest doing it exactly as Francis suggested

[xmail] Re: Sending mail through my ISP

2005-10-28 Thread CLEMENT Francis
The simple is DefaultSMTPGateways ... The related xmail doc part for outgoing smtp auth is 'SMTP CLIENT AUTHENTICATION' (http://www.xmailserver.org/Readme.html#smtp_client_authentication) So, if I don't make mistakes (Davide correct me if I'm wrong...), here is a example : Suppose the isp

[xmail] Re: Sending mail through my ISP

2005-10-28 Thread Ladislav Sedivy
CLEMENT Francis wrote: The simple is DefaultSMTPGateways ... The related xmail doc part for outgoing smtp auth is 'SMTP CLIENT AUTHENTICATION' (http://www.xmailserver.org/Readme.html#smtp_client_authentication) So, if I don't make mistakes (Davide correct me if I'm wrong...), here

[xmail] Re: Sending mail through my ISP

2005-10-28 Thread Dale Qualls
Hiya! Since the docs show cram-md5 in lower case I'd suggest doing it exactly as Francis suggested: cram-md5[tab]foo[tab]foobar -- later, Dale mailto:[EMAIL PROTECTED] Friday, October 28, 2005, 11:47:51 AM, you wrote: CLEMENT Francis wrote: The simple