Displaying 16 results from an estimated 16 matches for "92dc263a".
2019 Jun 14
2
LMTP doesn't save to +mailbox
...can probably just write a sieve to do it. Let me think?
if header :regex "to" ?+(.*)@" {
fileinto :create ?${1}";
stop;
}
Seems like it should work. Should I add this to default.sieve?
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: FreeBSD 11.2-RELEASE-p10 i386
# Hostname: mail.covisp.net
auth_failure_delay = 5 secs
auth_mechanisms = PLAIN LOGIN
default_client_limit = 4096
default_process_limit = 1024
default_vsz_limit = 768 M
disable_plaintext_auth = no
first_valid_uid = 89
imap_id_log = *
login_log_format_elements...
2019 May 27
1
SIGABRT on fetching mail
...I'm fetching my mail using "sudo -E getmail", but this doesn't
seem to work with backtrace. :-/
Output from "dovecot -n" attached.
Kind regards,
Peter
-------------- next part --------------
# 2.3.6 (7eab80676): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: Linux 5.1.4-arch1-1-ARCH x86_64 Arch Linux
# Hostname: tuchola.fritz.box
auth_verbose = yes
disable_plaintext_auth = no
info_log_path = /var/log/dovecot-info.log
log_path = /var/log/dovecot.log
mail_location = maildir:~/Maildir:LAYOUT=fs
mail_plugins = " fts fts_solr"
managesieve_...
2019 Jul 03
2
Sieve question
I have the following in my active sieve file, and there are no errors logged.
if header :contains "to" "+root" {
setflag "\\Seen";
fileinto :create "root";
stop;
}
The message is put in .root, bit is not marked as seen.
Is the default action to put mail in a folder matching the extension taking precedence?
2019 May 16
0
imap failing
...ling for 8 secs
May 15 23:39:43 imap-login: Fatal: master: service(imap-login): child
68411 killed with signal 11 (core dumped)
(with debug enabled)
postconf -n (though it hasn't changed since pre openssl111)
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: FreeBSD 11.2-RELEASE-p4 i386
# Hostname: mail.covisp.net
auth_debug = yes
auth_failure_delay = 5 secs
auth_mechanisms = PLAIN LOGIN
default_client_limit = 4096
default_process_limit = 1024
default_vsz_limit = 768 M
disable_plaintext_auth = no
first_valid_uid = 89
imap_id_log = *
lda_mailbox_...
2019 May 16
2
imap failing
I am now trying portmaster -f dovecot-2.3.6 which is reinstalling 78
ports. ??
On Wed, May 15, 2019 at 7:26 PM Cerebus the Aardvark <kreme at kreme.com> wrote:
>
> I've rebuilt dovecot, but no change in behavior.
>
> I also enabled debug, but nothing else is logged to /var/log/dovecot
> as to why IMAP is crashing.
>
> On Wed, May 15, 2019 at 5:46 PM @lbutlr via
2019 Jun 13
3
Sieve logging?
I am trying to create some sieve scripts to filter my mailing lists and am wondering if sieve logs anywhere, and it so where? I don?t see anything in mail.log beyond lines like:
dovecot: lda(kremels at kreme.com)<39790><hNchChSkAV1umwAAIdGjjQ>: sieve: msgid=<267D5D71-D99C-4790-8706-C1A92BCC9F97 at kreme.com>: stored mail into mailbox ?INBOX'
Which doesn?t really tell me
2019 Jun 16
1
Dovecot, quota, warning, and issue with setup?
...Namespace '' is not Maildir, skipping for Maildir++ quota
I'm also having issue with the public folder, it's not showing up.
Below is my doveconf -n output.
Any suggestions welcome.
Thanks.
Dave.
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: FreeBSD 12.0-RELEASE-p4 amd64
# Hostname: mail.example.local
auth_cache_size = 10 M
auth_default_realm = example.net
auth_mechanisms = plain login
auth_realms = example.net example.com
dict {
acl = mysql:/usr/local/etc/dovecot/dovecot-dict-sql.conf.ext
quota = mysql:/usr/local/etc/doveco...
2019 Jun 13
4
Sieve logging?
...:lower "listname" "${1}";
fileinto :create "${listname}";
} else {
fileinto :create ".Lists";
#keep;
}
}
stop;}
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: FreeBSD 11.2-RELEASE-p10 i386
# Hostname: mail.covisp.net
auth_debug = yes
auth_debug_passwords = yes
auth_failure_delay = 5 secs
auth_mechanisms = PLAIN LOGIN
default_client_limit = 4096
default_process_limit = 1024
default_vsz_limit = 768 M
disable_plaintext_auth = no
first_valid_uid = 8...
2019 Jun 06
2
failed to pipe to program sa-learn-spam.sh
...eme)<86722><7vCHXaWKa8dJDqGg>: Debug: imapsieve: mailbox INBOX: FLAG event (changed flags: \Deleted)
I included the relevant lines from doveconf -n in the original post, but here is the whole thing.
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: FreeBSD 11.2-RELEASE-p10 i386
# Hostname: mail.covisp.net
auth_failure_delay = 5 secs
auth_mechanisms = PLAIN LOGIN
default_client_limit = 4096
default_process_limit = 1024
default_vsz_limit = 768 M
disable_plaintext_auth = no
first_valid_uid = 89
imap_id_log = *
lda_mailbox_autocreate = y...
2019 Aug 11
2
dovecot-lmtp and postfix
...gsql:/opt/local/etc/postfix/postfix_virtual_domains.cf
virtual_transport = lmtp:unix:private/dovecot-lmtp
[root at 81716ec5-bca4-6d53-ed81-bd1a55d46b4f /opt/local/etc/postfix]#
And the dovecot config:
doveconf -n
# 2.3.6 (7eab80676): /opt/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf
doveconf: Warning: Obsolete setting in /opt/local/etc/dovecot/conf.d/10-ssl.conf:80: ssl_dh_parameters_length is no longer needed
doveconf: Warning: Obsolete setting in /opt/local/etc/dovecot/conf...
2019 May 20
0
enforcing multiple per-mailbox quotas for shared mailboxes
...try (the wiki shows some examples with it, some without). Makes no
difference...
Configuration Dumps below (slightly redacted to remove complete email
addresses or IPs)
==========================
output of dovecot -n:
# 2.3.6 (7eab80676): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: Linux 4.9.0-9-amd64 x86_64 Debian 9.9
# Hostname: [censored]
auth_failure_delay = 10 secs
auth_mechanisms = plain login
default_vsz_limit = 512 M
dict {
acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
listen = *
lmtp_rcpt_check_quota = yes
login_greeting = Mail system ready.
mail_gid...
2019 May 30
2
failed to pipe to program sa-learn-spam.sh
Error: program `/usr/lib/dovecot/sieve/sa-learn-spam.sh' terminated abnormally, signal 11
Error: sieve: pipe action: failed to pipe message to program `sa-learn-spam.sh': refer to server log for more information. [2019-05-29 17:59:12]
What server log? This is all that get logged.
# pwd
/usr/lib/dovecot/sieve
# ls -lsa
> total 96
> 8 drwxrwxrwx 3 root wheel 512 Jun 18 2018
2019 Jun 05
2
FTS Xapian
...ot" OR message-id:"dovecot" OR body:"dovecot")
Jun 5 06:02:29 bubba dovecot:
imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 54 results in
43 ms
doveconf -n:
# 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.6 (92dc263a)
# OS: Linux 4.15.0-50-generic x86_64 Ubuntu 18.04.2 LTS
# Hostname: bubba.amfes.lan
auth_cache_size = 4 k
auth_master_user_separator = *
auth_mechanisms = plain login
default_login_user = nobody
default_vsz_limit = 2 G
dict {
acl = mysql:/usr/local/etc/dovecot/dovecot-dict-sql.conf.ext
}
disable...
2019 Jun 07
1
FTS Xapian
...ot")
>> Jun 5 06:02:29 bubba dovecot:
>> imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 54 results in
>> 43 ms
>>
>> doveconf -n:
>> # 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
>> # Pigeonhole version 0.5.6 (92dc263a)
>> # OS: Linux 4.15.0-50-generic x86_64 Ubuntu 18.04.2 LTS
>> # Hostname: bubba.amfes.lan
>> auth_cache_size = 4 k
>> auth_master_user_separator = *
>> auth_mechanisms = plain login
>> default_login_user = nobody
>> default_vsz_limit = 2 G
>> dict {...
2019 Jun 06
0
FTS Xapian
..."dovecot" OR body:"dovecot")
> Jun 5 06:02:29 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: 54 results in 43 ms
>
> doveconf -n:
> # 2.3.6 (7eab80676): /usr/local/etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.6 (92dc263a)
> # OS: Linux 4.15.0-50-generic x86_64 Ubuntu 18.04.2 LTS
> # Hostname: bubba.amfes.lan
> auth_cache_size = 4 k
> auth_master_user_separator = *
> auth_mechanisms = plain login
> default_login_user = nobody
> default_vsz_limit = 2 G
> dict {
> acl = mysql:/usr/local/etc/...
2019 Jun 05
2
FTS Xapian
For my primary namespace this is working fine - thanks to the developers!
It also appears to work great for shared folders as well.
But my virtual folders aren't returning results - at least not to the
client. The logs show FTS Xapian opening several DB files and getting
results - but nothing is being returned to client. Is this a config
issue on my side or is this a current limitation of