b {
args = username_format=%u /usr/local/etc/dovecot/users
driver = passwd-file
}
plugin {
sieve =
file:/usr/local/etc/dovecot/sieve;active=/usr/local/etc/dovecot/sieve/.dovecot.sieve
sieve_before = /usr/local/etc/dovecot/sieve/before-global.sieve
sieve_default = /usr/local/etc/dovecot/sieve/default.sieve
sieve_global = /usr/local/etc/dovecot/sieve/global/
}
protocols = imap lmtp sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
ssl_cert =
ssl_cipher_list = HIGH:!aNULL:!AES128:!SSLv2
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
syslog_facility = local1
userdb {
args = username_format=%u /usr/local/etc/dovecot/users
driver = passwd-file
}
protocol lmtp {
mail_plugins = " sieve"
}
protocol sieve {
info_log_path = /var/log/dovecot-sieve.log
log_path = /var/log/dovecot-sieve-errors.log
managesieve_implementation_string = dovecot
managesieve_max_line_length = 64 k
}
THANKS!
Colin
b {
args = username_format=%u /usr/local/etc/dovecot/users
driver = passwd-file
}
plugin {
sieve =
file:/usr/local/etc/dovecot/sieve;active=/usr/local/etc/dovecot/sieve/.dovecot.sieve
sieve_before = /usr/local/etc/dovecot/sieve/before-global.sieve
sieve_default = /usr/local/etc/dovecot/sieve/default.sieve
sieve_global = /usr/local/etc/dovecot/sieve/global/
}
protocols = imap lmtp sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
ssl_cert =
ssl_cipher_list = HIGH:!aNULL:!AES128:!SSLv2
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
syslog_facility = local1
userdb {
args = username_format=%u /usr/local/etc/dovecot/users
driver = passwd-file
}
protocol lmtp {
mail_plugins = " sieve"
}
protocol sieve {
info_log_path = /var/log/dovecot-sieve.log
log_path = /var/log/dovecot-sieve-errors.log
managesieve_implementation_string = dovecot
managesieve_max_line_length = 64 k
}
THANKS!
Colin
i believe i have all but $config['managesieve_default'] = '', i will
have to look that one up
roundcube config.inc.php:
$config['db_dsnw'] =
'sqlite:usr/local/sqlite/roundcube.sql?mode=0646';
$config['log_driver'] = 'syslog';
$config['syslog_facility'] = LOG_LOCAL1;
$config['imap_host
changing tls:// to ssl:// did not seem to have any effect:
Nov 22 15:02:44 mail roundcube[19803]: [2] SELECT * FROM
"users" WHERE "user_id" = '2';
Nov 22 15:02:44 mail roundcube[19803]: PHP Error: Connection
refused (GET
/index.php?_task=settings&_action=plugin.managesieve-forward)
Nov 22
-11-23 04:09, Yassine Chaouche wrote:
hello Colin,
is anything listening on that port?
you might find lsof and netstat helpful.
also, if roundcube and dovecot are on different servers, you might want
to check a network cnx to the managesieve port.
cnx refused often means nothing is listening or
thank you again. it seems you have seen my paste of config.inc.php. I
do not have a config.php:
my_user@some_host:/usr/local/www/roundcube/config # ls -l
total 67
-rw-r--r-- 1 root wheel164 Jul 23 15:17 .htaccess
-rw-r--r-- 1 root wheel 1867 Nov 22 15:12 config.inc.php
-rw-r--r--
Thank you for this. I am not using self-signed, I am using letsencrypt
as a CA, the certs are installed where certbot put them.
I tried the example from https://wiki2.dovecot.org/TestInstallation,
using openssl s_client, and I achieved the following (lots of data
replaced with "...")
I h
asswd
userdb:
driver: passwd
userdb:
driver: static
args: uid=vmail gid=vmail home=/var/spool/vmail/%n
What piece of the puzzle am I still missing?
Running dovecot-sieve-1.0.2, postfix, etc under FreeBSD v7.
TIA
--
Colin Brace
Amsterdam
http://lim.nl
is the way I originally configured it when I set
up Postfix: /var/spool/vmail/colin
This is where I have my .dovecot.sieve, in conformance, I hope, with that
what is written in the wiki:
"If you do not define sieve variable and do not return it from extra field
then by default .dovecot.sieve file
ecot-deliver
Logging to /var/log/dovecot works fine. Something is must still be missing
with deliver. But what?
--
Colin Brace
Amsterdam
http://lim.nl
path = /var/log/dovecot-deliver
info_log_path = /var/log/dovecot-deliver
auth_socket_path = /var/run/dovecot/auth-master
}
My maildirs are here:
mail_location = maildir:/home/colin/vmail/%u
and Dovecot IMAP has no problem retrieving messages from that location.
What might be going wro
vecot/dovecot.conf
# OS: FreeBSD 8.1-RELEASE amd64 ufs
auth_verbose = yes
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
first_valid_gid = 0
info_log_path = /var/log/dovecot
log_path = /var/log/dovecot
mail_access_groups = mail
mail_debug = yes
mail_location = maildir:/home/colin/vmail/
.
Any idea where the problem is?
--
Colin Brace
Amsterdam
http://lim.nl
Links:
--
[1] http://wiki2.dovecot.org/LDA
[2] mailto:20090729182144.4c9ba...@example.com
On Mon, 09 May 2011 13:00:45 +0200, Colin Brace wrote:
> In the
dovecot-lda log, I am now seeing some action, but there is a
>
>
permissions problem somewhere:
>
> May 09 12:43:13 lda: Debug: Loading
modules from directory:
> /usr/local/lib/dovecot
> May 09 12:43:
patch
will make it into 2.1.11?
regards,
Colin
is to fix an unintended issue whereby vacation
notices were coming from postmaster.
regards,
Colin
o the
Wiki myself if need be.
Thanks.
-----
Colin Brace
Amsterdam
http://lim.nl
--
View this message in context:
http://old.nabble.com/enabling-IMAP-SORT-and--THREAD-extensions-tp27673898p27673898.html
Sent from the Dovecot mailing list archive at Nabble.com.
AD capabilities:
$ telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
STARTTLS AUTH=PLAIN] Dovecot ready.
Hence my confusion.
-Colin
--
Colin Brace
Amsterdam
http://lim.nl
;s causing this?
Thank you
Colin
===
GDB SESSION INCLUDING BACKTRACE
===
colin@ [ ~ ]$ MAIL=maildir:/var/mail/colin gdb
/usr/local/libexec/dovecot/imap
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu
On 26/05/2014 02:26, Timo Sirainen wrote:
On 16.5.2014, at 16.33, Colin Knox wrote:
I'm seeing a segfault in the imap process with the current mercurial
tip (including changeset 17382 e99cd21e1f92) when selecting a
particular virtual mail folder (but no other virtual mailboxes) and
UNSUBSCRIBE
---
Regards
Colin Hart
On 2019-05-29 05:17, @lbutlr via dovecot wrote:
> Are you sure you read it? https://wiki2.dovecot.org/MailboxFormat/dbox seems
> pretty clear.
>
> --
> This is my signature. There are many like it, but this one is mine.
21 matches
Mail list logo