Hi,
Spamassassin docs recommend that mail servers in transit of a message
records the envelope sender in the Received:-Header, since some of its
tests work more reliably if one can detect envelope sender rewrites
during the transit chain. This will probably get more important if
"schemes" like SRS
On Fri, 21 Oct 2005 19:20:06 +, "enediel gonzalez"
<[EMAIL PROTECTED]> wrote:
>this is the line that I found on the logs (I changed the real domain name,
>an the real ip)
That makes debugging next to impossible.
>2005-10-21 13:29:33 1ET0hw-0002HW-VH => [EMAIL PROTECTED]
>R=dnslookup_relay_t
Howdy all...
I'm wanting exim to relay unknown user (local parts) in local domains
(+local_domains) to my backup server, and I've created this router to
try...
relay_to_old_server:
driver = manualroute
domains = +local_domains
condition = !${lookup mysql{select users.username where
username='[EMA
Hi,
Section 39.7 "The QUIT ACL" could mention that $acl_m[0-9] are
only usable for values from earlier ACLs on dataless connections.
Cheers,
Jeremy
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this
Sub Zero wrote:
require verify = sender/callout
I want to add something like this: if the interface port is 587, don't use
the callout function. Please help me to join the following stuff in the acl
above.
condition = ${if eq{$interface_port}{587}...
acl_sverify:
Philip Hazel schrieb:
On Thu, 1 Sep 2005 [EMAIL PROTECTED] wrote:
Hi,
a bunch of people have asked for a dedicated variable $mime_part_count_total
storing the total number of encountered mime parts so far.
Others have asked for a variable $mime_nesting_depth storing the current depth
of a mi
Hi,
thanks for the advise.
In the end I decided on Alun Jones' system
http://users.aber.ac.uk/auj/spam/
The main reason being that I could follow the code, and I have written a few
PERL scripts in the days before PHP.
Although there is no proper "HowTo" to assist, I found my way quite easy.
Hi,
I want to set something here. I have this in my current config:
require verify = sender/callout
accept domains = +local_domains
endpass
message = "The recipient can not bla bla."
verify = recipient
I want to add something l