Merge pull request #63 from adlerweb/fix-gentoocfg-dovecot2
[Gentoo] New dovecot configuration
This commit is contained in:
@@ -303,11 +303,12 @@ milter_default_action = accept" >> /etc/postfix/main.cf',
|
|||||||
'dovecot' => Array(
|
'dovecot' => Array(
|
||||||
'label' => 'Dovecot 1',
|
'label' => 'Dovecot 1',
|
||||||
'commands_1' => Array(
|
'commands_1' => Array(
|
||||||
|
'echo "net-mail/dovecot mysql" >> /etc/portage/package.use',
|
||||||
'emerge -av dovecot',
|
'emerge -av dovecot',
|
||||||
'mv dovecot.conf dovecot.conf.gentoo',
|
'mv /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.conf.gentoo',
|
||||||
'mv dovecot-sql.conf dovecot-sql.conf.gentoo',
|
'mv /etc/dovecot/dovecot-sql.conf /etc/dovecot/dovecot-sql.conf.gentoo',
|
||||||
'touch dovecot.conf',
|
'touch /etc/dovecot/dovecot.conf',
|
||||||
'touch dovecot-sql.conf',
|
'touch /etc/dovecot/dovecot-sql.conf',
|
||||||
),
|
),
|
||||||
'files' => Array(
|
'files' => Array(
|
||||||
'etc_dovecot_dovecot.conf' => '/etc/dovecot/dovecot.conf',
|
'etc_dovecot_dovecot.conf' => '/etc/dovecot/dovecot.conf',
|
||||||
@@ -324,11 +325,12 @@ milter_default_action = accept" >> /etc/postfix/main.cf',
|
|||||||
'dovecot2' => Array(
|
'dovecot2' => Array(
|
||||||
'label' => 'Dovecot 2',
|
'label' => 'Dovecot 2',
|
||||||
'commands_1' => Array(
|
'commands_1' => Array(
|
||||||
|
'echo "net-mail/dovecot mysql" >> /etc/portage/package.use',
|
||||||
'emerge -av dovecot',
|
'emerge -av dovecot',
|
||||||
'mv dovecot.conf dovecot.conf.gentoo',
|
'mv /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.conf.gentoo',
|
||||||
'mv dovecot-sql.conf dovecot-sql.conf.gentoo',
|
'mv /etc/dovecot/dovecot-sql.conf /etc/dovecot/dovecot-sql.conf.gentoo',
|
||||||
'touch dovecot.conf',
|
'touch /etc/dovecot/dovecot.conf',
|
||||||
'touch dovecot-sql.conf',
|
'touch /etc/dovecot/dovecot-sql.conf',
|
||||||
),
|
),
|
||||||
'files' => Array(
|
'files' => Array(
|
||||||
'etc_dovecot_dovecot.conf' => '/etc/dovecot/dovecot.conf',
|
'etc_dovecot_dovecot.conf' => '/etc/dovecot/dovecot.conf',
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ mail_debug = no
|
|||||||
protocols = imap pop3
|
protocols = imap pop3
|
||||||
|
|
||||||
### SSL Settings
|
### SSL Settings
|
||||||
### After setting this options, set disable_plaintext_auth to yes (see above)
|
### After you obtained an SSL-certificate enable ssl here and
|
||||||
|
### set disable_plaintext_auth to yes (see above)
|
||||||
|
ssl = no
|
||||||
#ssl_cert = </etc/ssl/server/<SERVERNAME>.pem
|
#ssl_cert = </etc/ssl/server/<SERVERNAME>.pem
|
||||||
#ssl_key = </etc/ssl/server/<SERVERNAME>.key
|
#ssl_key = </etc/ssl/server/<SERVERNAME>.key
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user