Can we balance the load of outgoing emails from Haproxy with heartbeat

2012-08-14 Thread Naval saini
I want to relay 100 mails per day from my server for this purpose i want to use haproxy load balancing can go with this.? please if any one can suggest me the best way to do this i appreciate the suggestions. -- View this message in context:

Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Ori Bani
I'm curious, if you have a smtpd service in master.cf that listens on an IP address, if it would be possible to restrict the recipient maps just to the recipients in the domain associated with that IP address (there are other smtpd services/domains/IP addresses on the same postfix instance). I

non-root postfix status?

2012-08-14 Thread Eray Aslan
I received a complaint from a user that postfix status command is for root only and that he cannot - or rather the monitoring software cannot - use that command to monitor postfix's health. What would be a good way to monitor postfix as a non-privileged user without going through the sudoers

Re: non-root postfix status?

2012-08-14 Thread Wietse Venema
Eray Aslan: I received a complaint from a user that postfix status command is for root only and that he cannot - or rather the monitoring software cannot - use that command to monitor postfix's health. The postfix command is reserved for the super-user. If you only want to know if the master

Re: non-root postfix status?

2012-08-14 Thread Noel Jones
On 8/14/2012 6:22 AM, Eray Aslan wrote: I received a complaint from a user that postfix status command is for root only and that he cannot - or rather the monitoring software cannot - use that command to monitor postfix's health. What would be a good way to monitor postfix as a

VIRTUAL and Delivered-To:

2012-08-14 Thread Christophe Garault
Hello, I'm using virtual aliases as described in /VIRTUAL_README.html#virtual_alias. I have real Unix accounts but here's what the headers looks like: X-Original-To: christo...@garault.org Delivered-To: tot...@garault.com Am I doing anything wrong or is there a way to get the Delivered-To

Re: always_bcc

2012-08-14 Thread Alfredo Saldanha
Thank you, but how about to disable bounce messages? - Mensagem original - De: Fernando Maior fernando.souto.ma...@gmail.com Para: Alfredo Saldanha asalda...@infolink.com.br Cc: postfix-users postfix-users@postfix.org Enviadas: Quarta-feira, 8 de Agosto de 2012 21:12:59 Assunto:

Re: non-root postfix status?

2012-08-14 Thread Andrei Vinogradov
On 14 августа 2012 14:22:41 Eray Aslan wrote: I received a complaint from a user that postfix status command is for root only and that he cannot - or rather the monitoring software cannot - use that command to monitor postfix's health. What would be a good way to monitor postfix as a

Re: VIRTUAL and Delivered-To:

2012-08-14 Thread Wietse Venema
Christophe Garault: Am I doing anything wrong or is there a way to get the Delivered-To header with Unix account only without $mydomain automatically added Delivered-To is primarily a tool to break mail forwarding loops. Therefore it must specify the complete email address to avoid false

Re: non-root postfix status?

2012-08-14 Thread Eray Aslan
On 08/14/2012 04:54 PM, Andrei Vinogradov wrote: For what purpose you want it? To learn how people monitor their mail infrastructure so that I can get back with a good answer and see if there is a better alternative. Also, requiring super-user privilege did not seem right at first glance for

Re: always_bcc

2012-08-14 Thread Fernando Maior
Hello Alfredo, I would do that if I would not like my users to know they are being tracked... I just looked at the docs and see nothing that can help you doing that. If you mean to have the second server only for the always_bcc account, you may change the postfix code in order to not send bounce

Re: always_bcc

2012-08-14 Thread Wietse Venema
Fernando Maior: Hello Alfredo, I would do that if I would not like my users to know they are being tracked... I just looked at the docs and see nothing that can help you doing that. If you mean to have the second server only for the always_bcc account, you may change the postfix code in

Re: Can we balance the load of outgoing emails from Haproxy with heartbeat

2012-08-14 Thread Stan Hoeppner
On 8/14/2012 4:06 AM, Naval saini wrote: I want to relay 100 mails per day from my server for this purpose i want to use haproxy load balancing can go with this.? please if any one can suggest me the best way to do this i appreciate the suggestions. When someone says relay 1 million

Re: always_bcc

2012-08-14 Thread Viktor Dukhovni
On Tue, Aug 14, 2012 at 12:46:46PM -0400, Wietse Venema wrote: May be you should look at the source for bounce service daemon. Or look for Victor's description of a mail stream duplicator. The purpose was to archive all mail. It was implemented (I think with Net::SMTP) as a content filter

Re: always_bcc

2012-08-14 Thread Alfredo Saldanha
Nice, thank you guys. - Mensagem original - De: Viktor Dukhovni postfix-us...@dukhovni.org Para: postfix-users@postfix.org Enviadas: Terça-feira, 14 de Agosto de 2012 14:18:04 Assunto: Re: always_bcc On Tue, Aug 14, 2012 at 12:46:46PM -0400, Wietse Venema wrote: May be you

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Ori Bani
On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 8/14/2012 5:14 AM, Ori Bani wrote: I'm curious, if you have a smtpd service in master.cf that listens on an IP address, if it would be possible to restrict the recipient maps just to the recipients in the domain

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Wietse Venema
Ori Bani: On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 8/14/2012 5:14 AM, Ori Bani wrote: I'm curious, if you have a smtpd service in master.cf that listens on an IP address, if it would be possible to restrict the recipient maps just to the recipients in

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Ori Bani
On Tue, Aug 14, 2012 at 12:33 PM, Wietse Venema wie...@porcupine.org wrote: Ori Bani: On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 8/14/2012 5:14 AM, Ori Bani wrote: I'm curious, if you have a smtpd service in master.cf that listens on an IP address, if it

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Ori Bani
On Tue, Aug 14, 2012 at 1:22 PM, Ori Bani orib...@gmail.com wrote: On Tue, Aug 14, 2012 at 12:33 PM, Wietse Venema wie...@porcupine.org wrote: Ori Bani: On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 8/14/2012 5:14 AM, Ori Bani wrote: I'm curious, if you have a

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Wietse Venema
Ori Bani: [ Charset ISO-8859-1 unsupported, converting... ] On Tue, Aug 14, 2012 at 12:33 PM, Wietse Venema wie...@porcupine.org wrote: Ori Bani: On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 8/14/2012 5:14 AM, Ori Bani wrote: I'm curious, if you have a

Re: Possible to override recipient maps for a service in master.cf?

2012-08-14 Thread Ori Bani
On Tue, Aug 14, 2012 at 1:43 PM, Wietse Venema wie...@porcupine.org wrote: Ori Bani: [ Charset ISO-8859-1 unsupported, converting... ] On Tue, Aug 14, 2012 at 12:33 PM, Wietse Venema wie...@porcupine.org wrote: Ori Bani: On Tue, Aug 14, 2012 at 5:27 AM, Noel Jones njo...@megan.vbhcs.org

Question about cloud spam filtering configuration

2012-08-14 Thread Futchko, Rose
Hi, I am a newbie to postfix and have a basic configuration question. I am setting up a simple listserv on the same server as Postfix, and have successfully setup inbound mail to be sent through a clouds based spam filter (Symantec cloud). However, I am having trouble setting up Postfix to

Re: Question about cloud spam filtering configuration

2012-08-14 Thread Ralf Hildebrandt
* Futchko, Rose rose.futc...@informs.org: Hi, I am a newbie to postfix and have a basic configuration question. I am setting up a simple listserv on the same server as Postfix, and have successfully setup inbound mail to be sent through a clouds based spam filter (Symantec cloud). However,

Re:

2012-08-14 Thread Larry Stone
On Aug 14, 2012, at 2:49 PM, Futchko, Rose wrote: Hi, I have one more newbie question. I have POSTFIX and MAILMAN on the same server. Mailman is working and can send out email with no problems. Right now the listserv ReplyTO is: x...@mail-test.company.org I am not sure how, but

When to use proxymap

2012-08-14 Thread Ori Bani
I read somewhere on this list that it's not necessary to use proxymap for transport table lookups. I guess that the assumption is the transport table is so small, making it unnecessary? The proxymap manpage says one of its main purposes is to consolidate connections to databases amongst various

Re: When to use proxymap

2012-08-14 Thread Viktor Dukhovni
On Tue, Aug 14, 2012 at 07:18:09PM -0400, Wietse Venema wrote: I read somewhere on this list that it's not necessary to use proxymap for transport table lookups. It is undesirable with the current architecture, because it increases latency for the single-process queue manager service. The