Merge pull request #50 from tomav/add-plain-and-login-mech

Add plain and login mech
This commit is contained in:
Thomas VIAL 2016-01-17 19:33:22 +01:00
commit f866359809
9 changed files with 198 additions and 7 deletions

View file

@ -104,6 +104,7 @@ esac
echo "Fixing permissions"
chown -R 5000:5000 /var/mail
mkdir -p /var/log/clamav && chown -R clamav:root /var/log/clamav
chown postfix.sasl /etc/sasldb2
echo "Creating /etc/mailname"
echo $(hostname -d) > /etc/mailname