Generate dh.pem for dovecot
This commit is contained in:
parent
7044cbcc5f
commit
98d45df08e
@ -150,6 +150,8 @@ mv /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.backup.conf
|
|||||||
|
|
||||||
echo "Creating Dovecot config..."
|
echo "Creating Dovecot config..."
|
||||||
|
|
||||||
|
openssl dhparam -out /etc/dovecot/dh.pem 4096
|
||||||
|
|
||||||
echo "# Dovecot config
|
echo "# Dovecot config
|
||||||
# Note that in the dovecot conf, you can use:
|
# Note that in the dovecot conf, you can use:
|
||||||
# %u for username
|
# %u for username
|
||||||
@ -293,7 +295,7 @@ sed -i '/Socket/s/^#*/#/' /etc/opendkim.conf
|
|||||||
grep -q '^Socket\s*inet:12301@localhost' /etc/opendkim.conf || echo 'Socket inet:12301@localhost' >> /etc/opendkim.conf
|
grep -q '^Socket\s*inet:12301@localhost' /etc/opendkim.conf || echo 'Socket inet:12301@localhost' >> /etc/opendkim.conf
|
||||||
|
|
||||||
# OpenDKIM daemon settings, removing previously activated socket.
|
# OpenDKIM daemon settings, removing previously activated socket.
|
||||||
sed -i '/^SOCKET/d' /etc/opendkim && echo "SOCKET=\"inet:12301@localhost\"" >> /etc/opendkim
|
sed -i '/^SOCKET/d' /etc/default/opendkim && echo "SOCKET=\"inet:12301@localhost\"" >> /etc/default/opendkim
|
||||||
|
|
||||||
# Here we add to postconf the needed settings for working with OpenDKIM
|
# Here we add to postconf the needed settings for working with OpenDKIM
|
||||||
echo 'Configuring Postfix with OpenDKIM settings...'
|
echo 'Configuring Postfix with OpenDKIM settings...'
|
||||||
|
Loading…
Reference in New Issue
Block a user