Re: Mail non-deliverable when mailbox exists

2011-09-07 Thread Stan Hoeppner
On 9/6/2011 8:46 PM, Peter Skipworth wrote: Hello, I have a conundrum I need some help with. If I send an email to a non-existant mailbox, it correctly bounces. If I then create the mailbox, emails still bounce. A restart of the Postfix service fixes this. I'm using virtual domains/mailboxes -

DKIM milter

2011-09-07 Thread Kirill Bychkov
Hello, I'm using OpenDKIM lilter for DKIM signature. main.cf: smtpd_milters = inet:localhost: And i'm using always_add_missing_headers = yes Test emails to many public mail servers (i.e. gmail) and test service port25.com are checked and DKIM signature successfully check (DKIM: pass) But

Re: DKIM milter

2011-09-07 Thread Patrick Ben Koetter
* Kirill Bychkov kirill.bych...@gmail.com: Hello, I'm using OpenDKIM lilter for DKIM signature. main.cf: smtpd_milters = inet:localhost: And i'm using always_add_missing_headers = yes Test emails to many public mail servers (i.e. gmail) and test service port25.com are checked

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
Mail goes direct to Internet without any relays. On 7 September 2011 12:40, Patrick Ben Koetter p...@state-of-mind.de wrote: * Kirill Bychkov kirill.bych...@gmail.com: Hello, I'm using OpenDKIM lilter for DKIM signature. main.cf: smtpd_milters = inet:localhost: And i'm

Force postfix to query listed DNS servers instead system DNS

2011-09-07 Thread David Touzeau
Dear Is there a parameter to force postfix to not use the system DNS but query a specified DNS servers in a list ? Best regards

Re: .forward files

2011-09-07 Thread Selcuk Yazar
Hi, I solved ldap forward , first i addes new schema item for JammAccount.schema that named mailforward(and recreate slap.d directory) after that change it's value. And than in main.cf file change from : accountsmap_query_filter = ((objectClass=JammMailAccount)(mail=%s)(accountActiv

Re: Force postfix to query listed DNS servers instead system DNS

2011-09-07 Thread Wietse Venema
David Touzeau: Dear Is there a parameter to force postfix to not use the system DNS but query a specified DNS servers in a list ? Postfix does not choose its DNS servers - that choice is made by the resolver(3) library routines based /etc/resolv.conf and perhaps other information. One

Re: Force postfix to query listed DNS servers instead system DNS

2011-09-07 Thread David Touzeau
Le mercredi 07 septembre 2011 à 06:57 -0400, Wietse Venema a écrit : David Touzeau: Dear Is there a parameter to force postfix to not use the system DNS but query a specified DNS servers in a list ? Postfix does not choose its DNS servers - that choice is made by the resolver(3)

Re: DKIM milter

2011-09-07 Thread Wietse Venema
On 7 September 2011 12:40, Patrick Ben Koetter p...@state-of-mind.de wrote: What happens on your mail processing chain after the DKIM milter? Kirill Bychkov: Mail goes direct to Internet without any relays. What happens in the receiver's mail processing chain before the receiver reports the

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
This header == X-DKIM-FAIL: DKIM test failed: (address=x...@example.com domain=example.com), signature is bad. == entry not my server. I sent test email from u...@example.com to m...@mail.ru, Mail.Ru - Russia e-Post serivce. Mail processing: Programm, that generate email - MY postfix with

Re: DKIM milter

2011-09-07 Thread Steve Jenkins
On Wed, Sep 7, 2011 at 7:15 AM, Kirill Bychkov kirill.bych...@gmail.com wrote: Someone has a server with DKIM check? Can I send a email there? I like this one: http://www.brandonchecketts.com/emailtest.php and there are a few more listed in the Testing Things Out section of this post:

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
Thank you! Results: 1. Test from http://www.elandsys.com/resources/mail/dkim/opendkim.html DKIM Signature validation: pass (1024-bit key) DKIM Author Domain Signing Practices: no DNS record for _adsp._ domainkey.internetopros.ru Authentication-Results: mx.elandsys.com; dkim=pass (1024-bit key)

Re: DKIM milter

2011-09-07 Thread Wietse Venema
Kirill Bychkov: [ Charset UTF-8 unsupported, converting... ] Thank you! Results: 1. Test from http://www.elandsys.com/resources/mail/dkim/opendkim.html DKIM Signature validation: pass (1024-bit key) DKIM Author Domain Signing Practices: no DNS record for _adsp._ domainkey.internetopros.ru

Re: DKIM milter

2011-09-07 Thread Steve Jenkins
On Wed, Sep 7, 2011 at 8:57 AM, Wietse Venema wie...@porcupine.org wrote: This means they broke it (assuming you aren't doing special processing for Mail.RU etc. destinations). Agreed. I generally test by sending a message to my GMail account. If it says Signed by: in the header details, I'm

Re: Issue integrating with Cyrus-SASL

2011-09-07 Thread Crazedfred
Thank you for the reply p@rick. By your recommendation I did add the postfix user to sasl: sudo adduser postfix sasl Adding user `postfix' to group `sasl' ... Adding user postfix to group sasl Done. I ran saslfinger -c and saslfinger -s and it does appear that many of the relevant services are

Re: Postfix talking smtp through stdio command?

2011-09-07 Thread Jeroen Geilman
On 2011-09-07 00:55, Matthias Andree wrote: The firewall block is deliberate. Then I suggest you talk to some people and tell them you need email access... I find it rather quaint that you would be trying to set up SMTP connectivity on a system where this has - as you say - been expressly

Re: Setting different smtpd_sasl_security_options depending on connecting IP

2011-09-07 Thread Jeroen Geilman
On 2011-09-06 13:58, Heiko Wundram wrote: Am 06.09.2011 13:42, schrieb Noel Jones: Or use firewall rules to redirect connections from that client to a different port with different smtpd_sasl_security_options. Thanks, after an off-list reply suggesting just that I tried that out, and that

Re: Postfix talking smtp through stdio command?

2011-09-07 Thread Bastian Blank
On Tue, Sep 06, 2011 at 08:59:20PM +0200, Matthias Andree wrote: Can you describe the problem instead of the solution? There may be other solutions than the ones you have in mind. The problem is this: - I *can* (and am permitted to) connect to a computer in the same LAN as the SMTP server

Re: DKIM milter

2011-09-07 Thread Peter Blair
On Wed, Sep 7, 2011 at 12:36 PM, Steve Jenkins stevejenk...@gmail.com wrote: On Wed, Sep 7, 2011 at 8:57 AM, Wietse Venema wie...@porcupine.org wrote: This means they broke it (assuming you aren't doing special processing for Mail.RU etc. destinations). Agreed. I generally test by sending a

Re: Issue integrating with Cyrus-SASL

2011-09-07 Thread Charles Marcus
On 2011-09-07 1:01 PM, Crazedfred crazedf...@yahoo.com wrote: I ran saslfinger -c and saslfinger -s and it does appear that many of the relevant services are chrooted. Either they are or they aren't... As your master.cf shows, most are... Anything without an 'n' in the chroot column IS

Re: DKIM milter

2011-09-07 Thread Robert Schetterer
Am 07.09.2011 17:57, schrieb Wietse Venema: Kirill Bychkov: [ Charset UTF-8 unsupported, converting... ] Thank you! Results: 1. Test from http://www.elandsys.com/resources/mail/dkim/opendkim.html DKIM Signature validation: pass (1024-bit key) DKIM Author Domain Signing Practices: no DNS

Re: Setting different smtpd_sasl_security_options depending on connecting IP

2011-09-07 Thread Heiko Wundram
Am 07.09.2011 19:06, schrieb Jeroen Geilman: On 2011-09-06 13:58, Heiko Wundram wrote: Am 06.09.2011 13:42, schrieb Noel Jones: Or use firewall rules to redirect connections from that client to a different port with different smtpd_sasl_security_options. Thanks, after an off-list reply

Sending the same message 2 or 3 times

2011-09-07 Thread Alejandro Facultad
Dear, I have Debian Squeeze + Postfix 2.7 as my mail server. Sometimes some users tell me they send a message and the recipient get 2 or 3 copies of the same message. At the moment they can't explain me what they have done in detail, so I need your opinion to have any idea of the cause of this

Re: Sending the same message 2 or 3 times

2011-09-07 Thread Wietse Venema
Alejandro Facultad: Dear, I have Debian Squeeze + Postfix 2.7 as my mail server. Sometimes some users tell me they send a message and the recipient get 2 or 3 copies of the same message. At the moment they can't explain me what they have done in detail, so I need your opinion to have any idea