Hello,
On Thu, Dec 21, 2006 at 10:44:13AM +0200, Ephraim Silverberg wrote:
> Is there anything comparable in Exim to Sendmail's "greet_pause" (delay in
> milliseconds before sending initial SMTP greeting message)?
Exim has no special option for delaying the initial SMTP greeting
message, but is much more flexible: You can delay a response wherever
you want during the SMTP dialogue by using the ACL modifier
delay. Have a look at chapter 39 of the fine manual:
http://www.exim.org/exim-html-4.63/doc/html/spec_html/ch39.html
In the special case of delaying the initial SMTP greeting you could
setup an acl_smtp_connect ACL like this to delay any connection
unconditionally for 5 seconds:
# in the main section
acl_smtp_connect = connect_acl
# in the ACL section
connect_acl:
accept delay = 5s
--
Gruss / Best regards | LF.net GmbH | fon +49 711 90074-411
Matthias Waffenschmidt | Ruppmannstr. 27 | fax +49 711 90074-33
mw@??? | D-70565 Stuttgart | http://www.lf.net