mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Merge 4d9721ba29
into 873693b2ed
This commit is contained in:
commit
f53804cf99
1 changed files with 5 additions and 5 deletions
|
@ -209,6 +209,11 @@ dnslookup:
|
||||||
transport = remote_smtp
|
transport = remote_smtp
|
||||||
no_more
|
no_more
|
||||||
|
|
||||||
|
localuser_spam:
|
||||||
|
driver = accept
|
||||||
|
transport = local_spam_delivery
|
||||||
|
condition = ${if eq {${if match{$h_X-Spam-Status:}{\N^Yes\N}{yes}{no}}} {${lookup{$local_part}lsearch{/etc/exim4/domains/$domain/passwd}{yes}{no_such_user}}}}
|
||||||
|
|
||||||
userforward:
|
userforward:
|
||||||
driver = redirect
|
driver = redirect
|
||||||
check_local_user
|
check_local_user
|
||||||
|
@ -250,11 +255,6 @@ localuser_fwd_only:
|
||||||
transport = devnull
|
transport = devnull
|
||||||
condition = ${if exists{/etc/exim4/domains/$domain/fwd_only}{${lookup{$local_part}lsearch{/etc/exim4/domains/$domain/fwd_only}{true}{false}}}}
|
condition = ${if exists{/etc/exim4/domains/$domain/fwd_only}{${lookup{$local_part}lsearch{/etc/exim4/domains/$domain/fwd_only}{true}{false}}}}
|
||||||
|
|
||||||
localuser_spam:
|
|
||||||
driver = accept
|
|
||||||
transport = local_spam_delivery
|
|
||||||
condition = ${if eq {${if match{$h_X-Spam-Status:}{\N^Yes\N}{yes}{no}}} {${lookup{$local_part}lsearch{/etc/exim4/domains/$domain/passwd}{yes}{no_such_user}}}}
|
|
||||||
|
|
||||||
localuser:
|
localuser:
|
||||||
driver = accept
|
driver = accept
|
||||||
transport = local_delivery
|
transport = local_delivery
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue