Re: Keep Postfix running in the foreground

2018-04-03 Thread A. Schulze
Wietse Venema: I'd appreciate it if someone could verify that this will run the master daemon with PID 1, and that 'postfix stop' in the container will stop the master daemon. I'll verify that in the next days ... Andreas

Re: domain email autoconfiguration

2018-04-03 Thread Viktor Dukhovni
> On Apr 4, 2018, at 2:06 AM, David Mehler wrote: > > Do you use autoconfig/autodiscover? My users configure their MUAs statically. I am familiar with RFC6186 by way of looking at its security model when working on DANE-related RFCs. -- Viktor.

Re: domain email autoconfiguration

2018-04-03 Thread David Mehler
Hello Victor, Do you use autoconfig/autodiscover? Thanks. Dave. On 4/3/18, Viktor Dukhovni wrote: > > >> On Apr 3, 2018, at 8:08 PM, David Mehler wrote: >> >> What I'm wanting to do is configure clients to get their account >> information automatically. I know this for Mozilla is called >> au

Re: monitoring outgoing emails

2018-04-03 Thread Poliman - Serwis
Could you tell me I could add e-mails together from mail.log which are in line with "from=" part? Hmm I hope I say clear. I need count emails from particular mailbox. Can I base on "from="? For example: Apr 3 11:49:48 s1 postfix/qmgr[722]: 3B8C313BE2D: from=, size=4000, nrcpt=1 (queue active) 201

Re: Use of separate storage for mailboxes

2018-04-03 Thread Arjan
You're trying to get a 2nd server act as a client gateway(pop3s/imaps/whatever) while the original acts as smtp gateway ? Usually it is common practice to store mail on the server that hosts clients and have the smtp gateway deliver the mail there over smtp. Using a san to store mails from the

Use of separate storage for mailboxes

2018-04-03 Thread SAAHIL IFTEKHAR
Hi I am facing one issue which is mostly about concepts. I have to be clear on that to move forward. I have tried finding solutions about it but couldn't find anything which talks about it. We have a setup which includes postfix and dovecot. We are using lmtp and delivery of mail is happening th

Re: domain email autoconfiguration

2018-04-03 Thread Viktor Dukhovni
> On Apr 3, 2018, at 8:08 PM, David Mehler wrote: > > What I'm wanting to do is configure clients to get their account > information automatically. I know this for Mozilla is called > autoconfig and for Microsoft it's autodiscover, and apparently there's > an srv record I just read about. The

Re: domain email autoconfiguration

2018-04-03 Thread David Mehler
Hello, What I'm wanting to do is configure clients to get their account information automatically. I know this for Mozilla is called autoconfig and for Microsoft it's autodiscover, and apparently there's an srv record I just read about. If anyone has any of these three going with their postfix se

Re: Keep Postfix running in the foreground

2018-04-03 Thread Wietse Venema
> > anyway, the patched version run master as PID 1. fine! > > Good enough for proof of concept. The only misfeature is that it > passes -d to all child processes. I will add a new flag that does > less than '-d', only the things that containers need. postfix-3.4-

Re: Keep Postfix running in the foreground

2018-04-03 Thread Eray Aslan
On Mon, Apr 02, 2018 at 01:21:41PM -0400, Viktor Dukhovni wrote: > A simple minder process that propagates signal to its child process > would probably solve this issue. On a somewhat related note, dumb-init[1] and tini[2] are populer choices to run as pid 1 inside containers. Perhaps, they offer