Displaying 20 results from an estimated 300 matches similar to: "Permission denied"
2019 Oct 11
0
Password issue
On Oct 9, 2019, at 5:23 PM, @lbutlr <kremels at kreme.com> wrote:
> First, logins in to check mail and succeeds
>
>> Oct 09 16:02:16 imap-login: Info: Login: user=<myuser at covisp.net>, xx.xx.xx.xx, PLAIN, TLS
>
> Sends device MUA info
>
>> Oct 09 16:02:16 imap(myuser at covisp.net)<84553><bP4acIGUJttJDqGg>: Info: ID sent: name=iPad Mail,
2014 Feb 12
1
Panic on one specific user
dovecot: imap(john at example.com): Error: /usr/local/virtual/john at example.com/dovecot.index: modseq_hdr.log_offset too large
dovecot: imap(john at example.com): Error: /usr/local/virtual/john at example.com/dovecot.index: modseq_hdr.log_offset too large
dovecot: imap(john at example.com): Panic: file mail-transaction-log-file.c: line 1148 (mail_transaction_log_file_get_highest_modseq_at):
2019 Aug 17
0
Dovecot and hard links?
On 17 Aug 19, at 10:14 , Timo Sirainen <timo at sirainen.com> wrote:
> Hard links are created when a mail is copied with the IMAP COPY command. So Dovecot just does what the client asks it to do. Maybe you have some misbehaving IMAP client?
Maybe. Heck, I?ll grant probably, even.
But what do I do about it? How can I see when and where Dovecot is making hundreds of hard links to single
2019 Aug 16
3
Dovecot and hard links?
I was looking at a mail folder and I noted that a file in the inbox had a total of 11 hard links to it:
? # exa -lH cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
.rw------- 11 8.6k vpopmail 19 Jul 19:59 cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
? # find . -samefile cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
2019 Jun 14
2
LMTP doesn't save to +mailbox
Since switching to lmtp in dovecot, mail to user+mailboix at example.com does not get saved in ?.mailbox? as it did with LDA, instead it gets saved into the INBOX. If it matters, these are users who do NOT have a ~/.active_sieve file. I could understand (though it would bene a bit annoying) if the save overrode this mechanism.
I did add lmtp_save_to_detail_mailbox = yes in the protocol lmtp
2019 Oct 09
4
Password issue
One of my accounts was having login failures when trying to send mail, but was able to check mail.
I tried everything I could think of to see what the issue might be, but eventually went in and reset the password in the sql database (I knew the password, so I reset it to the same password).
{SHA256-CRYPT}$5$VuS?
{SHA256-CRYPT}$5$VI7?
So the password was updated properly.
Clients can still
2019 May 27
1
pam authentication error?
Getting this:
auth-worker(5045): Error: pam(kremels,xxx.xxx.xxx.xxx: pam_authenticate() failed: authentication error (/etc/pam.d/dovecot missing?)
# cat /etc/pam.d/dovcot
auth required pam_unix.so nullok
account required pam_unix.so
(file was last updated in April of 2018)
passdb {
username_filter = "!*@*"
driver = pam
}
userdb {
driver = passwd
}
service auth {
2019 Jun 17
0
LDA vs LMTP change in header
Switching to dovecot LMTP appears to have change the information in the received header, which appears to be causing my spam filter to wig out and mark local to local emails as spam.
Here?s what the received header used to look like:
Received: from [10.0.5.3] (c-71-229-144-93.hsd1.co.comcast.net [71.229.144.93])
by mail.covisp.net (Postfix) with ESMTPS id B67B8118AD59
for <kreme at
2019 May 16
0
imap failing
No change. Still get
May 15 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
2018 Mar 19
2
Permissions on /var/log/dovecot
On 2018-03-19 (14:20 MDT), Odhiambo Washington <odhiambo at gmail.com> wrote:
>
> I have been running FreeBSD since 1997, so I know quite a lot about it!
> I know about /etc/syslog.conf, but you do realize now that you are conflicting yourself?
No, I am not, I pointed out that dovecot does not writ ether logs, but that is a task generally managed by syslogd. then I said that in my
2018 Mar 16
0
per-user virtual mailboxes
Have given up on getting the global virtual config for now, and am trying to setup the virtual mailboxes for just my user account. Basically, it's behaving exactly as it did when I was trying to use a global config. This, and the lack of errors, is causing me to think that it is something odd in my install as opposed to a configuration issue (full doveconf -n at end)
mail_location =
2018 Jun 13
2
Sieve_default
On 13 Jun 2018, at 12:51, Sami Ketola <sami.ketola at dovecot.fi> wrote:
> Are you sure your sieve even gets executed? Anything in the logs? can you enable mail_debug=yes and try again?
> Can you post your doveconf -n?
I am not sure. I?ve made a couple of changes (put the default script and compiled script into their own folder and defined sieve_global), but still no joy. In fact,
2015 Apr 21
2
Moving a local domain to sql
I have a domain that current maps to local users that I want to move into the mysql maps with all the other domains, but I am unsure of the best way to proceed with this.
For example, my mail server is covisp.net and my personal domain is kreme.com, and currently kremels at kreme.com maps to the local user kremels. I want it to map to the existing mysql database as ?kernels at kreme.com?. (For
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
4
Sieve logging?
On 13 Jun2019, at 02:18, Matt Anton via dovecot <dovecot at dovecot.org> wrote:
>
> Sieve logs are in users?s homes and can be configured with ? sieve_user_log ?:
>
> ? sieve_user_log =
> The path to the file where the user log file is written. If not configured, a default location is used. If the main user's personal Sieve (as configured with sieve=) is a file, the
2019 Jun 06
2
failed to pipe to program sa-learn-spam.sh
On Jun 4, 2019, at 1:43 PM, Stephan Bosch via dovecot <dovecot at dovecot.org> wrote:
> Op 30-5-2019 om 9:46 schreef @lbutlr via dovecot:
>> 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
2019 May 15
5
imap failing
mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped)
master: Error: service(imap-login): command startup failed, throttling for 16 secs
May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped)
I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a
2019 Nov 16
2
Sieve and recipient_delimiter
I use recipient_delimiter addresseses quiet a bit, and I want to put several of them into a mailbox
if anyof (header :contains ["to"] [ ?FOO", ?foo", ?bar", ?florin"]) {
fileinto :create ?later";
stop;
}
When I get an email addressed to me+FOO at example.com or me_florin at example.com, the messages end up in my inbox (Yes, I have both + and _
2015 Apr 22
0
Moving a local domain to sql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 21 Apr 2015, @lbutlr wrote:
> I have a domain that current maps to local users that I want to move
> into the mysql maps with all the other domains, but I am unsure of the
> best way to proceed with this.
>
> For example, my mail server is covisp.net and my personal domain is
> kreme.com, and currently kremels at
2018 Mar 20
0
Permissions on /var/log/dovecot
On 19.03.2018 23:19, @lbutlr wrote:
> On 2018-03-19 (14:20 MDT), Odhiambo Washington <odhiambo at gmail.com> wrote:
>> I have been running FreeBSD since 1997, so I know quite a lot about it!
>> I know about /etc/syslog.conf, but you do realize now that you are conflicting yourself?
> No, I am not, I pointed out that dovecot does not writ ether logs, but that is a task