added no_more option to exim4 configuration to prevent further routing, fixes #655

Signed-off-by: Christoph Burchert (Chb) <derchb@froxlor.org>
This commit is contained in:
Christoph Burchert (Chb)
2011-04-23 11:38:29 +02:00
parent 96e7ede031
commit b6b294b682
3 changed files with 6 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ froxlor_mailuser:
driver = redirect
domains = +froxlor_domain
data = ${lookup mysql {FROXLOR_MAILUSER}{$value}fail}
directory_transport = maildir_froxlor
directory_transport = maildir_froxlor
no_more

View File

@@ -9,4 +9,5 @@ froxlor_mailuser:
driver = redirect
domains = +froxlor_domain
data = ${lookup mysql {FROXLOR_MAILUSER}{$value}fail}
directory_transport = maildir_froxlor
directory_transport = maildir_froxlor
no_more

View File

@@ -9,4 +9,5 @@ froxlor_mailuser:
driver = redirect
domains = +froxlor_domain
data = ${lookup mysql {FROXLOR_MAILUSER}{$value}fail}
directory_transport = maildir_froxlor
directory_transport = maildir_froxlor
no_more