On 10/03/18 14:21, Julian Rhind via Exim-users wrote: > I've set smtp_receive_timeout in an attempt to limit the time an incoming > connection can stay active - this works as designed - however this timer is > reset whenever any new data comes in - I'd like to set a maximum connection > time - so that when an incoming connection is established it has a finite > amount of time to get the job done - otherwise it gets disconnected - is > there a known way to do this?
Nope. You could place limits on SMTP command _numbers_ by counting them in ACLs; combined with the per-command timeout that gets you most of the way there. Or you could explicitly check the times, also in ACLs. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
