virtual_transport = cyrus drops @domain.tld

2004-07-27 Thread Michael Hieb
]: F0E67178DD: to=[EMAIL PROTECTED], relay=smtp-server.nyc.rr.com[24.29.102.150], delay=2, status=sent (250 2.0.0 i6RFwM6l028821 Message accepted for delivery) Jul 27 11:58:23 fuego postfix/qmgr[12696]: F0E67178DD: removed Jul 27 11:58:24 fuego imap[11368]: open: user michael^hieb opened INBOX And here we see

Re: virtual_transport = cyrus drops @domain.tld

2004-07-27 Thread Michael Hieb
/postfix/public/lmtp In /etc/cyrus.conf change lmtpunixcmd=lmtpd listen=/var/lib/imap/socket/lmtp prefork=0 to lmtpunixcmd=lmtpd listen=/var/spool/postfix/public/lmtp prefork=0 Hope this helps, Michael On Tue, 2004-07-27 at 12:06, Michael Hieb wrote: Apologies if this has been posted

Multi-thread cyrus delayed forking of imapd processes after connecting to master listener

2017-05-19 Thread Michael Hieb
ipurge -f -d 30 user/%/Trash*@domain4.com" period=60 cleanup cmd="ipurge -f -d 30 user/%/Trash*@domain5.com" period=60 cleanup cmd="ipurge -f -d 30 user/%/Trash*@domain6.com" period=60 cleanup cmd="ipurge -f -d 60 user/%/Sent*@domain1.com" period=60 cleanup cmd="ip

Re: Multi-thread cyrus delayed forking of imapd processes after connecting to master listener

2017-05-19 Thread Michael Hieb
A few corrections of typos.. On 05/19/2017 05:48 PM, Michael Hieb wrote: Apologies for long post, most of it is configuration details. I have recently changed from a single threaded cyrus server in which multiple domains were overloaded on one listener as multiple virtual domains

Re: Multi-thread cyrus delayed forking of imapd processes after connecting to master listener

2017-05-23 Thread Michael Hieb
hat does it mean? Michael On 05/23/2017 10:38 PM, Michael Ulitskiy wrote: you can use 'strace -p ', specifying the pid of process you want to trace. you will have to "catch" the process that blocks. it may not be easy, but I have no other suggestions. On Tuesday, May 23, 2017 06

Re: How to control the header cyrus lmtp adds to an e-mail upon delivery

2017-05-26 Thread Michael Hieb
05/26/2017 06:30 PM, Michael Hieb wrote: Hmmm.. servername is clearly set in /etc/imapd.conf and lmtp is clearly using the result of gethostname(). Do you know if there is there somewhere else that I need to define servername? On 05/26/2017 06:27 PM, Leena Heino wrote: Hi, The lmtp received lin

How to control the header cyrus lmtp adds to an e-mail upon delivery

2017-05-25 Thread Michael Hieb
Does anyone know how to control the header cyrus lmtp adds to an e-mail upon delivery? I see following added to headers of e-mail received via cyrus lmtp from postfix Received: from mail.domain1.net (mail.domain1.net [192.168.1.75]) by MAILSERVER (Cyrus v2.4.18) with LMTPA; Fri, 26 May 2017

Re: How to control the header cyrus lmtp adds to an e-mail upon delivery

2017-05-26 Thread Michael Hieb
: p += sprintf(p, " by %s", config_servername); The lmtp should use the servername setting or gethostname() if servername is unset. On Fri, 26 May 2017, Michael Hieb wrote: Does anyone know how to control the header cyrus lmtp adds to an e-mail upon delivery? I see following added

Re: Multi-thread cyrus delayed forking of imapd processes after connecting to master listener

2017-05-23 Thread Michael Hieb
ter connecting to master listener Message-ID: <feed5d3f-219a-ea7f-8257-76a1a5c4d...@ednet.ns.ca> Content-Type: text/plain; charset="utf-8"; Format="flowed" I have done something like this before, define the command in /etc/cyrus.conf as the strace command. Define it on a test

Re: Multi-thread cyrus delayed forking of imapd processes after connecting to master listener

2017-05-23 Thread Michael Hieb
designed in some delays if the server is pretty busy, especially during restart. On Fri, May 19, 2017 at 05:55:32PM +0800, Michael Hieb wrote: Here are the configuration details: imap cmd="imapd -C /etc/imapd.domain1.com.conf " listen="192.168.171.4:imap" maxchild=-1 maxfor