[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: authentification smtp avec exim



Tu met le truc suivant A LA FIN de la config d'exim.

>mon ISP requiert une authentification pour envoyer des messages par
>son serveur SMTP. Quelqu'un sait-il comment faire pour indiquer à Exim
>(sur une woody) d'utiliser ce système?



######################################################################
#                      AUTHENTICATION CONFIGURATION                  #
######################################################################

#fixed_cram:
#  driver = cram_md5
#  public_name = CRAM-MD5
#  client_name = test
#  client_secret = test

#fixed_plain:
#  driver = plaintext
#  public_name = PLAIN
#  client_send = "^test^test"

fixed_login:
    driver = plaintext
    public_name = LOGIN
    client_send = ": id : pass"

Choisir une des 3 méthodes selon l'ISP.

Stef...


............................................................
.  Linux - Linux/Debian - php3/4 - Apache - MySQL - jserv  .
.    email: info@actionweb.fr - http://www.actionweb.fr    .
.     Tel: (0)141 906 100    -    Fax: (0)141 906 101      .
............................................................



Reply to: