I have not bee able to figure out a way to do that. I thought that might be the answer but have not found the correct placement in the config file. ... ...
Lloyd Tennison
lloyd@...
Aug 1, 2004 11:49 am
70006
Hi, after upgrading from Exim 4.10 to 4.41 every incoming mail produces the following output: 2004-08-01 14:37:03 1BrFaI-0001y0-PD Cannot lock...
Marc Langer
exim@...
Aug 1, 2004 12:50 pm
70007
Hello all, years ago I wrote a simple shell script to ease up exim's queue administration. Now I re-thought the whole bit and ported it to a (similarly simple)...
Benedikt Hochstrasser
bhoc@...
Aug 1, 2004 1:30 pm
70008
... This is what I use: acl_smtp_rcpt = acl_check_rcpt ... begin acl ... acl_check_rcpt: accept hosts = : accept hosts = +relay_from_hosts accept authenticated...
Stephen Gran
steve@...
Aug 1, 2004 3:45 pm
70009
Hi, I was trying to use a expansion to specify the entire content of a transport-filter specification, but it seems that the trick of putting double-quotes...
Jeremy Harris
jgh@...
Aug 1, 2004 5:01 pm
70010
... FWIW -- I'm not seeing these errors. I'm running my self-built Debian package. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim...
Ralf G. R. Bergs
Ralf@...
Aug 1, 2004 6:17 pm
70011
Hi, Freebsd 4.9-RELEASE-p5 Exim: exim-4.22-1 Trying to allow relaying from a few specific hosts. ... hostlist relay_from_hosts = 10.1.1.1/32 10.2.2.2/32 begin...
Barry H
met_boy04@...
Aug 2, 2004 2:55 am
70012
... I believe the hostlist entries should be colon separated, like so: hostlist relay_from_hosts = 10.1.1.1/32 : 10.2.2.2/32 -- ## List details at...
Andre Nicholson
andre@...
Aug 2, 2004 3:03 am
70013
THe hosts in the relay_from_hosts line are actually (correctly) colon seperated: hostlist relay_from_hosts = 10.1.1.1/32 : 10.2.2.2/32 Barry ... ...
Barry H
met_boy04@...
Aug 2, 2004 3:09 am
70014
... Try some debugging with exim -bh - this will tell you what comparisons are going on with the hostlist and why they're failing. Peter -- ## List details at...
Peter Bowyer
peter@...
Aug 2, 2004 4:56 am
70015
Hi! If i am using exim 3/4 or any other MTA, is smtp-auth necessary for localhost also? Or do people keep smtp-auth for localhost itself too. If i have...
Anand Renake
anandrenake@...
Aug 2, 2004 5:55 am
70016
... The same thinking applies to localhost as with any other IP or group of IPs - if you trust anything that is running / might ever run on it to send mail...
Peter Bowyer
peter@...
Aug 2, 2004 7:08 am
70017
could any one fix this IPv6 socket failed problem? log file of my EXIM 4.41 below ... IPv6 socket creation failed: Address family not supported by protocol ...
Silly Billy
learnlinux2000@...
Aug 2, 2004 7:45 am
70018
... You are running exim4 compiled with IPv6 support on a system without IPv6 support. "modprobe ipv6" will probably get rid of the message. ... [...] Afaik...
Andreas Metzler
eximusers@...
Aug 2, 2004 7:58 am
70019
Occasionally, an attempt to verify a sender address (e.g at yahoo.com) via callout produces a response: 421 VS14-RT5 Mailbox bounce arrival rate exceeds system...
Alan J. Flavell
a.flavell@...
Aug 2, 2004 10:46 am
70020
... the number of bounces arriving in a fixed time interval to that mailbox trips a limit that yahoo has in place. two probablities - spamrun, or a virus...
Suresh Ramasubramanian
linux@...
Aug 2, 2004 10:51 am
70021
A lot of earlier viruses which contained their own SMTP engine were presenting HELO/EHLO domains without dots (typically, it was the Windows host name). I've...
Alan J. Flavell
a.flavell@...
Aug 2, 2004 12:32 pm
70022
... let me just raise a point of principle. From what you say you clearly did not cut and paste the relevant parts of your config file, so how can we trust the...
Giuliano Gavazzi
eximlists@...
Aug 2, 2004 12:38 pm
70023
... Personally I don't consider HELO worth checking at all other than the common spam case (HELO is my name, or HELO is my IP) [... snipped ...] ... You have...
Nigel Metheringham
Nigel.Metheringham@...
Aug 2, 2004 1:35 pm
70024
Hi, I'm trying to set up an ACL that will reject HELO/EHLOs from servers whose IP addresses have no PTR record. The following seems to work: deny condition =...
Mike Zanker
mike@...
Aug 2, 2004 1:52 pm
70025
Forgive but I am a little fuzzy on the DB's for RedHat AS 3. Can anyone enlighten me? I am used to postfix so this is a first install for me. Are they any...
ListServ
knothead@...
Aug 2, 2004 1:58 pm
70026
... Ah. Or does this mean exactly what it says, i.e. you can't use the "domains" condition in a HELO ACL? Mike. -- ## List details at...
Mike Zanker
mike@...
Aug 2, 2004 2:02 pm
70027
... [...] domains =.... matches against rcpt to. cu andreas -- ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at...
Andreas Metzler
eximusers@...
Aug 2, 2004 2:05 pm
70028
... RH{AS,EL}3 etc is RH9 with a new paint job. Exim should link against db4 - your best bet is to have a look at the exim rpm SPEC/SRPM file in ...
Nigel Metheringham
Nigel.Metheringham@...
Aug 2, 2004 2:21 pm
70029
On 02 August 2004 16:02 +0200 Andreas Metzler ... Yes, thanks. The error message was rather obvious, in hindsight. Mike. -- ## List details at...
Mike Zanker
mike@...
Aug 2, 2004 2:23 pm
70030
... Yes it means exactly that. Think about it a bit: How could you check against a domain after HELO or EHLO? At that stage Exim has no information about the...
Jan-Peter Koopmann
Jan-Peter.Koopmann@...
Aug 2, 2004 2:28 pm
70031
On 02 August 2004 15:17 +0100 Nigel Metheringham ... The vanilla source bundle compiles and runs fine. All I had to do was INCLUDE /usr/kerberos/include. Mike....
Mike Zanker
mike@...
Aug 2, 2004 2:44 pm
70032
On 02 August 2004 16:20 +0200 Jan-Peter Koopmann ... Yes, quite. The heat has addled my brain... Mike. -- ## List details at...
Mike Zanker
mike@...
Aug 2, 2004 3:01 pm
70033
I am trying to add an entry into chkconfig (/etc/init.d) on a Redhat AS3 box. Would someone like to tell me what I am doing wrong. If I cannot use RH native...
ListServ
knothead@...
Aug 2, 2004 3:30 pm
70034
... as well as this one -. HELO = LHS of RCPT TO (helo Nigel.Metheringham and rcpt to you) ... Oh, it is a lot more ad hoc but helo filtering does work if done...