Jacques, /home/%u/-> /var/spool/mail/%u ln -s
Em 25 de abril de 2012 12:44, Jacques de Beijer < [email protected]> escreveu: > Log reporta: (/home/mat006/Maildir/tmp), você diz /var/mail/%u/Maildir > O Dovecot diz /home/%u > > Verifique se você não pode estar confundindo os diretórios ou algo do tipo! > > abcs > > -----Mensagem Original----- From: hans silva > Sent: Wednesday, April 25, 2012 12:30 PM > To: postfix-br@listas.**softwarelivre.org<[email protected]> > Subject: [Postfix-BR] Maildir -> Mailbox > > > Olá a todos. > > Estou configurando um servidor de email e estou com o seguinte problema. > Toda vez que vou logar no webmail "squirrelmail" ele abre normal, mas na > hora que recebo uma mensagem, ele me dá um erro mas de webmail. Ou seja, > ele utiliza Maildir, mas sempre quando recebe uma mensagem, vira mailbox. > Ou seja, o /var/mail/user/maildir que é um diretório, acaba virando um > arquivo texto mailbox > > Alguém sabe o que pode estar acontecendo? > > > Apr 25 12:21:01 tasking dovecot: imap-login: Login: user=<mat006>, > method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured > Apr 25 12:21:01 tasking dovecot: IMAP(mat006): > stat(/home/mat006/Maildir/tmp) failed: Not a directory > Apr 25 12:21:01 tasking dovecot: IMAP(mat006): Connection closed > bytes=21/398 > Apr 25 12:21:05 tasking dovecot: imap-login: Login: user=<mat006>, > method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured > Apr 25 12:21:05 tasking dovecot: IMAP(mat006): > stat(/home/mat006/Maildir/.**INBOX.enviados/tmp) failed: Not a directory > Apr 25 12:21:05 tasking dovecot: IMAP(mat006): Connection closed > bytes=30/398 > > > Segue main.cf e dovecot.conf > > root@tasking:/var/mail# cat /etc/postfix/main.cf | grep mail > smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) > myorigin = /etc/mailname > home_mailbox = Maildir/ > > > > > > cat /etc/dovecot/dovecot.conf > protocols = imap imaps pop3 pop3s > log_timestamp = "%Y-%m-%d %H:%M:%S " > mail_location = maildir:/home/%u/Maildir/ > mail_privileged_group = mail > mail_debug = no > valid_chroot_dirs = /home/vmail > maildir_copy_with_hardlinks = yes > protocol imap { > mail_plugin_dir = /usr/lib/dovecot/modules/imap > imap_client_workarounds = delay-newmail outlook-idle netscape-eoh > } > protocol pop3 { > pop3_uidl_format = %08Xu%08Xv > mail_plugin_dir = /usr/lib/dovecot/modules/pop3 > pop3_client_workarounds = outlook-no-nuls oe-ns-eoh > } > #protocol managesieve { > # sieve=~/.dovecot.sieve > # sieve_storage=~/sieve > #} > auth_username_format = %Lu > auth_debug = no > auth default { > mechanisms = plain login > socket listen { > client { > path = /var/spool/postfix/private/**auth > mode = 0660 > user = postfix > group = postfix > } > } > passdb ldap { > args = /etc/dovecot/dovecot-ldap.conf > } > userdb static { > args = uid=12022 gid=108 home=/home/%u > } > user = root > socket listen { > master { > path = /var/run/dovecot/auth-master > mode = 0600 > user = vmail > group = postfix > } > client { > path = /var/run/dovecot/auth-client > mode = 0660 > } > } > } > dict { > } > plugin { > } > ______________________________**_________________ > Postfix-BR mailing list > Postfix-BR@listas.**softwarelivre.org<[email protected]> > http://listas.softwarelivre.**org/mailman/listinfo/postfix-**br<http://listas.softwarelivre.org/mailman/listinfo/postfix-br> > ______________________________**_________________ > Postfix-BR mailing list > Postfix-BR@listas.**softwarelivre.org<[email protected]> > http://listas.softwarelivre.**org/mailman/listinfo/postfix-**br<http://listas.softwarelivre.org/mailman/listinfo/postfix-br> > _______________________________________________ Postfix-BR mailing list [email protected] http://listas.softwarelivre.org/mailman/listinfo/postfix-br
