mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2025-08-03 22:05:00 +02:00
Suppress postmap output
This commit is contained in:
@@ -479,8 +479,8 @@ EOF
|
||||
cat << EOF > /etc/postfix/sasl_passwd
|
||||
[$smtphost]:$smtpport $username:$password
|
||||
EOF
|
||||
postmap /etc/postfix/sasl_passwd
|
||||
postmap /etc/aliases
|
||||
postmap /etc/postfix/sasl_passwd > /dev/null 2>&1
|
||||
postmap /etc/aliases > /dev/null 2>&1
|
||||
chown root:root /etc/postfix/sasl_passwd
|
||||
chown root:root /etc/postfix/sasl_passwd.db
|
||||
chmod 0600 /etc/postfix/sasl_passwd
|
||||
|
Reference in New Issue
Block a user