[Dovecot] Problems to sync
Dovecot 1.1.2 Good afternoon,
I installed dovecot to work with Exim....my dovecot.conf is like this:
#Protocolos suportados protocols = imap
log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log
#Desabilitar SSL ssl_disable = yes disable_plaintext_auth = no
first_valid_gid = 0
mail_location = mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u
mail_access_groups = mail
protocol imap { login_executable = /usr/local/libexec/dovecot/imap-login mail_executable = /usr/local/libexec/dovecot/imap login_greeting_capability = yes }
#Otimizacao dotlock_use_excl=yes maildir_copy_with_hardlinks=yes
auth_verbose = yes auth_process_size = 256 auth_cache_ttl = 3600
auth default { mechanisms = plain user = root ssl_require_client_cert = no passdb pam { } userdb passwd { } }
The problem is that I get to sync with INBOX, but I can't get to sync with the other files...
I don't know if this line is correct:
mail_location = mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u
If I create a new file by the outlook, this file is created in the server normally.....
If someone could help....thanks...
root@frw# dovecot -n # 1.1.2: /usr/local/etc/dovecot.conf log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot-info.log protocols: imap ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/imap-login login_greeting_capability: yes first_valid_gid: 0 mail_access_groups: mail mail_location: mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u auth default: verbose: yes passdb: driver: pam userdb: driver: passwd
2008/9/9 Charles Marcus CMarcus@media-brokers.com
On 9/9/2008 2:02 PM, Lincon Peretto wrote:
Dovecot 1.1.2 Good afternoon,
I installed dovecot to work with Exim....my dovecot.conf is like this:
No... please always provide output of dovecot -n...
--
Best regards,
Charles
The problem is that I get to sync with INBOX, but I can't get to sync with the other files...
I don't know if this line is correct:
mail_location = mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u
If I create a new file by the outlook, this file is created in the server normally.....
If someone could help....thanks... No one can tell you if the above mail location is correct unless that is where the mail is stored. It looks as if the INBOX parameter is correct, since you see the inbox. Since you said you used Outlook, did you try updating your folder list, or going into IMAP folders setting?
-- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!!
On 9/9/2008, Lincon Peretto (linconperetto@gmail.com) wrote:
The problem is that I get to sync with INBOX, but I can't get to sync with the other files...
mail_location = mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u
Is this really how you set it? mailbox: is not a valid setting I don't think. The wiki says it should be either Maildir or mbox:
http://wiki.dovecot.org/MailLocation
--
Best regards,
Charles
I changed to mbox but doesn't work.... I changed the line to:
mail_location = mbox:/usr/home/%u/mail:INBOX=/var/mail/%u
Best regards,
Lincon
2008/9/9 Charles Marcus CMarcus@media-brokers.com
On 9/9/2008, Lincon Peretto (linconperetto@gmail.com) wrote:
The problem is that I get to sync with INBOX, but I can't get to sync with the other files...
mail_location = mailbox:/usr/home/%u/mail/:INBOX=/var/mail/%u
Is this really how you set it? mailbox: is not a valid setting I don't think. The wiki says it should be either Maildir or mbox:
http://wiki.dovecot.org/MailLocation
--
Best regards,
Charles
I'm sorry....follow the dovecot -n root@frw# dovecot -n # 1.1.2: /usr/local/etc/dovecot.conf log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot-info.log protocols: imap ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/imap-login login_greeting_capability: yes first_valid_gid: 0 mail_access_groups: mail mail_location: mbox:/usr/home/%u/mail:INBOX=/var/mail/%u auth default: verbose: yes passdb: driver: pam userdb: driver: passwd
Best Regards,
Lincon
2008/9/10 Charles Marcus CMarcus@media-brokers.com
On 9/10/2008, Lincon Peretto (linconperetto@gmail.com) wrote:
I changed to mbox but doesn't work.... I changed the line to:
Always show dovecot -n output, so we know that dovecot is using what you *think* it is using.
--
Best regards,
Charles
I found the problem, it was in outlook.... the option - show just the files enrolled - was marked...
I just unmarked it and works...
thanks for helpful.....
Best Regards,
Lincon
2008/9/10 Charles Marcus CMarcus@media-brokers.com
On 9/10/2008 9:37 AM, Lincon Peretto wrote:
mail_location: mbox:/usr/home/%u/mail:INBOX=/var/mail/%u
any reason you're using
/usr/home/%u/mail
instead of just
Not sure if thats your problem, but...
--
Best regards,
Charles
participants (3)
-
Charles Marcus
-
Lincon Peretto
-
Scott Silva