Re: PATCH: postfix start master initialization status

2012-03-07 Thread Eray Aslan
On Tue, Mar 06, 2012 at 08:00:58PM -0500, Wietse Venema wrote: This works around a problem on some Linux systems. These don't use postfix status to find out if the mail system still runs. Fixed. # /etc/init.d/postfix status * postfix/postfix-script: the Postfix mail system is running: PID:

Re: [OT] Re: found a bug on postfix 2.9.1

2012-03-07 Thread Wietse Venema
Eliezer Croitoru: On 07/03/2012 02:33, Wietse Venema wrote: Eliezer Croitoru: i dont care about any init scripts on whatever else then when there is this specific problem of mismatching binding an ip that dosnt exist to be checked using the postfix check method on terminal and not only on

Re: PATCH: postfix start master initialization status

2012-03-07 Thread Eliezer Croitoru
On 07/03/2012 03:00, Wietse Venema wrote: I have uploaded a feature patch that changes postfix start so that it returns after the master daemon has initialized. This works around a problem on some Linux systems. These don't use postfix status to find out if the mail system still runs. Instead

Re: PATCH: postfix start master initialization status

2012-03-07 Thread Wietse Venema
Eray Aslan: On Tue, Mar 06, 2012 at 08:00:58PM -0500, Wietse Venema wrote: This works around a problem on some Linux systems. These don't use postfix status to find out if the mail system still runs. Fixed. Thanks. Also for the other fixes. To address Victor's question, there is a new

Keeping a copy of all mail, and then removing headers from outbound

2012-03-07 Thread Lars Preben Sørsdahl
All our internal machine generated emails are sent through our Postfix server (which is only used for outbound mail), and then relayed out to a third party MTA. To be able to integrate all outbound mail to other services (like CRM), we are adding a few headers (customer number etc) to the mail

Re: Keeping a copy of all mail, and then removing headers from outbound

2012-03-07 Thread Wietse Venema
Lars Preben S?rsdahl: All our internal machine generated emails are sent through our Postfix server (which is only used for outbound mail), and then relayed out to a third party MTA. To be able to integrate all outbound mail to other services (like CRM), we are adding a few headers (customer

Re: PATCH: postfix start master initialization status

2012-03-07 Thread Wietse Venema
-release/experimental/feature-patches/20120307-master-monitor-patch postfix-release/experimental/feature-patches/20120307-master-monitor-patch.gz Wietse master-monitor-patch-delta.gz Description: GNU Zip compressed data

Re: How to delete a key via postconf

2012-03-07 Thread Quanah Gibson-Mount
--On Tuesday, March 06, 2012 2:05 PM -0500 Wietse Venema wie...@porcupine.org wrote: Quanah Gibson-Mount: --On Tuesday, March 06, 2012 1:11 PM -0500 Wietse Venema wie...@porcupine.org wrote: Hi Wietse, I noted in my initial email why this is not desirable solution. I ignored your

Re: submission users still rejected by zen

2012-03-07 Thread Alex
Hi, far-reaching solution. I've used tc and cbq for QoS a long time in the past, but not sure I could now figure out how to use it to throttle SMTP traffic now. If you want a global solution to the parallel client connection problem, this is it: smtpd_client_connection_count_limit=1

Re: submission users still rejected by zen

2012-03-07 Thread Alex
Hi,        -o smtpd_recipient_restrictions=permit_mynetworks,reject Isn't this effectively what I already have? I must be missing differences somewhere? You're missing a recipient_restrictions override.  Without one, your submission connections are subject to dnsbl checks when auth fails.

Re: Relay for many local systems, but restrict internet forwarding?

2012-03-07 Thread skennys
Hi My name is Kenny and I am trying to set up postfix (as a Smarthost - relays to another system) whereby all internal systems defined in mynetworks should be allowed to send mail locally to .gov and only a handful of systems should be allowed to send to offsite email addresses. I am using

Re: How to delete a key via postconf

2012-03-07 Thread Larry Stone
On Wed, 7 Mar 2012, Quanah Gibson-Mount wrote: # postconf -# policy_time_limit After: /etc/postfix/main.cf: # policy_time_limit = foo # policy_time_limit = bar The problem with this approach is that if you later re-enable the policy, it will not remove the #'d out entries. Over

Re: How to delete a key via postconf

2012-03-07 Thread Wietse Venema
with Postfix 2.10 and later. It uses the same code as -#, except it produces no output. And as with -#, there will be no command to perform the reverse operation. Feature patch will be on source code mirrors at postfix-release/experimental/feature-patches/20120307-postconf-x-patch postfix-release

Re: How to delete a key via postconf

2012-03-07 Thread Quanah Gibson-Mount
. Feature patch will be on source code mirrors at postfix-release/experimental/feature-patches/20120307-postconf-x-patch postfix-release/experimental/feature-patches/20120307-postconf-x-patch.sig Thank you! --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division

Re: How to delete a key via postconf

2012-03-07 Thread Quanah Gibson-Mount
--On Wednesday, March 07, 2012 3:03 PM -0600 Larry Stone lston...@stonejongleux.com wrote: An aside in this: why is this so important for you? What's wrong with using a text editor to clean up main.cf? Until this thread came along, I didn't even know you could use postconf to edit main.cf;

Re: submission users still rejected by zen

2012-03-07 Thread Stan Hoeppner
On 3/7/2012 2:08 PM, Alex wrote: Okay, great. I don't think I understood your previous post regarding the IP list and the policy daemon. I'll have to research that further. All the connections from everbridge.net were from the same IP. Yeah, smtpd_client_connection_count_limit=1 is the quick,

Installing postfix with mysql

2012-03-07 Thread Scott Brown
Hello, I am trying to install Postfix with mysql on CentOS 6.0. I am trying to follow the instructions at http://www.postfix.org/MYSQL_README.html I downloaded the mysql libraries and source code. The libmysql was extracted to /usr/local/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit So

Re: Installing postfix with mysql

2012-03-07 Thread Reindl Harald
Am 08.03.2012 00:46, schrieb Scott Brown scottwb...@yahoo.com: Hello, I am trying to install Postfix with mysql on CentOS 6.0. I am trying to follow the instructions at http://www.postfix.org/MYSQL_README.html I downloaded the mysql libraries and source code. why? yum install mysql-devel

Re: Installing postfix with mysql

2012-03-07 Thread Scott Brown
I want to use MySQL to manage the virtual table within Postfix. So it's not that I want to just have MySQL and Postfix on the server as separate applications.  I want the MySQL-enhanced version of Postfix. - Original Message - From: Reindl Harald h.rei...@thelounge.net To:

Fwd: Installing postfix with mysql

2012-03-07 Thread Reindl Harald
also fixed the offlist-reply jesus christ do not answer on top if you got one below your post and there is no need to send a reply-all because people answering on the mailing-list wilöl get also your reply on the list Original-Nachricht Betreff: Re: Installing postfix with

Re: Installing postfix with mysql

2012-03-07 Thread Mailinglist
CentOS Plus repo already has the postfix-SQL rpm. Go into /etc/yum.repo/CentOS.repo file and exclude postfix under Base and Updates. Then run yum --enablerepo=centosplus install postfix - this will install the version you need without having to compile. Regards On Mar 7, 2012, at 6:59 PM,

Re: Installing postfix with mysql

2012-03-07 Thread Mailinglist
I don't know what you use but on my iPad / iPhone if I hit reply it only sends to you not the list. I do reply all. Please stop the whine and be constructive. Kthx Regards On Mar 7, 2012, at 7:08 PM, Reindl Harald h.rei...@thelounge.net wrote: also fixed the offlist-reply jesus christ do

Re: Installing postfix with mysql

2012-03-07 Thread Reindl Harald
Am 08.03.2012 01:21, schrieb Mailinglist mailingl...@theflux.net: I don't know what you use but on my iPad / iPhone if I hit reply it only sends to you not the list. I do reply all. Please stop the whine and be constructive. Kthx if your client is broken and does not support reply to list

Re: Installing postfix with mysql

2012-03-07 Thread Tomoyuki Murakami
On Wed, 7 Mar 2012 15:46:25 -0800 (PST), Scott Brown scottwb...@yahoo.com wrote: I am trying to install Postfix with mysql on CentOS 6.0. I am trying to follow the instructions at http://www.postfix.org/MYSQL_README.html I downloaded the mysql libraries and source code. The libmysql was

Anyone else getting lots of spam from Plesk web sites?

2012-03-07 Thread francis picabia
Just starting today we've received dozens of spam from websites, all coming from anonym...@www.example.com where www.example.com is a website showing Plesk. I've blocked dozens of IPs. Has anyone else seen this?

Re: submission users still rejected by zen

2012-03-07 Thread Alex
Hi, Yes, understood. There are two MXs for the domain that has the bulk mailing overload problem and the one I'm adjusting the default_process_limit. There is one MX for the domain that has the always_bcc issue and the submission port auth issue. Let's concentrate on the connection load

Re: Anyone else getting lots of spam from Plesk web sites?

2012-03-07 Thread Patrick Lists
On 08-03-12 03:01, francis picabia wrote: Just starting today we've received dozens of spam from websites, all coming from anonym...@www.example.com where www.example.com is a website showing Plesk. I've blocked dozens of IPs. Has anyone else seen this? Iirc recently there was a hole in

Re: submission users still rejected by zen

2012-03-07 Thread Stan Hoeppner
On 3/7/2012 8:21 PM, Alex wrote: I've set this on both the primary and secondary MX servers now. So now you only need to pay attention to non bulk senders to make sure they're not delaying due to the 1 connection limit. It most likely won't be a problem, but keep an eye on it just in case.

centos 5 postfix rpms?

2012-03-07 Thread Eero Volotinen
Hi, What is the best / reliable site to find newer postfix rpm packages for centos 5 / rhel 5? by default it ships postfix 2.3.x and it's a bit antique version. -- Eero

Re: centos 5 postfix rpms?

2012-03-07 Thread Nikolaos Milas
On 8/3/2012 6:40 πμ, Eero Volotinen wrote: What is the best / reliable site to find newer postfix rpm packages for centos 5 / rhel 5? by default it ships postfix 2.3.x and it's a bit antique version. Hi Eero, These are considered fine: http://postfix.wl0.org/en/available-packages/, yet