Re: skip spamd for outgoing mail
| Newsgroups | gmane.mail.exim.vexim.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Here is the solution : Le 12 févr. 09 à 00:27, [email protected] a écrit : > I changed the conf like this : > > # This access control list is used for content scanning with the > exiscan-acl > # patch. You must also uncomment the entry for acl_smtp_data (scroll > up), > # otherwise the ACL will not be used. IMPORTANT: the default entries > here > # should be treated as EXAMPLES. You MUST read the file doc/exiscan- > acl-spec.txt > # to fully understand what you are doing ... > > acl_check_content: > > # 2 li added by jcm on 2009-02-11 > accept authenticated = * Seems ok > control = submission This line is wrong. > # Include Vexim specific rcpt ACLs > .include /etc/vexim/vexim-acl-check-content.conf > > # finally accept all the rest > accept > > and I made my process use authentication with smtp to send mails. Badly configured, once better tested it works.