Re: postfix permission check reads link mode rather its target

2017-03-05 Thread Wietse Venema
Earl Killian: > In main.cf I have > > smtpd_tls_dh1024_param_file = /etc/postfix/dh4096.pem > > The permissions on these files are 400 (probably far more restrictive > than necessary). Since a cron scripts generates these files monthly, I > use a symlink to a subdir to avoid cluttering /etc/pos

postfix permission check reads link mode rather its target

2017-03-05 Thread Earl Killian
In main.cf I have smtpd_tls_dh1024_param_file = /etc/postfix/dh4096.pem The permissions on these files are 400 (probably far more restrictive than necessary). Since a cron scripts generates these files monthly, I use a symlink to a subdir to avoid cluttering /etc/postfix: # ls -l dh* lrwxrwx

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Geert Stappers
On Sun, Mar 05, 2017 at 09:00:17PM +0100, Robert Schetterer wrote: > Am 05.03.2017 um 16:27 schrieb Michael Neurohr: > > > > I just tested that with my server with a Hetzner IP address. My mail > > goes directly into the Junk Folder. My IP address is not listed on any > > blacklist and I have SPF

Re: main.cf/master.cf user-defined parameters

2017-03-05 Thread Peter
On 06/03/17 05:16, Earl Killian wrote: > I recently tried > it with postfix 2.6 (the version provided by Amazon Linux, sigh) > > (2) I am considering whether to build postfix 3.2 from source on Amazon > Linux. There is no need for this. Amazon Linux is basically a rebuild of CentOS / RHEL 6, so

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Robert Schetterer
Am 05.03.2017 um 17:16 schrieb Maurizio Caloro: > But you here in this Thread have you all three possiblities installed? > - SPF, DMARC, and DKIM ? yeah all full implemented Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG, 803

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Robert Schetterer
Am 05.03.2017 um 16:27 schrieb Michael Neurohr: > On 2017-03-05 10:01, Robert Schetterer wrote: >> Am 05.03.2017 um 09:11 schrieb Robert Schetterer: >>> >>> Hi Viktor, seems that hotmail etc has included some new antispam >>> procedures and now blocks big ip ranges ( i.e Hetzner ) , spf, dkim etc >

Re: dovecot lda bouncing postfix aliases

2017-03-05 Thread Ian Evans
On Mar 1, 2017 4:37 PM, "Ian Evans" wrote: On Mar 1, 2017 4:30 PM, "Viktor Dukhovni" wrote: > On Mar 1, 2017, at 4:14 PM, Ian Evans wrote: > > Okay...lack of caffeine and hospital distraction is probably not the best time to be doing this, > > Created /etc/virtual with: > > example.com

Re: main.cf/master.cf user-defined parameters

2017-03-05 Thread Viktor Dukhovni
> On Mar 5, 2017, at 2:34 PM, Earl Killian wrote: > > make tidy > make makefiles \ You might also consider: shared=yes dynamicmaps=yes >CCARGS='-DDEF_CONFIG_DIR=/usr/local/etc/postfix -DUSE_TLS > -I/usr/local/ssl/include -DNO_NIS -DNO_NISPLUS' \ Since you're using "config_param=

Re: main.cf/master.cf user-defined parameters

2017-03-05 Thread Earl Killian
On 2017/3/5 09:14, Wietse Venema wrote: Earl Killian: (1) To use -o smtpd_client_restrictions in master.cf for the submission port, I have been using main.cf: submission_client_restrictions = ... master.cf submission ... -o smtpd_client_restrictions = $submission_client_restrictions This se

Re: main.cf/master.cf user-defined parameters

2017-03-05 Thread Wietse Venema
Earl Killian: > (1) To use -o smtpd_client_restrictions in master.cf for the submission > port, I have been using > > main.cf: > > submission_client_restrictions = ... > > master.cf > > submission ... -o smtpd_client_restrictions = > $submission_client_restrictions > > This seems to be neces

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Geert Stappers
On Sun, Mar 05, 2017 at 05:16:30PM +0100, Maurizio Caloro wrote: > Am 05.03.2017 um 16:27 schrieb Michael Neurohr: > >On 2017-03-05 10:01, Robert Schetterer wrote: > >>> > >>form is at > >> > >>https://support.live.com/eform.aspx?productKey=edfsmsbl3&ct=eformts&wa=wsignin1.0 > >> > >>in my case it

main.cf/master.cf user-defined parameters

2017-03-05 Thread Earl Killian
(1) To use -o smtpd_client_restrictions in master.cf for the submission port, I have been using main.cf: submission_client_restrictions = ... master.cf submission ... -o smtpd_client_restrictions = $submission_client_restrictions This seems to be necessary because of the space in "reject_r

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Maurizio Caloro
Am 05.03.2017 um 16:27 schrieb Michael Neurohr: On 2017-03-05 10:01, Robert Schetterer wrote: Am 05.03.2017 um 09:11 schrieb Robert Schetterer: Hi Viktor, seems that hotmail etc has included some new antispam procedures and now blocks big ip ranges ( i.e Hetzner ) , spf, dkim etc does not help

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Michael Neurohr
On 2017-03-05 10:01, Robert Schetterer wrote: > Am 05.03.2017 um 09:11 schrieb Robert Schetterer: >> >> Hi Viktor, seems that hotmail etc has included some new antispam >> procedures and now blocks big ip ranges ( i.e Hetzner ) , spf, dkim etc >> does not help >> i filled out a form to get my serve

Re: Encapsulate incomming bounce mail

2017-03-05 Thread Dominic Raferd
On 4 March 2017 at 17:55, Viktor Dukhovni wrote: > >> On Mar 4, 2017, at 9:56 AM, Dominic Raferd wrote: >> >> I have a similar situation. I wrote a script which spots the relevant >> bounce message in the mail log, from this it extracts the queue-id and >> uses this to identify the copy of the or

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Robert Schetterer
Am 05.03.2017 um 09:11 schrieb Robert Schetterer: > Am 04.03.2017 um 23:18 schrieb Viktor Dukhovni: >> >>> On Mar 4, 2017, at 4:50 PM, Maurizio Caloro wrote: >>> >>> If i send any mail go @hotmail this will never arrive, but Postfix Log are >>> here in other thing. >>> (Queued mail for Delivery)

Re: Postfix, Hotmail never arrive

2017-03-05 Thread Robert Schetterer
Am 04.03.2017 um 23:18 schrieb Viktor Dukhovni: > >> On Mar 4, 2017, at 4:50 PM, Maurizio Caloro wrote: >> >> If i send any mail go @hotmail this will never arrive, but Postfix Log are >> here in other thing. >> (Queued mail for Delivery) >> >> Mar 4 22:45:26 caloro postfix/qmgr[28159]: BD6EB4