• [^] # Re: exim !

    Posté par (site web personnel, Mastodon) . En réponse au message limiter l'émission de mail en sortie de queue (attention il y a un piège). Évalué à 2.

    lu sur http://exim.org/exim-html-current/doc/html/spec_html/ch40.html :

    In order to cause an ACL to be used, you have to name it in one of the relevant options in the main part of the configuration. These options are:

    acl_not_smtp 	ACL for non-SMTP messages
    acl_not_smtp_mime 	ACL for non-SMTP MIME parts
    acl_not_smtp_start 	ACL at start of non-SMTP message
    acl_smtp_auth 	ACL for AUTH
    acl_smtp_connect 	ACL for start of SMTP connection
    acl_smtp_data 	ACL after DATA is complete
    acl_smtp_etrn 	ACL for ETRN
    acl_smtp_expn 	ACL for EXPN
    acl_smtp_helo 	ACL for HELO or EHLO
    acl_smtp_mail 	ACL for MAIL
    acl_smtp_mailauth 	ACL for the AUTH parameter of MAIL
    acl_smtp_mime 	ACL for content-scanning MIME parts
    acl_smtp_notquit 	ACL for non-QUIT terminations
    acl_smtp_predata 	ACL at start of DATA command
    acl_smtp_quit 	ACL for QUIT
    acl_smtp_rcpt 	ACL for RCPT
    acl_smtp_starttls 	ACL for STARTTLS
    acl_smtp_vrfy 	ACL for VRFY
    
    

    For example, if you set

    acl_smtp_rcpt = small_acl
    
    

    the little ACL defined above is used whenever Exim receives a RCPT command in an SMTP dialogue.

    ces règles sont exécutées pendant le dialogue smtp, donc elles servent pour l'entrée en queue... donc ce n'est pas ce que je cherche, ou alors je n'ai pas compris. :/

    ce commentaire est sous licence cc by 4 et précédentes