Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
Hi folks, I'm installing postfix on 64 bit CentOS with mysql and openssl support. I'm using following command: make makefiles CCARGS=-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \ -DHAS_MYSQL -I/mnt/Postfix/mysql-5.1.41-linux-x86_64-glibc23/include \ AUXLIBS=-L/usr/lib64 -lssl -lcrypto \

Re: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Eero Volotinen
Quoting Arora, Sumit sumit.ar...@hp.com: Hi folks, I'm installing postfix on 64 bit CentOS with mysql and openssl support. I'm using following command: make makefiles CCARGS=-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \ -DHAS_MYSQL -I/mnt/Postfix/mysql-5.1.41-linux-x86_64-glibc23/include

Re: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Wietse Venema
Arora, Sumit: Hi folks, I'm installing postfix on 64 bit CentOS with mysql and openssl support. I'm using following command: make makefiles CCARGS=-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \ You are using include files from /mnt/Postfix/openssl-0.9.8l AUXLIBS=-L/usr/lib64 -lssl

RE: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
Actually I want to build postfix with mysql and ssl support, is there any package available for this for 64 bit linux? I have already installed openssl-devel using yum install openssl-devel. -Original Message- From: Eero Volotinen [mailto:eero.voloti...@iki.fi] Sent: Wednesday,

RE: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
Nice catch... Thanks a lot Problem solved by proving same libraries -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Wednesday, December 16, 2009 6:35 PM To: Postfix users Subject: Re: Error while

Which security level should I use?

2009-12-16 Thread Arora, Sumit
I was going through the document for TLS support in postfix, but I don't know which security level to use. My requirement is straight, FULLY SECURE and AVAILABLE FOR EVERYONE. Which of the following TLS Security level should is use? none No

Re: Which security level should I use?

2009-12-16 Thread Eero Volotinen
On 12/16/09 3:50 PM, Arora, Sumit wrote: I was going through the document for TLS support in postfix, but I don’t know which security level to use. My requirement is straight, FULLY SECURE and AVAILABLE FOR EVERYONE. Well, that is not possible. Public smtp servers cannot be forced to tls

how to reject mail based on destination addresses IF the mail was not sent from local network ?

2009-12-16 Thread sfqsf qsfsfq
Hello, I would like to configure Postfix to reject mail whose destination match a few addresses IF the mail was not sent from our internal network. Basically i would like to do a header_checks on 2 lines (Received: and To:) but the documentation says that it's not possible. What is the easiest

Re: how to reject mail based on destination addresses IF the mail was not sent from local network ?

2009-12-16 Thread Wietse Venema
sfqsf qsfsfq: Hello, I would like to configure Postfix to reject mail whose destination match a few addresses IF the mail was not sent from our internal network. Basically i would like to do a header_checks on 2 lines (Received: and To:) but the documentation says that it's not possible.

Re: Which security level should I use?

2009-12-16 Thread Victor Duchovni
On Wed, Dec 16, 2009 at 01:50:45PM +, Arora, Sumit wrote: I was going through the document for TLS support in postfix, but I don't know which security level to use. My requirement is straight, FULLY SECURE and AVAILABLE FOR EVERYONE. Which of the following TLS Security level should is

[Slightly OT] Simple SMTP proxy w/XCLIENT

2009-12-16 Thread Ben Winslow
This is only peripherally related to Postfix, but I'm wondering if anyone knows of a very simple SMTP proxy with XCLIENT support. We are transitioning some customers to a new mail server from one that used to serve (outbound) SMTP and POP3 on the same IP address; however, I would prefer not to

Re: [Slightly OT] Simple SMTP proxy w/XCLIENT

2009-12-16 Thread Victor Duchovni
On Wed, Dec 16, 2009 at 12:34:39PM -0500, Ben Winslow wrote: This is only peripherally related to Postfix, but I'm wondering if anyone knows of a very simple SMTP proxy with XCLIENT support. We are transitioning some customers to a new mail server from one that used to serve (outbound) SMTP

Re: how to reject mail based on destination addresses IF the mail was not sent from local network ?

2009-12-16 Thread Noel Jones
On 12/16/2009 10:18 AM, Wietse Venema wrote: sfqsf qsfsfq: Hello, I would like to configure Postfix to reject mail whose destination match a few addresses IF the mail was not sent from our internal network. Basically i would like to do a header_checks on 2 lines (Received: and To:) but the

RE: queue manager delaying delivery of message

2009-12-16 Thread George Forman
Subject: Re: queue manager delaying delivery of message To: postfix-users@postfix.org Date: Mon, 14 Dec 2009 20:08:41 -0500 From: wie...@porcupine.org George Forman: Subject: Re: queue manager delaying delivery of message To: georgeforma...@hotmail.com; postfix-users@postfix.org

cidr table as partricia/radix trie

2009-12-16 Thread Jay Deiman
Hello all, I was just reading the cidr_table(5) man page and I have a few questions. First I noticed that this is a first match scenario based on the ordering in the file. Is this file (in memory) then traversed in a linear order? Has there ever been any discussion around implementing the

Re: queue manager delaying delivery of message

2009-12-16 Thread Wietse Venema
George Forman: George Forman: Subject: Re: queue manager delaying delivery of message To: georgeforma...@hotmail.com; postfix-users@postfix.org Date: Mon, 14 Dec 2009 19:31:44 -0500 From: wie...@porcupine.org The queue manager will leave a file in the incoming queue

Re: cidr table as partricia/radix trie

2009-12-16 Thread Wietse Venema
Jay Deiman: Hello all, I was just reading the cidr_table(5) man page and I have a few questions. First I noticed that this is a first match scenario based on the ordering in the file. Is this file (in memory) then traversed in a linear order? Just like regexps, Postfix stores CIDR

Re: Authenticated SMTP problem

2009-12-16 Thread Walter Breno
All problems solver after install amavisd-new and purge MailScanner now i know how the things can't be done, thanks to all for all sugestions, now i can sleep, after 3 days sleeping only 3 or 4 hours by night: - )

Bypass some header_checks rules for a specific user?

2009-12-16 Thread Terry Carmen
Is there any way to bypass header_checks rules for a specific sender? What I'd like to do is simply not process the rest of the header_checks file if the sender matches u...@dom.ain. However this doesn't seem to be possible, since header_checks only works on a single line at a time. Any

Re: Bypass some header_checks rules for a specific user?

2009-12-16 Thread Noel Jones
On 12/16/2009 4:29 PM, Terry Carmen wrote: Is there any way to bypass header_checks rules for a specific sender? There is no bypass mechanism for header_checks or body_checks. What I'd like to do is simply not process the rest of the header_checks file if the sender matches u...@dom.ain.

smtpd_foo_restrictions sanity check

2009-12-16 Thread Stan Hoeppner
I finally consolidated all my smtpd_foo_restrictions into smtpd_recipient_restrictions, as many have suggested, mainly to get my whitelisting working properly/reliably. Since doing so, I've noticed a substantial increase in smtpd warnings. Is this smtpd warning increase a result of this

Re: smtpd_foo_restrictions sanity check

2009-12-16 Thread mouss
Stan Hoeppner a écrit : I finally consolidated all my smtpd_foo_restrictions into smtpd_recipient_restrictions, as many have suggested, mainly to get my whitelisting working properly/reliably. Since doing so, I've noticed a substantial increase in smtpd warnings. Is this smtpd warning