- just some minor fixes in gentoo-dovecot.conf
This commit is contained in:
@@ -130,7 +130,7 @@ return Array(
|
|||||||
'label' => 'Postfix/Dovecot',
|
'label' => 'Postfix/Dovecot',
|
||||||
'commands_1' => Array(
|
'commands_1' => Array(
|
||||||
'echo "mail-mta/postfix dovecot-sasl -sasl" >> /etc/portage/package.use',
|
'echo "mail-mta/postfix dovecot-sasl -sasl" >> /etc/portage/package.use',
|
||||||
'emerge -av postfix',
|
'emerge -av postfix',
|
||||||
'mkdir -p ' . $settings['system']['vmail_homedir'],
|
'mkdir -p ' . $settings['system']['vmail_homedir'],
|
||||||
'chown -R vmail:vmail ' . $settings['system']['vmail_homedir'],
|
'chown -R vmail:vmail ' . $settings['system']['vmail_homedir'],
|
||||||
'chmod 0750 ' . $settings['system']['vmail_homedir'],
|
'chmod 0750 ' . $settings['system']['vmail_homedir'],
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ protocol pop3 {
|
|||||||
}
|
}
|
||||||
protocol lda {
|
protocol lda {
|
||||||
# postmaster is the one in charge of the mail system. MUST be set to a valid address!
|
# postmaster is the one in charge of the mail system. MUST be set to a valid address!
|
||||||
postmaster_address = <postmaster-address>
|
postmaster_address = admin@<SERVERNAME>
|
||||||
auth_socket_path = /var/run/dovecot/auth-master
|
auth_socket_path = /var/run/dovecot/auth-master
|
||||||
mail_plugins = quota
|
mail_plugins = quota
|
||||||
sendmail_path = /usr/sbin/sendmail
|
sendmail_path = /usr/sbin/sendmail
|
||||||
|
|||||||
Reference in New Issue
Block a user