SHARE
TWEET
Untitled
a guest
Jan 31st, 2018
63
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
- # Pigeonhole version 0.4.13 (7b14904)
- # OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64 Ubuntu 16.04.2 LTS
- auth_mechanisms = plain login
- disable_plaintext_auth = no
- first_valid_gid = 0
- first_valid_uid = 0
- last_valid_gid = 500
- last_valid_uid = 500
- mail_location = maildir:~/mail/
- mail_privileged_group = mail
- namespace inbox {
- inbox = yes
- location =
- mailbox Drafts {
- special_use = \Drafts
- }
- mailbox Junk {
- special_use = \Junk
- }
- mailbox Sent {
- special_use = \Sent
- }
- mailbox "Sent Messages" {
- special_use = \Sent
- }
- mailbox Trash {
- special_use = \Trash
- }
- prefix =
- }
- passdb {
- driver = pam
- }
- passdb {
- args = username_format=%u /etc/dovecot/users
- driver = passwd-file
- }
- protocols = " imap lmtp pop3"
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0660
- user = postfix
- }
- }
- service lmtp {
- unix_listener /var/spool/postfix/private/dovecot-lmtp {
- group = postfix
- mode = 0666
- user = postfix
- }
- }
- ssl_cert = </etc/postfix/ssl/certs/mail.example.com.crt
- ssl_key = </etc/postfix/ssl/private/mail.example.com.key
- userdb {
- driver = passwd
- }
- userdb {
- args = username_format=%u /etc/dovecot/users
- driver = passwd-file
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
