For the port 25 test, it's as easy as:
accept
condition = ${if eq {$interface_port}{25} {yes}{no}}
delay = 10sIt works at connect time and I tested it as I use it in my config. For auth, it's not possible at connect time, but you can put the delay at rcpt_to time. On Sat, 20 Aug 2005 12:00:02 +0100 [EMAIL PROTECTED] wrote: > From: "Sub Zero" <[EMAIL PROTECTED]> > To: <[email protected]> > Subject: RE: [exim] SMTP banner delay? > Date: Fri, 19 Aug 2005 22:19:13 +0300 > > Hi, > > I have this acl working in my setup: > > check_connect: > accept delay = 10s > > How do I add this condition if the interface port is 25 and to the people > that are {not smtp authed and not pop authenticated}. I want to put the > delay only to the SMTP service running on port #25. > > > How do you delay the SMTP banner? I want to delay it by, oh, 10 > > seconds, so try and trap the spambots hitting me right now. -- Nikademus http://www.octools.com .O. ..O OOO PGP key: http://www.llorien.org/gnupg/key.pub
pgppnieuyYPJD.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
