mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 00:06:19 +00:00
Add a sendmail every time a rejected email is found
This commit is contained in:
parent
b02d61e08f
commit
9e4093fea1
3 changed files with 42 additions and 22 deletions
|
|
@ -482,7 +482,8 @@ cp /usr/local/bin/postwhite/postwhite.conf /etc
|
|||
#// Syslog
|
||||
#//
|
||||
###############
|
||||
cat >/etc/syslog.conf <<- 'syslog.conf'
|
||||
mail.info /var/log/maillog
|
||||
mail.* /var/log/maillog.debug
|
||||
syslog.conf
|
||||
mkdir -p /var/log/mail/
|
||||
cat >/etc/syslog.conf <<- syslog
|
||||
mail.info /var/log/mail/maillog
|
||||
mail.* /var/log/mail/maillog.debug
|
||||
syslog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue