dovecot version 1.1.6
>dovecot -n
# 1.1.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.27-gentoo-r1 i686 Gentoo Base System release 2.0.0 xfs
base_dir: /var/run/dovecot/
protocols: imap pop3
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_disable: yes
disable_plaintext_auth: no
lo
Sorry, doesn't work for SQL, /var/spool/postfix/virtual/~ is pretty useless
Nov 4 14:31:04 jm dovecot: IMAP([EMAIL PROTECTED]):
Effective uid=1030, gid=1030,
home=domain/[EMAIL PROTECTED]/
Nov 4 14:31:04 jm dovecot: IMAP([EMAIL PROTECTED]):
maildir: data=/var/spool/postfix/virtual/~
Nov
How do you control which socket or authentication process dovecot's pop3
daemon chooses to use? I've got a user database with two flags one to
allow pop3 access and the other to allow the use of auth smtp. There are
two authentication instances configed, thus,
auth default {
passdb sql {
Much thanks for clearing that up. The documentation wasn't very heplful
on that point. I'll change it to a single instance and rely on a more
complex SQL query. I look forward to version 2.
thanks again,
Jeff.
Timo Sirainen wrote:
On Mon, 2009-03-23 at 14:27 +1100, jm wrote:
Sieve plugin does not autocreate folder, defined in sieve filter
/etc/dovecot/sieve/default.sieve
require ["fileinto"];
# rule:[off]
if anyof (header :contains "To" "o...@***.com", header :contains "Cc"
"o...@.com")
{
fileinto "INBOX.off";
stop;
}
>sievec /etc/dovecot/sieve/default.siev
Thank you
Works like a charm
Regards
Juri
On Thu, Dec 9, 2010 at 6:11 PM, Marcus Rueckert wrote:
> hi,
>
> look at the following settings:
> lda_mailbox_autocreate
> lda_mailbox_autosubscribe
>
> and sieve has fileinto :create for that purpose
>
> hth
>
> darix
>
> --
> openSUSE -
Hi,
We have mail server in production, with Exim + Dovecot + Mailman + OpenLDAP
+ Roundcube webmail server.
Openldap keeps mail accounts in db, exim uses lmtp transport to deliver
messages to dovecot.
Mailman is responsible for mailing lists, Roundcube webmail has managsieve
module to create sieve