Re: Error in milter documentation

2013-10-20 Thread Wietse Venema
Jose Borges Ferreira: > On 10/20/2013 03:21 PM, Wietse Venema wrote: > > That is the wrong question. The right question when enabling a feature > is **will this feature be safe to use**. I will give one example of > why it is not safe: Postfix accepts mail into the queue and then > bounces it late

Re: Error in milter documentation

2013-10-20 Thread Jose Borges Ferreira
On 10/20/2013 03:21 PM, Wietse Venema wrote: That is the wrong question. The right question when enabling a feature is **will this feature be safe to use**. I will give one example of why it is not safe: Postfix accepts mail into the queue and then bounces it later. When this bounce is blocked by

Re: Connection refused to local stunnel tunnel

2013-10-20 Thread li...@rhsoft.net
Am 20.10.2013 20:33, schrieb Wietse Venema: > Olaf Marzocchi: >> postfix/smtp[2103]: [ID 947731 mail.warning] warning: relayhost >> configuration problem >> postfix/smtp[2103]: [ID 197553 mail.info] 311482A92D: >> to=, orig_to=, relay=none, delay=157834, >> delays=157833/0.01/0.08/0, dsn=4.3.5

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Wietse Venema
Alexandre Ellert: > Right now, I added : > > main.cf > non_smtpd_milters = inet:localhost:8891 > > master.cf (avoid double skim signature after amavis check) > 127.0.0.1:10025 inet n - n - - smtpd > -o receive_override_options=no_milters > > I can confirm that auto-reply vacation and mail se

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Viktor Dukhovni
On Sun, Oct 20, 2013 at 09:25:55PM +0200, Alexandre Ellert wrote: > Wietse, you said that it's not safe to use "internal_mail_filter_classes > = bounce". > > What are your recommandation ? Why do you need to send outbound bounces on the border MTA itself? You should not accept inbound mail tha

Re: TLS1.2 issue with postfix and windows

2013-10-20 Thread Viktor Dukhovni
On Sun, Oct 20, 2013 at 08:55:33PM +0300, Deniss wrote: > I have an issue with postfix-2.10.2 and latest MS > windows/exchange/outlook: SSL connection cannot be negotiated with > default settings, there is an error in postfix log: > Oct 20 20:13:41 box postfix/smtp[21730]: warning: TLS library > p

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Alexandre Ellert
Right now, I added : main.cf non_smtpd_milters = inet:localhost:8891 master.cf (avoid double skim signature after amavis check) 127.0.0.1:10025 inet n - n - - smtpd -o receive_override_options=no_milters I can confirm that auto-reply vacation and mail sent by /usr/sbin/sendmail command li

Re: Connection refused to local stunnel tunnel

2013-10-20 Thread Wietse Venema
Olaf Marzocchi: > postfix/smtp[2103]: [ID 947731 mail.warning] warning: relayhost configuration > problem > postfix/smtp[2103]: [ID 197553 mail.info] 311482A92D: > to=, orig_to=, relay=none, delay=157834, > delays=157833/0.01/0.08/0, dsn=4.3.5, status=deferred (Host or domain name > not found.

TLS1.2 issue with postfix and windows

2013-10-20 Thread Deniss
Hello, I have an issue with postfix-2.10.2 and latest MS windows/exchange/outlook: SSL connection cannot be negotiated with default settings, there is an error in postfix log: Oct 20 20:13:41 box postfix/smtp[21730]: warning: TLS library problem: 21730:error:1408F10B:SSL routines:SSL3_GET_RECO

Re: Save mails into custom DB

2013-10-20 Thread Merve Temizer
Thank Prepscius. Can i understand you as i do not need to writa a mail delivvery agent. It seems to me like to deveoplop a mta 20 Eki 2013 16:36 tarihinde "Tim Prepscius" yazdı: > search for my name on this mailing list > > I'm doing about the same thing.. > It turns out you can probably use mos

Re: saslpasswd2 (and auth)

2013-10-20 Thread Patrick Ben Koetter
* Pol Hallen : > Hi all :-) > > I configurated a postfix with sasl authentication. > > saslpasswd2 -c -u `postconf -h myhostname` test0 > > testsaslauthd -u test0 -p test0 > > 0: NO "authentication failed" > > Try with: > > saslpasswd2 -c test1 > > testsaslauthd -u test1 -p test1 > > 0: OK

Re: Error in milter documentation

2013-10-20 Thread Wietse Venema
Jose Borges Ferreira: > Since I have OpenDKIM signing my bounces I believe this was true > up to some version. Instead it should mention that > internal_mail_filter_classes should be set to bounce. Wietse: > That will break when mail is bounced due to content inspection. Jose Borges Ferreira: >

Re: Save mails into custom DB

2013-10-20 Thread Tim Prepscius
search for my name on this mailing list I'm doing about the same thing.. It turns out you can probably use most of the java code you wrote for james. Unfortunately pipe will not be enough to catch the outgoing mail. You will need to write a filter. But a first cut can be a bash script which call

Re: Error in milter documentation

2013-10-20 Thread Jose Borges Ferreira
On Sun, Oct 20, 2013 at 1:39 PM, Wietse Venema wrote: > Jose Borges Ferreira: > > Following the thread "sign auto-reply vacation with OpenDKIM" , I read > the > > MILTER_README where it's stated : > > > > "Postfix currently does not apply content filters to mail that is > forwarded > > or aliased

Re: Need some help: "fatal: no login name found for user ID"

2013-10-20 Thread Lorens Kockum
Wietse Venema wrote: > To prevent Postfix sendmail from looking up this information you > must supply the sender name or address with the -f command-line > option. Maksim, One way to make the PHP mail() function do this is to configure Apache with this: # maybe lots of other opt

Re: Error in milter documentation

2013-10-20 Thread Wietse Venema
Jose Borges Ferreira: > Following the thread "sign auto-reply vacation with OpenDKIM" , I read the > MILTER_README where it's stated : > > "Postfix currently does not apply content filters to mail that is forwarded > or aliased internally, or to mail that is generated internally such as > bounces

Re: Connection refused to local stunnel tunnel

2013-10-20 Thread Olaf Marzocchi
Hello, thank you all for the quick answers. Unfortunately, while the copy/paste of the stunnel.conf config and main.cf config were correct (and showed matching local ports), my command line involving telnet contained a typo: I had tried indeed to connect to the correct local port 11125, even if

Re: Need some help: "fatal: no login name found for user ID"

2013-10-20 Thread Wietse Venema
Maksim Kulik: > Of course i'm using Postfix 2.10. > Detailed description of my problem: Did you read my reply? Quote: To prevent Postfix sendmail from looking up this information you must supply the sender name or address with the -f command-line option. That was the second paragrap

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Jose Borges Ferreira
On Sat, Oct 19, 2013 at 1:10 PM, Alexandre Ellert wrote: > ** > > My final goal is to have all kind of outbound mails signed by DKIM, > including bounce, auto-reply... And then announce a reject DMARC policy in > DNS > > I already have some kind of separation for inbound/outbound but it's > probab

Error in milter documentation

2013-10-20 Thread Jose Borges Ferreira
Following the thread "sign auto-reply vacation with OpenDKIM" , I read the MILTER_README where it's stated : "Postfix currently does not apply content filters to mail that is forwarded or aliased internally, or to mail that is generated internally such as bounces or Postmaster notifications. This

Re: Need some help: "fatal: no login name found for user ID"

2013-10-20 Thread Maksim Kulik
Of course i'm using Postfix 2.10. Detailed description of my problem: I have apache with ITK MPM. Every site runs from it's own user. It's done via libnss-mysql and with the following config in nsswitch.conf: group: files mysql group_compat: nis hosts: files dns networks: files passwd: files mysq

Re: Save mails into custom DB

2013-10-20 Thread Stan Hoeppner
On 10/20/2013 3:28 AM, Wijatmoko U. Prayitno wrote: > On Sun, 20 Oct 2013 06:50:07 +0300 > Merve Temizer wrote: > >> What is the most appropriate way to save mails into a >> database that i built before. I mean, i have a custom > > Use dbmail (www.dbmail.org).. dbmail isn't appropriate here des

Re: Save mails into custom DB

2013-10-20 Thread Wijatmoko U. Prayitno
On Sun, 20 Oct 2013 06:50:07 +0300 Merve Temizer wrote: > What is the most appropriate way to save mails into a > database that i built before. I mean, i have a custom Use dbmail (www.dbmail.org).. -- WUP