[Dovecot] problem namespace
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hello dovecot network hello timo
hello all others reader
I do not use the namespace notation in my dovecot configuration. I use Maildir mailboxes that get stuck in /home users. my question is simple I advise you to use the namespace and what should be its own configuration.
I use lda to issue the emails
my dovecot -n
~]# /usr/sbin/dovecot -n # 2.0.6: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32.2-xxxx-grs-ipv4-32 i686 CentOS release 5.5 (Final) auth_mechanisms = plain login base_dir = /var/run/dovecot/ dict { expire = db:/var/lib/dovecot/expire.db } imap_capability = +IDLE listen = [::] log_path = /var/log/maillog log_timestamp = %Y-%m-%d %H:%M:%S login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c mail_location = maildir:~/Maildir managesieve_notify_capability = mailto managesieve_sieve_capability = comparator-i;octet comparator-i;ascii-casemap fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date spamtest spamtestplus virustest passdb { driver = pam } plugin { expire = Trash/* 7 expire_dict = proxy::expire plugin = autocreate managesieve sieve sieve = ~/.dovecot.sieve sieve_before = /var/sieve-scripts/roundcube.sieve sieve_dir = ~/sieve sieve_global_path = whatever } protocols = sieve imap pop3 service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix } unix_listener auth-master { mode = 0666 } vsz_limit = 256 B } service imap-login { inet_listener imap { port = 0 } inet_listener imaps { address = * port = 993 } process_limit = 128 vsz_limit = 64 B } service managesieve-login { inet_listener managesieve-login { address = * port = 2000 } process_limit = 128 vsz_limit = 64 B } service pop3-login { inet_listener pop3 { port = 0 } inet_listener pop3s { address = * port = 995 } process_limit = 128 vsz_limit = 64 B } ssl_ca =
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org/
iD8DBQFMzr6ItXI/OwkhZKcRAhW6AJ9K4aO2G8yjYmXEzCjFSo9ZlpoWdgCfUGbB n6Ou4PPn52GNz95pJVe1tqw= =Qg1z -----END PGP SIGNATURE-----
On Mon, 2010-11-01 at 14:20 +0100, fakessh @ wrote:
I do not use the namespace notation in my dovecot configuration. I use Maildir mailboxes that get stuck in /home users. my question is simple I advise you to use the namespace and what should be its own configuration.
Why do you need a namespace? Anyway, if you haven't specified one, with maildir the default is:
namespace { prefix = separator = . inbox = yes }
participants (2)
-
fakessh @
-
Timo Sirainen