requiring TLS on a pool of servers

2013-10-14 Thread Dan Langille
I have a group of Postfix servers. I want communications between these servers to be TLS and clients must present a known certificate. These servers are also public-facing and accept incoming mail from servers not under my control. I just started setting this up and it seems to be working as

postfix reports no rDNS on a host with many PTR records

2013-10-14 Thread Blake Hudson
I'm seeing the following errors when a prominent North American life insurance vendor attempts to send me email. Oct 14 12:57:07 twinc postfix/smtpd[12194]: NOQUEUE: reject: RCPT from unknown[216.163.249.229]: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [216.163.249.229]

local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Chad Elliott
Sorry if this question gets asked too often, but I followed the instructions to stop backscatter email from my server, yet it continues to send bounces. Here is the output of postconf -n: alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Charles Marcus
Logs? On 2013-10-14 4:00 PM, Chad Elliott wrote: Sorry if this question gets asked too often, but I followed the instructions to stop backscatter email from my server, yet it continues to send bounces. Here is the output of postconf -n: alias_maps = hash:/etc/aliases command_directory = /us

Re: Some postfix delivering problems (SOLVED)

2013-10-14 Thread asbaeza
It seems to be working well now, just setting off the procmail command. Thanks to all. -- View this message in context: http://postfix.1071664.n5.nabble.com/Some-postfix-delivering-problems-tp62117p62192.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Chad Elliott
Such a busy server, it's tough to get just the right snippet, let me know if anything seems missing here. Oct 14 12:44:46 mail postfix/smtpd[2527]: < mail.senderdomain.org[173.255.XXX.XXX7]: rcpt to:lksjdflkajsflkas...@mycompany.com Oct 14 12:44:46 mail postfix/smtpd[2527]: extract_addr: input: l

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Noel Jones
On 10/14/2013 3:00 PM, Chad Elliott wrote: > Sorry if this question gets asked too often, but I followed the > instructions to stop backscatter email from my server, yet it > continues to send bounces. Here is the output of postconf -n: Without context, we can't provide much help. - what instruc

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Chad Elliott
>Without context, we can't provide much help. >- what instructions did you follow? I set up "local_recipient_maps = $virtual_alias_maps" and "unknown_local_recipient_reject_code = 550" per instructions located here: http://www.postfix.org/BACKSCATTER_README.html - what is being bounced? mail se

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Charles Marcus
On 2013-10-14 4:41 PM, Chad Elliott wrote: - what is being bounced? mail sent to non-existent aliases/users (not in virtual_alias_maps) This is the DESIRED result... what is the problem? -- Best regards, */Charles /*

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Charles Marcus
On 2013-10-14 4:00 PM, Chad Elliott wrote: Sorry if this question gets asked too often, but I followed the instructions to stop backscatter email from my server, and On 2013-10-14 4:41 PM, Chad Elliott wrote: - what is being bounced? mail sent to non-existent aliases/users (not in virtual_a

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Charles Marcus
On 2013-10-14 4:54 PM, Charles Marcus wrote: On 2013-10-14 4:00 PM, Chad Elliott wrote: Sorry if this question gets asked too often, but I followed the instructions to stop backscatter email from my server, and On 2013-10-14 4:41 PM, Chad Elliott wrote: - what is being bounced? mail sent

What is causing this mail forwarding loop bounce?

2013-10-14 Thread sendu
I'm using Google's Postini replacement as a spam filter before mail gets to my smtp server. I currently have a problem where most emails that get spam trapped by Google disappear when I attempt to have them delivered. Google gives me the ability to reattempt delivery and I have a repeatable case wh

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Charles Marcus
On 2013-10-14 4:00 PM, Chad Elliott wrote: virtual_alias_maps = hash:/etc/postfix/virtual virtual_mailbox_base = /var/spool/mail virtual_mailbox_domains = hash:/etc/postfix/mydomains There are no wildcards in virtual_alias_maps or alias_maps Tests against your maps? What do postmap -q myse

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Chad Elliott
On Mon, Oct 14, 2013 at 5:27 PM, Charles Marcus wrote: > On 2013-10-14 4:00 PM, Chad Elliott wrote: > > virtual_alias_maps = hash:/etc/postfix/virtual > virtual_mailbox_base = /var/spool/mail > virtual_mailbox_domains = hash:/etc/postfix/mydomains > > > There are no wildcards in virtual_alias_map

Re: postfix reports no rDNS on a host with many PTR records

2013-10-14 Thread Wietse Venema
Blake Hudson: > I'm seeing the following errors when a prominent North American life > insurance vendor attempts to send me email. > > Oct 14 12:57:07 twinc postfix/smtpd[12194]: NOQUEUE: reject: RCPT from > unknown[216.163.249.229]: 450 4.7.1 Client host rejected: cannot find > your reverse ho

Re: postfix reports no rDNS on a host with many PTR records

2013-10-14 Thread Jeroen Geilman
On 10/14/2013 08:41 PM, Blake Hudson wrote: I'm seeing the following errors when a prominent North American life insurance vendor attempts to send me email. Oct 14 12:57:07 twinc postfix/smtpd[12194]: NOQUEUE: reject: RCPT from unknown[216.163.249.229]: 450 4.7.1 Client host rejected: cannot f

Re: requiring TLS on a pool of servers

2013-10-14 Thread Viktor Dukhovni
On Mon, Oct 14, 2013 at 08:12:01AM -0400, Dan Langille wrote: > The master.cf has something like this: > > 64.147.113.42:5587 inet n - n - - smtpd > -o smtp_tls_security_level=encrypt The above setting is pointless, drop it. > -o smtpd_tls_CAfile=/usr/local/etc

Re: local_recipient_maps set up, yet postfix continues to send bounce messages

2013-10-14 Thread Noel Jones
On 10/14/2013 3:41 PM, Chad Elliott wrote: >> Without context, we can't provide much help. > > >> - what instructions did you follow? > I set up "local_recipient_maps = $virtual_alias_maps" and > "unknown_local_recipient_reject_code = 550" per instructions located > here: > http://www.postfix.or

TLS library problem - SSL routines:SSL3_GET_RECORD - wrong version number

2013-10-14 Thread Michael Büker
Hi people, I'm running postfix 2.9.6 and openssl 1.0.1 stock from Ubuntu 12.04 LTS. postfix is generally working fine as a relay to several SMTP servers (using a relayhost_map). However, there is one server that is causing trouble so that I cannot use it with postfix (while directly addressing

Re: TLS library problem - SSL routines:SSL3_GET_RECORD - wrong version number

2013-10-14 Thread Viktor Dukhovni
On Tue, Oct 15, 2013 at 03:20:13AM +0200, Michael B?ker wrote: > > postfix/smtp[9689]: warning: TLS library problem: 9689:error:1408F10B:SSL > > routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:337: > > postfix/smtp[9689]: 033661A108A: to=, > > relay=server[X.X.X.X]:587, delay=0.51, delays