SIGABRT on fetching mail
Peter Nabbefeld
peter.nabbefeld at gmx.de
Mon May 27 22:02:09 EEST 2019
Hello,
I've never used gdb, so I don't know why 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:~/Maildir:LAYOUT=fs
mail_plugins = " fts fts_solr"
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext editheader
namespace inbox {
inbox = yes
location =
mailbox Entwürfe {
special_use = \Drafts
}
mailbox Gesendet {
special_use = \Sent
}
mailbox Spamverdacht {
special_use = \Junk
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = username_format=%u /etc/dovecot/passwd
driver = passwd-file
}
plugin {
fts = solr
fts_solr = url=http://localhost:8983/solr/
sieve = file:/home/vmail/sieve;active=/home/vmail/.dovecot.sieve
sieve_extensions = +editheader
}
service stats {
unix_listener stats-reader {
group = vmail
mode = 0666
user = vmail
}
unix_listener stats-writer {
group = vmail
mode = 0666
user = vmail
}
}
ssl = no
ssl_dh = # hidden, use -P to show it
userdb {
args = uid=vmail gid=vmail home=/home/vmail/%d/%n
driver = static
}
protocol lda {
mail_plugins = " fts fts_solr sieve"
postmaster_address = peter.nabbefeld at gmx.de
}
More information about the dovecot
mailing list