Displaying 20 results from an estimated 22 matches for "7eab80676".
2019 May 13
6
Frequent Out of Memory for service(config)
...sz_limit. In all systems we see the Out of memory alert
several times a day. We previously did not see this at all when running on
CentOS6, with less memory.
We have tried increasing the memory to the vsz_limit up to 2gb without
success.
We are running on CentOS 7 servers, running dovecot 2.3.6 (7eab80676) (from
the dovecot repo).
Can anyone advise any other settings that could be modified in order to
correct these out of memory issues?
# dovecot -n
# 2.3.6 (7eab80676): /etc/dovecot/dovecot.conf
# OS: Linux 3.10.0-957.5.1.el7.x86_64 x86_64 CentOS Linux release 7.6.1810
(Core)
# Hostname: ****** #&...
2019 May 15
0
Frequent Out of Memory for service(config)
...he Out of
> memory alert several times a day. We previously did not see this at
> all when running on CentOS6, with less memory.
>
> We have tried increasing the memory to the vsz_limit up to 2gb without
> success.?
>
> We are running on CentOS 7 servers, running dovecot 2.3.6 (7eab80676)
> (from the dovecot repo).
>
> Can anyone advise any other settings that could be modified in order
> to correct these out of memory issues?
>
> # dovecot -n
> # 2.3.6 (7eab80676): /etc/dovecot/dovecot.conf
> # OS: Linux 3.10.0-957.5.1.el7.x86_64 x86_64 CentOS Linux release...
2019 Jun 14
2
LMTP doesn't save to +mailbox
...a year, so it worked fine with the lda instead of the lmtp setup. I mean, I 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_plaintex...
2019 May 26
1
Unknown error message
dovecot 2.3.6 (7eab80676)
FreeBSD 12.0-RELEASE-p5 amd64
I have recently been finding error messages similar to the following in
my Dovecot log file:
May 26 06:58:32 imap(gerard at seibercom.net)<87791><WvXT+LyJHBCubeH6>: Error: stat(/var/mail/vmail/seibercom.net/gerard/.dovecot.sieve/tmp) failed: Not a direct...
2019 Aug 23
2
non-terminating processes
FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
dovecot 2.3.6 (7eab80676) (latest from binary package system)
symptom: multiple imap4s users complain that they can not fetch mail
stopping and restarting dovecot is a temporary workaround
dovenull 3713 0.0 0.0 11036 6816 - I 02:27 0:00.17 dovecot/imap-login
user19 3714 0.0 0.0 9464 4756...
2019 May 27
1
SIGABRT on fetching mail
...I'm running into problems using
"gdb bt".
Usually, 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:~/Maildi...
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
...23:39:43 master: Error: service(imap-login): command startup
failed, throttling 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
di...
2019 May 30
2
sieve setup. no svbin ?
...;1234><c4aVBfI98FzSBAAAyLbbsQ>:
Error: sieve: Failed to initialize script execution: Invalid
postmaster_address: invalid address `root' specified for the
postmaster_address setting
# grep root dovecot.conf
postmaster_address = root
what should I have ?
# dovecot --version
2.3.6 (7eab80676)
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 Aug 26
0
non-terminating processes
On 23.8.2019 17.19, Randy Bush via dovecot wrote:
> FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
> dovecot 2.3.6 (7eab80676) (latest from binary package system)
>
> symptom: multiple imap4s users complain that they can not fetch mail
>
> stopping and restarting dovecot is a temporary workaround
>
> dovenull 3713 0.0 0.0 11036 6816 - I 02:27 0:00.17 dovecot/imap-login
> user19...
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?
...at example.net)<59153><rjVgD/yCBl0R5wAATNUJJw>: Warning:
quota: 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/...
2019 Jun 13
4
Sieve logging?
...quot;list-id" "^\\s*<?([a-z_0-9-]+)[.@]" {
set :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 = 102...
2019 Jun 06
2
failed to pipe to program sa-learn-spam.sh
...x Junk: FLAG event (changed flags: $NotJunk NotJunk)
Jun 06 04:43:26 imap(kreme)<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_plaintex...
2019 Aug 11
2
dovecot-lmtp and postfix
...opt/local/etc/postfix/postfix_virtual_aliases.cf
virtual_mailbox_domains = pgsql:/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 longe...
2019 May 20
0
enforcing multiple per-mailbox quotas for shared mailboxes
...g an empty "ns=" to the first "quota=..."
entry (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_rc...
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
...uot; OR to:"dovecot" OR cc:"dovecot" OR
bcc:"dovecot" 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...
2019 Jun 07
1
FTS Xapian
...gt;> bcc:"dovecot" 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
&g...