Re: spf configuration woes

2011-11-05 Thread Kamil Raczyński
On 2011-11-05 11:27, David Southwell wrote: > Lets assume that is the case. If so can anyone please help me identify the > error? [...] > policyd-spf unix - n n - 0 spawn Is there whitespace at the beginning of this line? You have to remove it. man 5 master.

Re: By Passing RBL for specific domain for specific IP

2011-10-19 Thread Kamil Raczyński
On 2011-10-19 19:37, Janaka Wickramasinghe wrote:" Is there a way to by pass RBL check for a specific domain and receiving from specific IP, Yes. I've tried creating a smtpd_restriction_class where I assign whitelisted_ip and hash list linking the whitelited_ip with domain as be

Re: wrong order cert chain with Thawte * cert?

2011-10-19 Thread Kamil Raczyński
On 2011-10-19 18:15, eu...@mail2.infochem.de wrote: Thanks for catching it -- I obviously don't really know what I'm doing. I've appended the cert, and now am getting $ openssl s_client -starttls smtp -showcerts -connect mail2.infochem.de:25 CONNECTED(0003) depth=1 /C=US/O=Thawte, Inc./CN=Th

Re: wrong order cert chain with Thawte * cert?

2011-10-19 Thread Kamil Raczyński
On 2011-10-19 16:03, eu...@mail2.infochem.de wrote: > For some strange reason the party on the other end suddenly > no longer can send mail to us (delivery *from* us succeeds), > claims that cert chain is in the wrong order. > > How can I verify this, for StartTLS? The server is this > one (mail2.

Re: Postfix - Problem message delivery between MX servers

2011-10-14 Thread Kamil Raczyński
On 2011-10-14 17:40, Michel Bulgado wrote: Before implementing SASL, you explain that anyone from my local network, could through the command line, telnet to port smtp server and send messages. Assuming that your email address and my email is ka...@home.com email address is mic...@home.com. M

Re: Postfix - Problem message delivery between MX servers

2011-10-14 Thread Kamil Raczyński
On 2011-10-14 16:37, Michel Bulgado wrote: >> If your intention is to accept emails *only* from your external MX >> server and from authenticated clients, then you can add >> check_client_access in smtpd_recipient_restrictions and >> smtpd_sender_restrictions. > > But at the same time, anyone cou

Re: Postfix - Problem message delivery between MX servers

2011-10-13 Thread Kamil Raczyński
On 2011-10-14 00:37, Michel Bulgado wrote: [...] > I was wondering if you can implement a white list in postfix, to accept > smtp connections from the IP address of my mx server without any > authentication. [...] If your intention is to accept emails *only* from your external MX server and fro