Re: [PATCH] Provide Make variable for -keep-new-mtime

2016-10-19 Thread Ondřej Lysoněk
Hmm, thanks! Naughty little Thunderbird... Ondra On 10/19/2016 04:47 PM, Wietse Venema wrote: BTW, please do not send patches as x-msdos-program. Is slows me down. Wietse Content-Type: application/x-msdos-program; name="postfix_install_opts.patch" Content-Transfer-Encodin

Re: [PATCH] Provide Make variable for -keep-new-mtime

2016-10-19 Thread Ondřej Lysoněk
On 10/19/2016 12:46 PM, Wietse Venema wrote: +ifeq ($(KEEP_NEW_MTIME),y) + override KEEP_NEW_MTIME = -keep-new-mtime +else + override KEEP_NEW_MTIME = +endif 1) Is that standard syntax, or is that gmake dialect? I prefer to avoid dependency on gmake (or bash, etc.). Oops, I forgot

[PATCH] Provide Make variable for -keep-new-mtime

2016-10-19 Thread Ondřej Lysoněk
Hi, I'm sending a patch that makes use of the KEEP_NEW_MTIME Make variable to set the -keep-new-mtime option of postfix-install during 'make install'. Ondra 0001-Provide-Make-variable-for-keep-new-mtime.patch Description: application/msdos-program

Re: Processing order of canonical maps

2016-09-16 Thread Ondřej Lysoněk
It just doesn't seem very clear to me. And one of our customers even got the wrong impression about the search order. I think a sentence like the following could be dropped in there somewhere: "First, a match of 'user@domain' is searched for across all the listed tables in the order the tables

Re: Processing order of canonical maps

2016-09-16 Thread Ondřej Lysoněk
Thank you! The documentation seems a bit ambiguous on this topic. After reading canonical(5) and the canonical_maps section of postconf(5), I think it's not clear which of the processing orders, mentioned in the first email, it actually uses. Would you like me to write a patch for this? Ondr

Processing order of canonical maps

2016-09-15 Thread Ondřej Lysoněk
Hi, I need some help configuring canonical maps. Suppose you have two lookup tables listed in canonical_maps and each of these tables uses all three pattern types (user@domain, user, @domain). Now from what I see Postfix looks for a match when rewriting addresses in the following order: Loo

Re: [PATCH] Preserve timestamps during 'make install'

2016-09-12 Thread Ondřej Lysoněk
Can you confirm that this patch is going to get merged in? Thanks. Ondra On 09/04/2016 04:47 PM, Viktor Dukhovni wrote: On Sun, Sep 04, 2016 at 04:25:36AM -0400, Ondrej Lysonek wrote: And what about 'touch -r ref'? I checked man pages of the systems listed on the Postfix home page, and the o

[PATCH] Preserve timestamps during 'make install'

2016-08-08 Thread Ondřej Lysoněk
om/show_bug.cgi?id=1307064 Kind regards Ondřej Lysoněk 0001-Preserve-timestamps-during-make-install.patch Description: application/msdos-program