Re: Fwd: Fwd: [OFFLIST] Re: connection refused, no error anywhere

2025-01-22 Thread Nick Howitt via dovecot
On 22/01/2025 17:04, Marco Fioretti via dovecot wrote: Il giorno mer 22 gen 2025 alle ore 17:51 Marc ha scritto: guess this is because the same certificates were used by the website, which I also have to rebuild next week. So I will have to add dovecot and the httpd user to that group, I th

Re: connection refused, no error anywhere

2025-01-21 Thread Nick Howitt via dovecot
Any reason why the imap-listener port is set to 0 and not 143 or commented out? Have you checked if dovecot is listening on 143? On 21/01/2025 17:50, Marco Fioretti via dovecot wrote: Greetings, I was just tasked with rebuilding from scratch the mail server of an NGO, on a brand new Ubuntu 2

Re: failed: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown: SSL alert number 46, session=

2024-12-19 Thread Nick Howitt via dovecot
On 19/12/2024 14:46, Marc via dovecot wrote: What is the best way to get rid of this message? I think clients start generating after ssl crt update. This usually means you forgot to use fullchain cert. This is coming from clients telling you they don't like your certificate. openssl s

Re: failed: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown: SSL alert number 46, session=

2024-12-19 Thread Nick Howitt via dovecot
On 19/12/2024 13:17, Marc via dovecot wrote: What is the best way to get rid of this message? I think clients start generating after ssl crt update. This usually means you forgot to use fullchain cert. This is coming from clients telling you they don't like your certificate. openssl

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Nick Howitt via dovecot
For me, I don't want big tech monitoring my emails. On 18/11/2024 11:52, Marc via dovecot wrote: Sorry for being off topic, but why are you deciding to move to dovecot? I have the impression the trend is that everyone is moving to google/outlook? I try to migrate a GMail mailbox to Dovecot u

Re: Locking box for backups

2024-11-12 Thread Nick Howitt via dovecot
On 12/11/2024 12:28, Steve Atkins via dovecot wrote: I’m running 2.3.19.1 on a system that isn’t set up to support filesystem snapshots. So I’d like to back up my mdbox mailboxes at a filesystem level (with rsync, or something equivalent). I’m assuming that to get a consistent backup I should

Re: auto clear trash

2024-11-12 Thread Nick Howitt via dovecot
On 12/11/2024 07:12, Sirius via dovecot wrote: On Tue, 2024/11/12 at 03:45:57 +0100, Ralph Seichter via dovecot wrote: DATESTR=$(date --date='TZ="UTC" 0 2 week ago' +'%d-%b-%Y') doveadm expunge -u mailbox Trash before ${DATESTR} I'm new to Dovecot. I've seen a few examples on the internet like

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-08 Thread Nick Howitt via dovecot
On 08/11/2024 01:19, Joseph Tam via dovecot wrote: doveadm expunge -A MAILBOX * DELETED BEFORE 5d and got back: Fatal: Unknown argument BOOT run-parts: /etc/cron.hourly/dovecot-cleanup exited with return code 75 Just a wild-ass guess, but did you escape the wildcard e.g.

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 07/11/2024 16:16, Christian Kivalo via dovecot wrote: So I then tried:    doveadm expunge -A MAILBOX * DELETED BEFORE 5d and got back:    Fatal: Unknown argument BOOT    run-parts: /etc/cron.hourly/dovecot-cleanup exited with return code 75 How can I run it for all mailbox folders withou

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 06/11/2024 22:19, Joseph Tam via dovecot wrote: What is the equivalent in doveadm? doveadm expunge -A DELETED BEFORE 1w Is there any equivalent to expire messages marked as deleted? I can't remember why I have it as I set up Cyrus so long ago. If by expire, you mean expunge, this i

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-07 Thread Nick Howitt via dovecot
On 07/11/2024 13:01, Stuart Henderson via dovecot wrote: On 2024-11-06, Nick Howitt via dovecot wrote: I have just moved from cyrus-imap to dovecot. Interesting, I'm considering going the other way when Dovecot 2.4 is out and replication is lost ;-) Only because my previous d

Re: Expunging and deleting old messages - moving from cyrus-imap

2024-11-06 Thread Nick Howitt via dovecot
On 06/11/2024 13:43, Aki Tuomi via dovecot wrote: On 06/11/2024 14:51 EET Nick Howitt via dovecot wrote: I have just moved from cyrus-imap to dovecot. In cyrus I had an automatic purge of messages marked as deleted with a cron job: /usr/lib/cyrus-imapd/cyr_expire -E 1 -X 7 -D 7 -E

Expunging and deleting old messages - moving from cyrus-imap

2024-11-06 Thread Nick Howitt via dovecot
run it for the individual users but not -A. Nick ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Inboxes incorrectly become /var/mail/%u

2024-10-29 Thread Nick Howitt via dovecot
On 29/10/2024 10:58, Marc wrote: I am new to dovecot and have just done my first install, but, looking at your output, you are using Local Delivery rather than LMTP? If so, isn't the local delivery MTA (postfix, exim or whatever) responsible for dropping the mail into the correct location? p

Re: Inboxes incorrectly become /var/mail/%u

2024-10-29 Thread Nick Howitt via dovecot
I am new to dovecot and have just done my first install, but, looking at your output, you are using Local Delivery rather than LMTP? If so, isn't the local delivery MTA (postfix, exim or whatever) responsible for dropping the mail into the correct location? From your config, you are using postf

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 18:43, Benny Pedersen via dovecot wrote: Nick Howitt via dovecot skrev den 2024-10-26 19:27: I tested it with two more entries I concealed:    rmsh: rachel    clearos: n...@mydomain.com and both worked. i need proff from logs, both dovecot and postfix that it works use

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 19:36, Benny Pedersen via dovecot wrote: Noel J skrev den 2024-10-26 18:51: Post aliases are implemented in the local delivery agent. To use lmtp, put your aliases in virtual_alias_maps Postfix does not expand aliases with sendmail -bv, just reports if the address will be acc

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 19:17, Benny Pedersen via dovecot wrote: Nick Howitt via dovecot skrev den 2024-10-26 19:55: I don't think UID of 0 is a mistake at all? The message was going to root, UID=0, and was not successfully being rewritten so LMTP got the hump. Now it is being rewritt

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 19:13, Benny Pedersen via dovecot wrote: Nick Howitt via dovecot skrev den 2024-10-26 19:47: That processed the queue and it has all come through. I was trying "postfix flush" and "postqueue -f", neither of which worked. It seems like setting virtual_al

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 18:36, Benny Pedersen via dovecot wrote: Nick Howitt via dovecot skrev den 2024-10-26 19:11: OK. I have tried setting:    virtual_alias_maps = $alias_maps And in /etc/aliases I now have:    # See man 5 aliases for format    postmaster:    root    clamav: root    # Webmin

LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
...@mydomain.com (host mail.mydomain.com[private/dovecot-lmtp] said: 451 4.3.0 Temporary internal error (in reply to end of DATA command)) cla...@mydomain.com But in my /etc/aliases, I am aliasing clamav to nick and n...@mydomain.com is a valid mail box that can receive normal mail. The

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
That processed the queue and it has all come through. I was trying "postfix flush" and "postqueue -f", neither of which worked. It seems like setting virtual_alias_maps wat the fix. I'll keep an eye on it in case it recurs, but I have to wait for system emails. Tha

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 18:20, Noel J via dovecot wrote: On Sat, Oct 26, 2024 at 12:16 PM Nick Howitt via dovecot < dovecot@dovecot.org> wrote: OK. I have tried setting: virtual_alias_maps = $alias_maps That’s not likely to work. The file format is different. No “:” in virtual_alia

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
OK. I have tried setting: virtual_alias_maps = $alias_maps And in /etc/aliases I now have: # See man 5 aliases for format postmaster:    root clamav: root # Webmin: Redirect root to nick root: n...@mydomain.com And the mail queue won't clear: 2024-10-26T18:04:00.8

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 17:43, Benny Pedersen via dovecot wrote: Nick Howitt via dovecot skrev den 2024-10-26 18:36: On 26/10/2024 17:22, Benny Pedersen via dovecot wrote: Marc via dovecot skrev den 2024-10-26 16:34: I am pretty new to Dovecot and totally new to LMTP. I have normal delivery working

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
aliasing clamav to nick and n...@mydomain.com is a valid mail box that can receive normal mail. The corresponding line in the mail log is:     2024-10-26T14:55:56.385500+01:00 mail-www dovecot: lmtp(1371485):     Error: lmtp-server: conn unix:pid=1371484,uid=102 [1]: rcpt cla...@mydomain.com

Re: LMTP rejecting aliased emails

2024-10-26 Thread Nick Howitt via dovecot
On 26/10/2024 15:34, Marc via dovecot wrote: I am pretty new to Dovecot and totally new to LMTP. I have normal delivery working but I am struggling with aliases. In my mail queue I am seeing things like: But in my /etc/aliases, I am aliasing clamav to nick and n...@mydomain.com is a valid

Re: Struggling to get sieve running

2024-10-23 Thread Nick Howitt via dovecot
On 23/10/2024 18:20, Aki Tuomi via dovecot wrote: On 23/10/2024 20:17 EEST nick--- via dovecot wrote: Hi, I am new to Dovecot and Debian, but I seem to have got Dovecot up and running with local delivery and then switched to LMTP. I am running Debian 12.7 and Webmin 2.202 to try and

Struggling to get sieve running

2024-10-23 Thread nick--- via dovecot
Hi, I am new to Dovecot and Debian, but I seem to have got Dovecot up and running with local delivery and then switched to LMTP. I am running Debian 12.7 and Webmin 2.202 to try and get things running, but I've had to tweak files. Also Webmin did not install dovecot-lmtpd, dovecot-sieve or dovec

Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-05-13 Thread Nick Urbanik via dovecot
On Thu, 2024-04-25 at 14:36 +1000, Nick Urbanik via dovecot wrote: > On Tue, 2024-04-23 at 09:42 +1000, Nick Urbanik via dovecot wrote: > > Dear Folks, > > > > I am in the process of learning Sieve, and want to be able to keep > > an > > email in Inbox, while a

Re: Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-04-24 Thread Nick Urbanik via dovecot
On Tue, 2024-04-23 at 09:42 +1000, Nick Urbanik via dovecot wrote: > Dear Folks, > > I am in the process of learning Sieve, and want to be able to keep an > email in Inbox, while also keeping *one* copy in another folder. > However, the same mail is copied from Inbox multiple t

Sieve: Avoiding duplicates in a folder while keeping in Inbox

2024-04-22 Thread Nick Urbanik via dovecot
Dear Folks, I am in the process of learning Sieve, and want to be able to keep an email in Inbox, while also keeping *one* copy in another folder. However, the same mail is copied from Inbox multiple times when I run sieve-filter -Wev .dovecot.sieve Inbox My attempt to prevent this fails: ... }

Re: [CFP] "Modern Email" Developer Room at FOSDEM '24

2023-11-22 Thread Nick Lockheart
This exact message was sent to the Cyrus list, too. On Wed, 2023-11-22 at 14:06 +0100, Joris Baum wrote: > Hi, > > There will be a developer room that I think will be of particular > interest for subscribers of this mailing list for "Modern Email" > during > FOSDEM '24. It will center around th

DMARC Failures for Mailing List

2023-11-17 Thread Nick Lockheart
Now that we've got our new mail server going and the DMARC reports are coming in, I'm finding a lot of DMARC failures for messages that I'm sending to this list. It seems that when I send a message to this list, the list software forwards it to other people on my behalf, but uses my email address

Re: Geofencing

2023-11-17 Thread Nick Lockheart
My original reason for asking was, in addition to setting up a new mail server, there was a topic that came up about port scanning. My thought was, if the only people that need email services on ports 587 and 993 are employees, there might be a way to close down access to those ports to reasonabl

Re: Anyone Watching Actvity from this network? Attempting Dovecot Buffer Overflows?

2023-11-16 Thread Nick Lockheart
Are there publicly available lists of IP ranges by region? There's no reason for any IP outside of North America to be contacting Postfix on Submission (587) or IMAP, since these are employee only services. If not for mobile phones, we could really close it off. On Thu, 2023-11-16 at 08:27 -05

Re: Minimum configuration for Dovecot SASL only?

2023-11-05 Thread Nick Lockheart
On Sat, 2023-11-04 at 16:32 -0700, Michael Peddemors wrote: > Why use Dovecot/IMAP at all for the SMTP Authentication, can't you > simply go direct to your database? > > On 2023-11-03 09:55, Nick Lockheart wrote: > > I have a Dovecot IMAP server and a Postfix server o

Minimum configuration for Dovecot SASL only?

2023-11-03 Thread Nick Lockheart
I have a Dovecot IMAP server and a Postfix server on separate machines. The user information is stored in a MariaDB database that is replicated on both servers. Postfix needs to authenticate outgoing mail against our valid user database. I believe this requires us to install a "dummy" Dovecot on t

Re: [Fail2ban-users] Postfix: running a script on authentication failure

2023-06-22 Thread Nick Howitt via dovecot
On 2023-06-22 12:58, André Rodier via Fail2ban-users wrote: Hello, all. I just set-up a new server, running postfix, with submission(s) activated on standard ports (587, 465) Shortly after it has been setup, I see brute force attacks (not surprising) from a whole /24 network (more surprising)

Outlook Duplicate emails

2023-05-29 Thread Nick Lekkas
couple servers. I have issue with pop3 and outlook that receives duplicate email in many cases and in some accounts. Have anyone faced any similar issue.? Any help appreciated... Best Regards Nick __ ESET Endpoint Antivirus __ This email was scanned, no

Re: High Load average on NFS Spool - v.2.1.15 & 2.2.13

2018-12-18 Thread Nick Edwards
dont play net cop here but since you want to try force your opinion down others throats heres one for you, if you want to try dictate to someone to bottom post to suite you how about you use proper net etiquette yourself and TRIM your posts On 12/19/18, admin wrote: > Am Dienstag, den 18.12.2018

Re: Disable SIS

2018-03-15 Thread Nick Rosier
On 15 Mar 2018, 09:43 +0100, Aki Tuomi , wrote: > > > On 15.03.2018 10:40, Nick Rosier wrote: > > On 14 Mar 2018, 20:42 +0100, Aki Tuomi , wrote: > > > > > > > > > On 14 March 2018 at 21:17 Nick Rosier < nick+dove...@bunbun.be> wrote: > >

Re: Disable SIS

2018-03-15 Thread Nick Rosier
On 14 Mar 2018, 21:06 +0100, Tanstaafl , wrote: > On Wed Mar 14 2018 15:17:58 GMT-0400 (Eastern Standard Time), Nick > Rosier wrote: > > I'm currently running a small home-server with Dovecot. A long time ago > > I configured it with SIS enabled. I would like to stop

Re: Disable SIS

2018-03-15 Thread Nick Rosier
On 14 Mar 2018, 20:42 +0100, Aki Tuomi , wrote: > > > On 14 March 2018 at 21:17 Nick Rosier < nick+dove...@bunbun.be> wrote: > > > > > > Hi, > > > > I'm currently running a small home-server with Dovecot. A long time ago > > I config

Disable SIS

2018-03-14 Thread Nick Rosier
Hi, I'm currently running a small home-server with Dovecot. A long time ago I configured it with SIS enabled. I would like to stop using SIS. If I remove sis from mail_attachment_fs will the old mails that are stored in SIS-storage still be accessible? How can I convert all mailboxes to stop

Re: Dovecot 2.3.0 assertion failure on LMTP delivery

2018-01-28 Thread J. Nick Koston
Hi Aki, Please see below: Thank you -Nick # gdb /usr/libexec/dovecot/lmtp ./3445 Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `dovecot/lmtp'. Program terminated with signal 6, Aborted. #0 0x7f297814d1f7 in raise () from /lib64/libc.so.6 M

Dovecot 2.3.0 assertion failure on LMTP delivery

2018-01-26 Thread J. Nick Koston
Hi, We are seeing a frequent assertion failure on LMTP delivery with 2.3.0. This only appears to happen on CentOS/RHEL 7. Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Panic: file lib-event.c: line 148 (event_unref): assertion failed: (event != current_global_event) Jan 24 08

RE: Sync mailservera!

2017-09-01 Thread Nick Lekkas
Hellot here to all ! It seems that i managed to make the two servers synced together So thanks for the anwsers !!! Some more questions please... How can i initiate a full sync of all mailboxes..? Thanks in advance Nick From: nlek...@gmail.com [mailto:nlek...@gmail.com] Sent

RE: Sync mailservera!

2017-09-01 Thread Nick Lekkas
Hellot here to all ! It seems that i managed to make the two servers synced together So thanks for the anwsers !!! Some more questions please... How can i initiate a full sync of all mailboxes..? Thanks in advance Nick From: nlek...@gmail.com [mailto:nlek...@gmail.com] Sent

RE: Iterate All Dovecot Users !

2017-08-31 Thread Nick Lekkas
Hi Thomas ! So simple But you save my ass . And yes it works ! Thanks a lot ! Really ! I appreciate it ! Thanks Nick -Original Message- From: Thomas Reifferscheid [mailto:tho...@reifferscheid.org] Sent: Thursday, August 31, 2017 10:49 PM To: nlek...@gmail.com Subject: Re

Iterate All Dovecot Users !

2017-08-31 Thread Nick Lekkas
Hello to all ! I am trying to write a script that iterate all users that are created in dovecot and postfix Is there any way ..? Thanks in advance for your time ! Nick __ Information from ESET Endpoint Antivirus, version of detection engine 16007 (20170831) __ The

Dovecot imap

2017-07-19 Thread Nick Lekkas
Hello there ! Is there anything wrong in the config i have sent earlier ..? __ Information from ESET Endpoint Antivirus, version of detection engine 15774 (20170719) __ The message was checked by ESET Endpoint Antivirus. Email message - is OK http://www.eset.com

RE: Dovecot imap

2017-07-19 Thread Nick Lekkas
please? Aki > On July 18, 2017 at 9:06 PM Nick Lekkas wrote: > > > Hello there !! > > Yes I know Despite this it not shown at all ! > > -Original Message- > From: Larry Rosenman [mailto:larry...@gmail.com] > Sent: Tuesday, July 18, 2017 9:00 PM &g

RE: Dovecot imap

2017-07-18 Thread Nick Lekkas
8Xv } -Original Message- From: Aki Tuomi [mailto:aki.tu...@dovecot.fi] Sent: Tuesday, July 18, 2017 9:20 PM To: nlek...@gmail.com; Larry Rosenman Cc: dovecot@dovecot.org Subject: RE: Dovecot imap Can you provide doveconf -n please? Aki > On July 18, 2017 at 9:06 PM Nick Lekkas w

RE: Dovecot imap

2017-07-18 Thread Nick Lekkas
8Xv } -Original Message- From: Aki Tuomi [mailto:aki.tu...@dovecot.fi] Sent: Tuesday, July 18, 2017 9:20 PM To: nlek...@gmail.com; Larry Rosenman Cc: dovecot@dovecot.org Subject: RE: Dovecot imap Can you provide doveconf -n please? Aki > On July 18, 2017 at 9:06 PM Nick Lekkas w

RE: Dovecot imap

2017-07-18 Thread Nick Lekkas
IMAP IDLE or polling. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larry...@gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 7/18/17, 12:50 PM, "dovecot on behalf of Nick

Dovecot imap

2017-07-18 Thread Nick Lekkas
Hello to all !!! I have some issues with some users that login to the same account through imap from many devices like: mobile,desktop/tablet !!! Issues like: 1. When a new email is arrived is not appearing to all devices... 2. New email is arriving to some other devices after a long period o

Re: Limit IMAP/IMAPS listening IPs

2017-06-26 Thread Nick Edwards
This is why sane admins don't use the *EVIL* systemd Thankfully there are still some modern distros that refuse to touch it. Name sounds cute, the idea sounded OK, but the reality is, its a _REDACTED_ useless pile of REDACTED REDACTED REDACTED On Sun, Jun 25, 2017 at 3:59 AM, Dudi Goldenberg

RE: dovecot Digest, Vol 166, Issue 22

2017-02-09 Thread Nick Lekkas
Hello to all After a lot of tries using dovecot 2.2.10 on centos 7 latest ...i could not manage make dovecot dsync work ... i have tried a lot of scenarios using mysql as backend , custom user file. Using by command line the dsync it works fine Has anyone managed to use 2.2.10 ..? -Original

Dovecot with dsync

2017-02-06 Thread Nick Lekkas
Hello to all !!! I am trying to setup dsync on CentOS latest with dovecot 2.2.10 ...but does not seem to work !! I have tried to follow many guides i have found but none seem to work ! Before i mention my issues please clear me something: 1. dsynch to work needs for sure mysql ..? or can work w

Multiple names in local_name for UCC certificates (was lazy-load SNI?)

2016-11-30 Thread J. Nick Koston
0001-config-Match-multiple-names-in-local_name.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature

Re: dovecot Digest, Vol 163, Issue 34

2016-11-17 Thread J. Nick Koston
certificate. This would be a big memory win for anyone using a certificate with multiple names on it. Thanks -Nick cPanel Inc >> > > Dear Aki et al., > > How straightforward would it be to implement the following or similar > syntax: > > local_name foo.t

Re: Compile error Dovecot2-pigeonhole

2016-07-07 Thread Nick Rosier
Maximus wrote: FreeBSD 9.3 Dovecot 2.25 (7be1766) I'm trying to install Dovecot2-pigeonhole-0.4.14_2 from ports. Get an error: cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" With options MAKE_JOBS_UNSAFE=yes: cc1: error: unrecognized command line option "-

Re: Advice on once a day message delivery setup

2016-06-13 Thread Nick Bright
often-and-reduce-your-stress/#1f90ad1f33f1 -- --- - Nick Bright- - Vice President of Technology - - Valnet -=- We Connect You -=- - - Tel 888-332-1616 x 315 / Fax 620-331-0789 - - Web

Re: BUG?: Dsync over piped process (DSYNC_RUN_TYPE_CMD): EPIPE if X (done) is received in another write after F (finish)

2016-05-19 Thread J. Nick Koston
r then I do so you might have a better way? Also I have a commit to address the constant warnings when the prefix is set to INBOX. with the quota_quota plugin here: https://github.com/dovecot/core/pull/7 <https://github.com/dovecot/core/pull/7> Thanks -Nick Timo Sirainen t

BUG?: Dsync over piped process (DSYNC_RUN_TYPE_CMD): EPIPE if X (done) is received in another write after F (finish)

2016-05-18 Thread J. Nick Koston
, however the trace is provided without SSL since its easier to see whats going on. Thanks J. Nick Koston # dovecot --version 2.2.24 (a82c823) dovecot-2.2.24-1.x86_64 F\n is in packet 1 X\n is in packet 2 STRACE of an the unexpected EPIPE: [pid 34753] read(4, "F\n", 524288) = 2 [pid 3475

Re: Troubleshooting mailbox problems

2016-03-10 Thread Nick Bright
;s set for leave on server, but it's not happening that way. Essentially, observed behavior does not match the values of settings in the mail clients. -- --- - Nick Bright- - Vice Presiden

Re: Troubleshooting mailbox problems

2016-03-10 Thread Nick Bright
On 3/10/2016 12:54 PM, Nick Bright wrote: Thanks for your reply Gordon, I've added the mail_log to my mail_plugins list in 10-mail.conf I'm seeing quite a bit of activity in the debug log file, but I'm not exactly sure how to interpret it all - specifically what I should look

Re: Troubleshooting mailbox problems

2016-03-10 Thread Nick Bright
delete commands. Is there a guide on the wiki that I'm not seeing for how to interpret the logs to see this kind of activity? -- --- - Nick Bright- - Vice President of Technology - - Valne

Troubleshooting mailbox problems

2016-03-10 Thread Nick Bright
ich point, we can proceed with dealing with their software problem. Thanks, -- --- - Nick Bright- - Vice President of Technology - - Valnet -=- We Connect You -=- - -

Re: Problem! Dovecot 2.2.9 does not send the information on ending the quota to user

2015-12-19 Thread Nick Edwards
before reporting an issue, please try a version made this millenium, 2.2.9 is older than my gran or take it up with your distro, dovecot doesnt make the distro version they do On 12/18/15, Serge Spinoza wrote: > Hi. > > I have Dovecot + Postfix + MySQL. > Version of Postix: postfix_2.11.3-1ubuntu

Fw: new message

2015-10-27 Thread Nick Howitt
Hey! New message, please read <http://bootcampchennai.com/delight.php?83s86> Nick Howitt

Re: doveadm index assertion failed

2015-10-20 Thread Nick Rosier
Timo Sirainen wrote: > On 16 Oct 2015, at 23:44, Nick Rosier wrote: >>> gdb --args doveadm index -u user@domain INBOX >>> run >>> >>> f 5 >>> p src >>> p ic_srcbuf >>> p *src_size >>> p srcleft >> I recompil

Re: doveadm index assertion failed

2015-10-16 Thread Nick Rosier
Nick Rosier schreef: Timo Sirainen wrote: On 05 Oct 2015, at 22:05, Nick Rosier wrote: Hi, one of my mailboxes returns following error when I run doveadm index on it: Panic: file charset-iconv.c: line 85 (charset_to_utf8_try): assertion failed: (srcleft<= CHARSET_MAX_PENDING_BUF_SIZE)

Re: doveadm index assertion failed

2015-10-16 Thread Nick Rosier
Timo Sirainen wrote: On 05 Oct 2015, at 22:05, Nick Rosier wrote: Hi, one of my mailboxes returns following error when I run doveadm index on it: Panic: file charset-iconv.c: line 85 (charset_to_utf8_try): assertion failed: (srcleft<= CHARSET_MAX_PENDING_BUF_SIZE) OS: FreeBSD 10.2 Dove

doveadm index assertion failed

2015-10-05 Thread Nick Rosier
Hi, one of my mailboxes returns following error when I run doveadm index on it: Panic: file charset-iconv.c: line 85 (charset_to_utf8_try): assertion failed: (srcleft <= CHARSET_MAX_PENDING_BUF_SIZE) OS: FreeBSD 10.2 Dovecot: 2.1.19 Tika: 1.10 SOLR: 5.3.1 Running doveadm -D index does not

fts_solr Bad Request / BUG: Unknown internal error

2015-06-12 Thread Nick Rosier
Hi, yesterday I created a new mailbox; ever since (and only for the new mailbox) I am getting these errors: 2015-06-12T00:00:29.808526+02:00 mail dovecot: indexer-worker(x...@example.com): Error: fts_solr: Lookup failed: Bad Request 2015-06-12T00:00:29.808560+02:00 mail dovecot: indexer-wor

Re: doveadm index panic

2015-05-19 Thread Nick Rosier
On 2015-05-19 11:44, Nick Rosier wrote: Hi, running dovecot 2.2.18. when I try to re-index my INBOX I get following error: # doveadm index -u u...@domain.com INBOX doveadm(u...@domain.com): Warning: I/O leak: 0x80101ada0 (line 120, fd 15) doveadm(u...@domain.com): Warning: Timeout leak

doveadm index panic

2015-05-19 Thread Nick Rosier
Hi, running dovecot 2.2.18. when I try to re-index my INBOX I get following error: # doveadm index -u u...@domain.com INBOX doveadm(u...@domain.com): Warning: I/O leak: 0x80101ada0 (line 120, fd 15) doveadm(u...@domain.com): Warning: Timeout leak: 0x801019fe0 (line 325) doveadm(u...@domain.c

Re: fts_lucene error

2015-05-18 Thread Nick Rosier
On 2015-05-17 17:45, Marcus Rueckert wrote: On Sun, 17 May 2015 17:29:54 +0200 Hanns Mattes wrote: lmtp(r...@bruecko.de): Error: Couldn't load required plugin /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: dlopen() failed: /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: undefined

Re: Dovecot Oy merger with Open-Xchange AG

2015-04-02 Thread Nick Edwards
you wouldnt know, your not a developer, shit processor maybe, but not a developer On 4/3/15, Reindl Harald wrote: > > > Am 02.04.2015 um 18:19 schrieb Jogi Hofmüller: >> Am 2015-04-02 um 17:49 schrieb Reindl Harald: >>> Am 02.04.2015 um 14:30 schrieb Edwardo Garcia: On 4/1/15, Reindl Hara

Re: Dovecot Oy merger with Open-Xchange AG

2015-04-02 Thread Nick Edwards
On 4/2/15, Edwardo Garcia wrote: > On 4/1/15, Reindl Harald wrote: >> >> >> Am 01.04.2015 um 14:33 schrieb Bernd Petrovitsch: >>> On Mit, 2015-04-01 at 13:07 +0200, Reindl Harald wrote: Am 01.04.2015 um 13:04 schrieb Bernd Petrovitsch: > IMHO the larger the corporation is, the less are t

Re: Dovecot Oy merger with Open-Xchange AG

2015-04-02 Thread Nick Edwards
On 4/3/15, Jogi Hofmüller wrote: > > > Am 2015-04-02 um 18:24 schrieb Reindl Harald: >> Am 02.04.2015 um 18:19 schrieb Jogi Hofmüller: >>> Am 2015-04-02 um 17:49 schrieb Reindl Harald: Am 02.04.2015 um 14:30 schrieb Edwardo Garcia: > On 4/1/15, Reindl Harald wrote: >> Am 01.04.2015 u

Re: Dovecot Oy merger with Open-Xchange AG

2015-03-25 Thread Nick Edwards
On 3/25/15, Timo Sirainen wrote: > On 23 Mar 2015, at 19:41, Patrick Coffin wrote: >> >> >> To Timo and the Dovecot guys - congratulations! I'm sure this merger with >> OpenXchange is going to provide you with a lot of resources and >> opportunities. >> >> As a longtime user of dovecot, I do hav

Re: Dovecot Oy merger with Open-Xchange AG

2015-03-23 Thread Nick Edwards
On 3/24/15, Adrian Zaugg wrote: > I think everyone shares your concerns. But there are no rules that the > outcome of this merger must get something bad, so let's see what > happens. I hope that it's true what Timo said and that dovecot can > evolve and get even better as it is today. Good luck gu

Re: IP drop list

2015-03-04 Thread Nick Edwards
On 3/4/15, Earl Killian wrote: > On 2015/3/2 10:03, Reindl Harald wrote: >> >> that is all nice >> >> but the main benefit of RBL's is always ignored: >> >> * centralized >> * no log parsing at all >> * honeypot data are "delivered" to any host >> * it's cheap >> * it's easy to maintain >> * it do

Re: IP drop list

2015-03-04 Thread Nick Edwards
You can script fail2ban to send the entries to a rbldnsd file on a remote server, I know someone who does it based on apache, since it uses fail2ban, i shouldnt matter if its apache, or dovecot. I thought Timo once said dovecot had tarpitting, its useless if it is there, and if it is, it needs us

Re: IP drop list

2015-03-03 Thread Nick Edwards
daemontools On 3/2/15, Steffen Kaiser wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, 2 Mar 2015, Reindl Harald wrote: >> Am 02.03.2015 um 10:06 schrieb Steffen Kaiser: >>> If such plugin(?) is available, I would expect immediate complains, it >>> does not support: >>> >>> +

Re: /etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism

2015-02-16 Thread Nick Edwards
This directory in later times is where more and more distros are putting system wide server CA type certs, most distros are moving to this path, so the package maintainer should fix their script, maybe to /etc/ssl/private or such. On 2/16/15, Wolfgang Gross wrote: > Hi, > > this is not a genuine

Re: [PATCH] Fix for client certificate validation does not work

2015-02-11 Thread Nick Edwards
what problem with startssl.com? lots of people use them for a long time with no problem On 2/11/15, Daniel Dickinson wrote: > Hi all, > > As I reported earlier (with a typo in the work [BUG]) client > certification validation *does not* work even if you do everything > exactly according to all do

Re: Server switching

2015-02-11 Thread Nick Edwards
Reindls close, but he omitted the fact that if changing IP, you better shorten the TTL to about 5 mins - 24 hours before you do anything, assuming your default DNS TTL if 24 hrs as most are, if you use longer, than you need to wait that time. then after a few hours after the change if everything

Re: Hitting wall at 2048 IMAP connections

2015-02-04 Thread Nick Edwards
The default connection limit values of dovecot are pathetic - unless you run a home mail server where there is only you, the cat and the dog using it. OP, lots of editing with trial and error required. from memory massive increases needed to: service auth -> client limit service imap-login ->

Re: UID changes every few seconds

2015-01-20 Thread Nick Edwards
On 1/20/15, Adam Przybylski wrote: > Hi, > > I'm trying to use Gmail-style conversation view, as described in > http://wiki2.dovecot.org/Plugins/Virtual#Examples > From a client based on Roundcube Framework I'm fetching message list from > "virtual/INBOX" folder and that works fine to some degree,

Re: Moving or "upgrading" from MD5 to SSHA512

2015-01-20 Thread Nick Edwards
On 1/14/15, Jyri Hovila [Turvamies.fi] wrote: > Hi! > > My "no" referred to the fact that I had not read the article before. =D > > Thanks for linking it - I'm sure it will be very useful. > > I've been terribly busy during the last couple of days and have therefore > not been able to comment much

Re: dovecot and glusterfs

2015-01-13 Thread Nick Edwards
On 1/13/15, Michael Schwartzkopff wrote: > Hi, > > I did some experiments with dovecot on a glusterfs on the active nodes > without > a director. So I had concurrent access to the files. > > With the help of the available documentation about NFS and fcntl locks I > managed to find out the followin

Re: Moving or "upgrading" from MD5 to SSHA512

2015-01-13 Thread Nick Edwards
In MySQL we use default_pass_scheme = CRYPT Assuming this is not a 10yo box, and your libs are modern, this allow for md5/shaxxx/whatever Dont touch postgresql so never bothered to look, but I guess it accepts the same parameter. On 1/10/15, Jyri Hovila [Turvamies.fi] wrote: > Hello, world! > >

Re: Awfully slow dovecot

2014-12-26 Thread Nick Edwards
On 12/26/14, Marc Stürmer wrote: > > > Maildir is fine as long as you don't have too much mail on your > storage, but there comes a point when you are getting big enough where > Maildir really isn't going to behave really nicely anymore, because > too many files and way too many seeks. Mdbox is qu

Re: Awfully slow dovecot

2014-12-26 Thread Nick Edwards
On 12/26/14, Reindl Harald wrote: > > Am 26.12.2014 um 02:20 schrieb Edwardo Garcia: >> On 12/26/14, Jeff Mitchell wrote: >>> On Dec 25, 2014 3:15 PM, "Reindl Harald" wrote: your Gentoo is nice in a small environment on larger setups someone is using binary packages and can s

Re: MD5-CRYPT/CRAM-MD5 vs SHA512-CRYPT/PLAIN

2014-12-05 Thread Nick Edwards
On 12/5/14, ML mail wrote: > Hello, > > I am wondering which variant is more secure for user authentication and > password scheme. Basically I am looking at both variants: > > 1) MD5-CRYPT password scheme storage with CRAM-MD5 auth mechanism > 2) SHA512-CRYPT password scheme storage with PLAIN aut

Re: Pigeonhole, vacation being sent incorrectly

2014-11-26 Thread Nick Edwards
actually . you are, i missed it all the noise horde seems to generate, precedence covers pretty much all of that crap, i was glad I left horde, seems its still as stuffed as ever On 11/26/14, Nick Edwards wrote: > jesus! > learn to use precedence > > > On 11/26/14, Harry Mill

  1   2   3   >