RE: [exim] SMTP banner delay?

Página Inicial
Delete this message
Reply to this message
Autor: Sub Zero
Data:  
Para: exim-users
Tópicos Antigos: Re: [exim] SMTP banner delay?
Assunto: RE: [exim] SMTP banner delay?
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.