Advertisement
Guest User

Untitled

a guest
May 26th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. virtual_localdelivery:
  2. driver = appendfile
  3. group = mail
  4. mode = 0660
  5. mode_fail_narrower = false
  6. envelope_to_add = true
  7. return_path_add = true
  8.  
  9. # directory= ${home}/Maildir
  10. #directory = ${if h_X-Spam-Found: contains "Yes"}{/}{$home/Maildir/.Spam}{$home/Maildir}
  11. directory = "${if or { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}}} {$home/Maildir}{/$home/Maildir/.Spam}}"
  12. #directory = ${if def:address_file \
  13. #{${if eq{${substr_0_1:$address_file}}{/} \
  14. #{$address_file} \
  15. #{$home/Maildir/$address_file} \
  16. #}} \
  17. #{$home/Maildir} \
  18. #}
  19.  
  20. maildir_format = true
  21.  
  22. quota = ${lookup{$local_part@${domain}}lsearch*{/etc/exim4/maps/quotafile}{$value}{5000M}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement