[Dovecot] How to get a working dovecot.conf?

oddball56 monkey9 at iae.nl
Fri Dec 24 18:24:11 EET 2010


Hi again,

It seems i have undone some errors, as the output now shows the version of
dovecot and the os:

# 2.0.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.34.7-0.5-default i686 openSUSE 11.3 (i586) reiserfs
auth_mechanisms = plain login
disable_plaintext_auth = no
first_valid_gid = 1000
first_valid_uid = 1000
last_valid_gid = 5000
last_valid_uid = 5000
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = maildir:/var/vmail/%d/%n/Maildir
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character
vacation subaddress comperator-i;ascii-numeric relational regex imap4flags
copy include variables body enotify environment mailbox date
passdb {
  driver = pam
}
passdb {
  args = /etc/dovecot-sql.conf
  driver = sql
}
plugin {
  quota = maildir
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap pop3
ssl = no
userdb {
  driver = passwd
}
userdb {
  args = /etc/dovecot-sql.conf
  driver = sql
}
protocol imap {
  mail_plugin_dir = /usr/lib/dovecot/imap
  mail_plugins = quota imap_quota
  service imap {
    executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap 
  }
}
protocol pop3 {
  mail_plugin_dir = /usr/lib/dovecot/modules/pop3
  mail_plugins = quota
  pop3_uidl_format = %08Xu%08Xv
  service pop3 {
    executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/pop3
  }
}
protocol sieve {
  service sieve {
    executable = /usr/lib/dovecot/managesieve
  }
}
protocol lda {
  auth_socket_path = /var/run/dovecot/auth-master
  hostname = AsusTT-sfn6
  mail_plugins = sieve quota
  postmaster_adress = postmaster at asustt-sfn6.site
}


I have not been able to login, but going to start over creating a userdb to
test.
Thanx for the help, it feels great to know there are people out there who
care, and want to help others..

Rob.



-- 
View this message in context: http://old.nabble.com/How-to-get-a-working-dovecot.conf--tp30506797p30528849.html
Sent from the Dovecot mailing list archive at Nabble.com.



More information about the dovecot mailing list