修正

コメント行を抜いてこれだけで動作することを確認

 

■view auth-system.conf.ext


passdb {
driver = pam
}


passdb {
driver = shadow
}

 

userdb {
driver = passwd

}

 

■view 10-auth.conf

 

auth_mechanisms = plain

!include auth-system.conf.ext

 

■view 10-mail.conf

 

mail_location = maildir:~/Maildir

namespace inbox {

inbox = yes 

}

 mbox_write_locks = fcntl

 

■ cat dovecot.conf

protocols = pop3

listen = *

ssl = no


dict {
#quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
#expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
}

!include conf.d/*.conf

!include_try local.conf

[root@saflweb dovecot]#

 

-rw-r--r--. 1 root root 5294 1月 17 18:07 10-auth.conf
-rw-r--r--. 1 root root 1893 3月 14 2013 10-director.conf
-rw-r--r--. 1 root root 2727 11月 20 2013 10-logging.conf
-rw-r--r--. 1 root root 15514 1月 17 18:17 10-mail.conf
-rw-r--r--. 1 root root 3383 3月 14 2013 10-master.conf
-rw-r--r--. 1 root root 4007 5月 20 2013 20-pop3.conf
-rw-r--r--. 1 root root 676 3月 14 2013 90-acl.conf
-rw-r--r--. 1 root root 292 3月 14 2013 90-plugin.conf
-rw-r--r--. 1 root root 2502 4月 17 2013 90-quota.conf
-rw-r--r--. 1 root root 499 5月 20 2013 auth-checkpassword.conf.ext
-rw-r--r--. 1 root root 489 5月 20 2013 auth-deny.conf.ext
-rw-r--r--. 1 root root 924 5月 20 2013 auth-ldap.conf.ext
-rw-r--r--. 1 root root 561 5月 20 2013 auth-master.conf.ext
-rw-r--r--. 1 root root 515 5月 20 2013 auth-passwdfile.conf.ext
-rw-r--r--. 1 root root 788 5月 20 2013 auth-sql.conf.ext
-rw-r--r--. 1 root root 2182 1月 17 18:08 auth-system.conf.ext