Request: Pigeonhole - strip CWFS from message-id logs

2018-11-30 Thread Lee Maguire
Normally for a log line containing the contents of a Message-Id, it is logged like the following Nov 29 11:41:27 xxx dovecot[211]: lmtp(lee)<30167>: sieve: msgid=: stored mail into mailbox 'Notifications' However, if there is CFWS other than a space, it changes the format of the log

Request: option to hide user IP/HELO content from mail sent via submissiond

2018-10-19 Thread Lee Maguire
For reasons of user privacy and security I usually configure submission servers to not include accurate IP address and HELO information of authenticated users. (Usually replacing it with a private-use domain / IPv6 address.) Dovecot submission (2.3.2) will produce a header something like this

Sieve editheader should support adding Received and Auto-Submitted headers

2015-03-06 Thread Lee Maguire
In order to simplify auto-response suppression and other filtering, I want to synthesise an Auto-Submitted header on notification mails that should have them but do not. In a sieve file I add the following: if anyof ( header :contains [From,Sender] “i...@example.com ) { if header

[Dovecot] Help implementing username_format in auth PAM driver

2014-04-25 Thread lee
? Shouldn't dovecot continue to use the client supplied username as I am *not* changing it anywhere in my config? Thanks, Lee diff --git a/src/auth/passdb-pam.c b/src/auth/passdb-pam.c index cf0b3c9..5f42a5a 100644 --- a/src/auth/passdb-pam.c +++ b/src/auth/passdb-pam.c @@ -37,6 +37,7 @@ typedef

Re: [Dovecot] Bug tracker

2012-04-11 Thread Lee Standen
We use JIRA internally and it's probably the best bug tracker I've ever seen. The permissions system is very flexible, and to the best of my knowledge it should support everything you've described in your original post. On Wed, Apr 11, 2012 at 3:25 PM, Jan-Frode Myklebust

[Dovecot] F5 SLB iRule - POP3 TLS Offload Add Realm

2012-04-10 Thread Lee Standen
Hey Guys, I figured someone might have use of this at some point. I've created an iRule for our F5 Load Balancer which performs the following tasks: - Appends STLS to the POP3 Capability list (it does this blindly, so expects the backend POP3 server to not return this) - Watches for

Re: [Dovecot] Dovecot 1.2.9. next_uid was lowered

2012-04-03 Thread Lee Standen
I'll just say what I'm sure someone else will shortly :) The problem is NFS: http://wiki2.dovecot.org/NFS The solution is 2.x Director: http://wiki2.dovecot.org/Director Although it looks like you're currently on 1.x so it'd be a fairly significant upgrade for you. On Tue, Apr 3, 2012 at 3:24

[Dovecot] Performance of Maildir vs sdbox/mdbox

2012-01-18 Thread Lee Standen
Hi Guys, I've been desperately trying to find some comparative performance information about the different mailbox formats supported by Dovecot in order to make an assessment on which format is right for our environment. This is a brand new build, with customer mailboxes to be migrated in

Re: [Dovecot] Performance of Maildir vs sdbox/mdbox

2012-01-18 Thread Lee Standen
On 18.01.2012 21:54, Timo Sirainen wrote: On Wed, 2012-01-18 at 20:44 +0800, Lee Standen wrote: I've been desperately trying to find some comparative performance information about the different mailbox formats supported by Dovecot in order to make an assessment on which format is right

Re: [Dovecot] Performance of Maildir vs sdbox/mdbox

2012-01-18 Thread Lee Standen
to see if the issue does occur in our environment? On 18.01.2012 21:54, Timo Sirainen wrote: On Wed, 2012-01-18 at 20:44 +0800, Lee Standen wrote: I've been desperately trying to find some comparative performance information about the different mailbox formats supported by Dovecot in order to make

[Dovecot] Dovecot 1.x vs 2.x

2011-09-22 Thread Lee Standen
Hi All, I'm currently in the planning stages for a technology refresh for a very large mail installation, and looking at using Dovecot with LDA/Sieve/FTS_Solr and a number of other plugins to give our users some great features. Currently, our standard distribution is Ubuntu Lucid, which has

Re: [Dovecot] deliver -m causes crash: Panic: stream doesn't support seeking backwards

2010-12-17 Thread James Lee
On 17/12/10, 13:24:42, Timo Sirainen t...@iki.fi wrote regarding Re: [Dovecot] deliver -m causes crash: Panic: stream doesn't support seeking backwards: Fixed now: http://hg.dovecot.org/dovecot-2.0/rev/89936539e3b8 Thank you for looking at this. I applied the patch and tested. Now it doesn't

Re: [Dovecot] deliver -m causes crash: Panic: stream doesn't support seeking backwards

2010-12-17 Thread James Lee
On 17/12/10, 14:53:05, Timo Sirainen t...@iki.fi wrote regarding Re: [Dovecot] deliver -m causes crash: Panic: stream doesn't support seeking backwards: doesn't crash but I was expecting it to create the directory/mailbox, what is it supposed to do? From

[Dovecot] deliver -m causes crash: Panic: stream doesn't support seeking backwards

2010-12-10 Thread James Lee
When exim runs deliver -m and tries to write to a directory that does not exist is causes a crash which stops the exim MTA. Dec 9 23:20:38 mailhost exim: [ID 197553 mail.info] 2010-12-09 23:20:38 1PQpmu-0007O9-OD = dovecot-bounces+user=domain.co...@dovecot.org H=dovecot.org [62.236.108.70]

[Dovecot] Confused about Maildir

2010-11-21 Thread Glen Lee Edwards
I'm trying to configure Dovecot 2.0.7. In the Dovecot Wiki for Maildirs it says that Maildirs are almost always located in ~/Maildir. I'm a Linux end user, not a programmer, so I may be wrong in this; but isn't the notation ~/ used for system users only to reference their home page;

Re: [Dovecot] dovecot: auth(default): Fatal: Unknown database driver 'mysql'

2010-03-29 Thread Glen Lee Edwards
Pascal Volk wrote: On 03/29/2010 05:31 AM Glen Lee Edwards wrote: I just tried upgrading from 1.1.rc6 to v1.2.11, and am getting the following error: dovecot: auth(default): Fatal: Unknown database driver 'mysql'. If I change the respective line in dovecot-sql.conf from driver = mysql

Re: [Dovecot] dovecot: auth(default): Fatal: Unknown database driver 'mysql'

2010-03-29 Thread Glen Lee Edwards
Pascal Volk wrote: On 03/29/2010 04:29 PM Glen Lee Edwards wrote: $ /usr/local/sbin/dovecot --build-options | tail -n4 SQL drivers: Passdb: checkpassword pam passwd passwd-file shadow sql Userdb: nss passwd passwd-file prefetch sql static You have built Dovecot w/o SQL drivers. Use

Re: [Dovecot] dovecot: auth(default): Fatal: Unknown database driver 'mysql'

2010-03-29 Thread Glen Lee Edwards
Pascal Volk wrote: On 03/29/2010 04:53 PM Glen Lee Edwards wrote: Pascal Volk wrote: On 03/29/2010 04:29 PM Glen Lee Edwards wrote: $ /usr/local/sbin/dovecot --build-options | tail -n4 SQL drivers: Passdb: checkpassword pam passwd passwd-file shadow sql Userdb: nss passwd

[Dovecot] dovecot: auth(default): Fatal: Unknown database driver 'mysql'

2010-03-28 Thread Glen Lee Edwards
I just tried upgrading from 1.1.rc6 to v1.2.11, and am getting the following error: dovecot: auth(default): Fatal: Unknown database driver 'mysql'. If I change the respective line in dovecot-sql.conf from driver = mysql to driver = pgsql the error message changes accordingly: dovecot:

[Dovecot] deleted_to_trash 0.2 cannot compile on ubuntu 8.1 with dovecot 1.1.4

2010-03-15 Thread Chan, Philip Lee Kwok
Hi, Is there any trick to make it compile? Thanks a lot. Regards, Philip 15/F, 2 IFC Tel: +852 39838782 This email and any attachments are confidential and may also be privileged. If you are not the addressee, do not disclose, copy, circulate or in any other way use or rely

Re: [Dovecot] Number of users for one Solr instance

2010-03-05 Thread Lee
may work in your case. Lee

Re: [Dovecot] unix style mbox and vmail maildir on the same server

2008-05-12 Thread Glen Lee Edwards
On Sat, 2008-05-10 at 16:10 -0400, Charles Marcus wrote: Glen Lee Edwards wrote: Hi, I'm new to dovecott. Using version 1.0.rc15. You'd be doing yourself a favor by upgrading first - this is a very old/buggy version... The 1.1 release is imminent (at rc5 stage now), so personally

Re: [Dovecot] unix style mbox and vmail maildir on the same server

2008-05-12 Thread Glen Lee Edwards
On Mon, 2008-05-12 at 11:27 -0500, Glen Lee Edwards wrote: On Sat, 2008-05-10 at 16:10 -0400, Charles Marcus wrote: Glen Lee Edwards wrote: Hi, I'm new to dovecott. Using version 1.0.rc15. You'd be doing yourself a favor by upgrading first - this is a very old/buggy version

[Dovecot] unix style mbox and vmain maildir on the same server

2008-05-10 Thread Glen Lee Edwards
Hi, I'm new to dovecott. Using version 1.0.rc15. I have a mail server that has both the old style unix mbox in /var/mail/%u, and virtual mail maildir in /var/vmail/%d/%n. Debian Linux Etch stable. I'm trying to get dovecot to deliver to /var/mail/%u using mbox format, and to deliver to

Re: [Dovecot] 1.0.1 release candidate 2

2007-06-12 Thread David Lee
to be in 1.0.1? If this were planned, I would hope to try to test it for you. -- : David LeeI.T. Service : : Senior Systems ProgrammerComputer Centre : : UNIX Team Leader Durham University

Re: [Dovecot] Quota handling - v2 - updated FR

2007-05-24 Thread David Lee
group, not the other). Hope that helps. -- : David LeeI.T. Service : : Senior Systems ProgrammerComputer Centre : : UNIX Team Leader Durham University

[Dovecot] simultaneous access to folder

2007-05-22 Thread David Lee
usernames. And the solution (work-around) will only need to last a few months until that whole account is Exchange-ified (but let's not digress...!)] If I've missed something on the wiki which addresses this matter, point me in the right direction... -- : David LeeI.T

Re: [Dovecot] v1.1 plans

2007-04-18 Thread David Lee
.html and subsequent thread. Many thanks. -- : David LeeI.T. Service : : Senior Systems ProgrammerComputer Centre : : UNIX Team Leader Durham University : : South

[Dovecot] logfile consistency

2007-04-03 Thread David Lee
, ...}; and one of the key=value will usually be user=. That would really make post-processing of logging information (whether offline, or 'live' via piped syslog) considerably easier. Thanks. -- : David LeeI.T. Service : : Senior Systems Programmer