[Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Jorge Bastos
Hi, How could I run two instances of dbmail-lmtpd agains the same postfix server and the same dbmail database? Thanks, ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Anatoly
Hi. You can try copy dbmail.conf to dbmail.conf_lmtp2 cp /etc/dbmail.conf /etc/dbmail.conf_lmtp change option port in [LMTP] section. vim /etc/dbmail.conf_lmtp2 run second dbmail-lmtpd with alternative config dbmail-lmtpd -f /etc/dbmail.conf_lmtp2 And try change postfix configuration for

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Jorge Bastos
Hi Thats what i had in mind but the postfix conf is what im in doubt. I want to preserve the running lmtpd in port 24 and add this 2nd one. Ok its postfix related but how would it look like the 2nd lmtpd?Anatoly a.mel...@telephant.com.ua wrote:Hi. You can try copy dbmail.conf to

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Reindl Harald
Am 26.11.2014 um 14:35 schrieb Jorge Bastos: Thats what i had in mind but the postfix conf is what im in doubt. I want to preserve the running lmtpd in port 24 and add this 2nd one. Ok its postfix related but how would it look like the 2nd lmtpd? add two DNS A-records with the same name and

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Jorge Bastos
add two DNS A-records with the same name and bind one to 127.0.0.1 and the scond to 127.0.0.2 would be a possible solution Didn't get that :) I have main.cf with: mailbox_transport = dbmail-lmtp:127.0.0.1:24 and master.cf with: dbmail-lmtp unix- - n -

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Reindl Harald
Am 26.11.2014 um 16:52 schrieb Jorge Bastos: add two DNS A-records with the same name and bind one to 127.0.0.1 and the scond to 127.0.0.2 would be a possible solution Didn't get that :) I have main.cf with: mailbox_transport = dbmail-lmtp:127.0.0.1:24 and master.cf with:

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Jorge Bastos
DNS is a prerequisite for email and http://en.wikipedia.org/wiki/Round-robin_DNS should be well known mailbox_transport = dbmail-lmtp:some-DNS-hostname:24 Ah, I was not getting how postfix would work, that was my doubt. But yes got it, thanks for that :) So if postfix looks up the host in

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Jorge Bastos
DNS is a prerequisite for email and http://en.wikipedia.org/wiki/Round-robin_DNS should be well known mailbox_transport = dbmail-lmtp:some-DNS-hostname:24 Ah, I was not getting how postfix would work, that was my doubt. But yes got it, thanks for that :) So if postfix looks up the

Re: [Dbmail] Run two instances of dbmail-lmtpd

2014-11-26 Thread Reindl Harald
Am 26.11.2014 um 21:59 schrieb Jorge Bastos: DNS is a prerequisite for email and http://en.wikipedia.org/wiki/Round-robin_DNS should be well known mailbox_transport = dbmail-lmtp:some-DNS-hostname:24 Ah, I was not getting how postfix would work, that was my doubt. But yes got it, thanks for