Displaying 20 results from an estimated 20000 matches similar to: "Quota warning executable can not log to /dev/stdout"
2017 Oct 28
0
Quota warning executable can not log to /dev/stdout
Try adding
service quota-warning {
chroot =
}
It won't chroot it then, but I'm not sure if that has a huge security impact.
Aki
> On October 28, 2017 at 12:13 PM Michael H?rtl <haertl.mike at gmail.com> wrote:
>
>
> I'm running dovecot 2.2.27 in a alpine based docker container and want
> to log to /dev/stdout. I therefore added this setting:
>
>
2019 Mar 18
4
LDAP users issue
Hi Team,
I have enabled LDAP authentication with webmail client and it works
successfully. But I found an error with LDAP user's mail. Email is not
loaded when I log with an LDAP user. Login phase is successful and mail box
is the issue. I created a mail user without including LDAP and that user
works fine.
Issue comes only with LDAP users.
*Anushka Bandara*
Research Engineer
Lanka Software
2018 Nov 07
2
Dovecot mail-crypt plugin
Can you send output of `doveconf -n` instead, please? =)
Aki
> On 07 November 2018 at 10:42 Anushka Uditha Bandara <anu.udb at gmail.com> wrote:
>
>
> Please check the attached file.
>
> On Wed, Nov 7, 2018 at 2:07 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> > doveconf -n please
> >
> > > On 07 November 2018 at 10:29 Anushka
2018 Nov 07
1
Dovecot mail-crypt plugin
I am sorry, I get it wrong.
Here what u asked
doveconf -n
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.87-linuxkit-aufs x86_64 Ubuntu 18.04.1 LTS fuse.osxfs
auth_cache_size = 10 M
auth_mechanisms = plain login
auth_username_format = %n
disable_plaintext_auth = no
imap_idle_notify_interval = 4 mins
listen = *
log_path =
2014 Mar 05
2
Bounce messages
Hi,
I just set up my mail server using postfix / dovecot / mysql and it works well. I just have a problem : I'm a trying to have a overquota notification and the server sends nothing (mail server rejects incoming mail).
Could you tell me if there is a problem with dovecot or postfix configuration?
Kind regards,Long
My conf :
# 2.1.7: /etc/dovecot/dovecot.conf# OS: Linux 2.6.32-26-pve x86_64
2018 May 07
2
replicator: User listing returned failure
Hello.
I've tried to configure TCP replication to slave server. But I got some
errors...
mx1:~# dovecot --version
2.2.27 (c0f36b0)
From dovecot.log:
May 07 19:27:41 auth-worker(34348): Warning: mysql: Query failed,
retrying: Unknown column 'username' in 'field list'
May 07 19:27:41 auth-worker(34348): Debug: sql(*): SELECT username,
domain FROM users
May 07 19:27:41
2017 Nov 30
3
Plugin 'sieve_imapsieve' not found
Hello,
when Dovecot launches (and pretty much at any action afterwards) it
always throws following error:
| managesieve: Fatal: Plugin 'sieve_imapsieve' not found from directory
/usr/lib/dovecot/modules/sieve
| config: Error: managesieve-login: dump-capability process returned 89
dovecot-sieve and dovecot-managesieved are both installed and the only
plugin in the mentioned folder is
2014 Mar 06
1
Bounce messages
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 6 Mar 2014, Thanh Long DANG wrote:
> I just set up my mail server using postfix / dovecot / mysql and it
> works well. I just have a problem : I'm a trying to have a overquota
> notification and the server sends nothing (mail server rejects incoming
> mail).
What do you mean with "the server sends nothing" Which
2017 Mar 01
1
Expunged message reappeared, giving a new UID
Dovecot 2.2.27
dsync-server(account_name): Warning: Maildir
/usr/local/vhosts/mail/*******/info/Sent: Expunged message reappeared,
giving a new UID (old uid=29787, file=*******)
What triggers this replication for ever ??
Thank you
George
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
Dear list,
since the distri upgrade to glibc 2.28, i can't build working dovecot
binary's.
Older with glibc 2.27 are working. The distri is LFS based.
MariaDB 10.2.18 and 10.3.11 makes no difference. Having this on
different systems.
Messages Log:
Dec 19 17:10:38 test kernel: traps: auth[30189] general protection
ip:7f4b96d6598c sp:7ffef1f31710 error:0 in
2018 Apr 10
2
two unrelated issues, lastlogin, and an out of memory fatal error
Hello,
I've got a few misc issues that I'm trying to get a handle on.
I'm having what is probably a simple error with last logins. It's not
working, unable to write values to the database. Here's the log lines:
2018-04-10 10:43:34 imap-login: Info: Login: user=<user at domain.com>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=75934, TLS,
2018 Apr 07
1
last login tracking error
Hello,
I'm running dovecot 2.2 and trying to do last login tracking. I am
using a MySQL database. When a user logs in I get this in the log:
2018-04-07 16:55:14 imap(user at example.com)<54415><BmevY0hpMN5/AAAB>:
Error: last_login_dict: Failed to write value for user
user at example.com: dict-server returned failure: sql dict: commit
failed: Field 'name' doesn't have
2020 Apr 25
4
problem with a public folder
Hello,
I'm trying to set up a public folder called TestFolder. I'm getting this error:
#doveadm acl get -A "Public/TestFolder"
doveadm(username at example.com): Error: Can't open mailbox
Public/TestFolder: Mailbox doesn't exist: Public/TestFolder
Username ID Global Rights
# ls -ld /var/vmail/public
drwx------ 4 vmail vmail 512 Apr 15 23:17 public/
# ls -ld
2018 Aug 06
2
limit sharing ability to certain users
Thanks for the advice Aki
> On 6 Aug 2018, at 07:26, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> userdb {
> driver = username_format=%Lu passwd-file
> args = /etc/dovecot/share.passwd
> }
Something is wrong with the suggested driver configuration ? Leads to a fatal ? I think there is missing a driver name.
Any chance of doing this via LDAP attribute?
Here is
2019 Jun 06
3
Last Login Plugin Help
Hi,
I'm configuring Last_Login plugin whith Mysql back end and all works fine.
I just wonder to track besides time_stamp, user and domain, the remote
IP and proto (imap or pop3)
I tried in dovecot.conf:
plugin {
...
...
??? # Track last login time on imap and pop3
??? last_login_dict = proxy::lastlogin
??? last_login_key = last-login/%u/%d/%r
}
dict {
...
??? lastlogin =
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
Hello,
on my debian wheezy installation, I implemented fts plugin with solr as
indexing system.
I noticed that if a user creates a new folder, that folder it is ignored by
dovecot indexing until a doveadm fts rescan is performed for that user.
From that time on everything works ok on that folder.
As a test I set fts_autoindex=yes and put in that folder a brand new mail
never indexed before. in
2019 Nov 20
2
Error: Raw backtrace and index cache
Hi
I have "problem" with dovect 2.2.13 from repo debian8 and I don't know
how to solve it ...
Server is a virtual (kvm) with debian 8.11 (postfix + dovecot from repo)
and storage is mounting via nfs (I have use only one dovecot with
external storage)
All works fine but sometime ( after a few hours ) I have got a problem
with dovecot cache (i use indexes)
logs ->
2019 Jun 09
2
Case sensitive problem for vacation with dovecot lmtp pigeonhole
Hi list,
This issue was raised here by John Fawcett on 12/02/19 but got no response.
So, as I'm facing the same issue, I would like to try again:
When using the vacation sieve extension, if I send an email to
user.name at mydomain.com it will work, but not to User.Name at mydomain.com.
Is there a way to make the user part case insensitive so that the
vacation auto-reply is fired whatever
2017 Oct 07
3
Sieve rules not processing
I'm new to dovecot altogether and I have a working dovecot system.? I'm
trying to setup sieve for mail filtering.? If I run the debug program
sieve-test I get a positive result that it would have sorted the mail
appropriately, but the logs for lmtp don't appear to be processing the
rule.? Below is output of dovecot -n. Any help is appreciated.? Thanks
# 2.2.10:
2017 Jan 28
2
Sharing between domains?
Hello Community,
I am facing the following question: how is it possible to share malboxes
between domains?
Example:
- 2 domains present on the same dovecot: domA and domB
- userA at domA
- userB at domB
userA at domA wants to share his mailbox to userB at domB (again same server)?
Thank you for your help.
Greetz