User Tools

Site Tools


dovecot:configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dovecot:configuration [2016/11/10 14:57] – created peterdovecot: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 = "%Y-%m-%d %H:%M:%S " 
- 
-ssl_cert_file = /etc/dovecot/mail.crt 
-ssl_key_file = /etc/dovecot/mail.key 
- 
-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 = /etc/dovecot/dovecot-sql.conf 
-  } 
- 
-  userdb sql { 
-    args = /etc/dovecot/dovecot-sql.conf 
-  } 
- 
-  user = root 
- 
-} 
- 
-dict { 
-} 
- 
-plugin { 
- 
-} 
-</file> 
- 
-<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 = '%u' 
- 
-user_query = select 109 as uid, 110 as gid, maildir as home from account where username = '%u' 
-</file> 
dovecot/configuration.1478789825.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki