dovecot:configuration
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dovecot:configuration [2016/11/10 14:57] – created peter | dovecot:configuration [2019/11/27 21:42] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Dovecot - Configuration ====== | ||
- | <file bash dovecot.conf> | ||
- | protocols = imap imaps pop3 pop3s | ||
- | |||
- | disable_plaintext_auth = no | ||
- | |||
- | log_timestamp = " | ||
- | |||
- | ssl_cert_file = / | ||
- | ssl_key_file = / | ||
- | |||
- | login_user = dovecot | ||
- | |||
- | mail_location = maildir:%h | ||
- | |||
- | mail_privileged_group = mail | ||
- | |||
- | first_valid_uid = 109 | ||
- | |||
- | protocol imap { | ||
- | |||
- | } | ||
- | | ||
- | |||
- | protocol pop3 { | ||
- | |||
- | pop3_uidl_format = %08Xu%08Xv | ||
- | |||
- | } | ||
- | |||
- | auth default { | ||
- | mechanisms = plain | ||
- | |||
- | passdb sql { | ||
- | args = / | ||
- | } | ||
- | |||
- | userdb sql { | ||
- | args = / | ||
- | } | ||
- | |||
- | user = root | ||
- | |||
- | } | ||
- | |||
- | dict { | ||
- | } | ||
- | |||
- | plugin { | ||
- | |||
- | } | ||
- | </ | ||
- | |||
- | <file bash dovecot-sql.conf> | ||
- | driver = pgsql | ||
- | |||
- | connect = host=localhost port=5433 dbname=authdb user=poczta password=poczta1 | ||
- | |||
- | default_pass_scheme = PLAIN | ||
- | |||
- | password_query = select password from account where username = ' | ||
- | |||
- | user_query = select 109 as uid, 110 as gid, maildir as home from account where username = ' | ||
- | </ |
dovecot/configuration.1478789825.txt.gz · Last modified: 2020/07/15 09:30 (external edit)