Browse Source

Added Missed newline

old-stable
gau1991 10 years ago
parent
commit
1f241f45a9
  1. 2
      templates/mail/amavis-master.cf
  2. 2
      templates/mail/auth-sql.conf.ext
  3. 2
      templates/mail/default.sieve
  4. 2
      templates/mail/dovecot

2
templates/mail/amavis-master.cf

@ -21,4 +21,4 @@ smtp-amavis unix - - n - 2 smtp
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
-o local_header_rewrite_clients=
-o local_header_rewrite_clients=

2
templates/mail/auth-sql.conf.ext

@ -10,4 +10,4 @@ driver = prefetch
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
}

2
templates/mail/default.sieve

@ -1,4 +1,4 @@
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
}
}

2
templates/mail/dovecot

@ -70,4 +70,4 @@ case "$1" in
;;
esac
exit 0
exit 0

Loading…
Cancel
Save