Re: Hardening relay and sender-specified routing

2016-10-19 Thread Christian Kivalo
Am 20. Oktober 2016 07:57:58 MESZ, schrieb Ross Naheedy : >I am having a peculiar issue in not being able to lock down my postfix >2.10. This is on a server that is on the Internet and must receive >emails >and relay email for authenticated users. My main.cf relevant portions >look >like this:

Re: Route mails containing only digits in user parts differently

2016-10-19 Thread Noel Jones
On 10/19/2016 9:50 PM, Sebastian Nielsen wrote: > I currently have this postfix server. > > > > What I want to do now, is to route all mails containing only digits > in the user part, for example: 12345...@sebbe.eu > or 63232535...@sebbe.eu >

Route mails containing only digits in user parts differently

2016-10-19 Thread Sebastian Nielsen
I currently have this postfix server. What I want to do now, is to route all mails containing only digits in the user part, for example: 12345...@sebbe.eu or 63232535...@sebbe.eu To a application, namely smsq. So basically, for any

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: Postfix rename outgoing mail address feature

2016-10-19 Thread tetSU
It has a mysql record in alias table. in main.cf: virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_maps.cf proxy:mysql:/etc/postfix/mysql/catchall_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_catchall_maps

Re: Information Disclosure (Sender PC IP - Headers)

2016-10-19 Thread Noel Jones
On 10/19/2016 4:15 AM, Security wrote: > Hi, > > So I'm seeing my local IP address and ISP IP in the Recieved: headers > even though I am authenticating through my mail server. Yes, that's normal and expected. > I'm not sure the > best way to scrub these headers from sent email while preserving

Re: Postfix rename outgoing mail address feature

2016-10-19 Thread Wietse Venema
tetSU: > Hello. > > I have a simple setup of my mail-server postfix+dovecot+mysql. > > One of our user want to rename a mail address from *name@domain* to > *name.surename@domain*. So i decide to configure alias from > *name.surename@domain* to *name@domain* and its work fine. How should Postfix

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

2016-10-19 Thread Wietse Venema
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-Encoding: base64 Content-Disposition: attachment; filename="postfix_install_opts.patch"

Re: postfix authentication problem + doesn't send to mailbox

2016-10-19 Thread Noel Jones
On 10/19/2016 4:30 AM, pat G wrote: > Hello, > > i ve a problem to send with a postfix server. > > when i use telnet (port 25) to send, i ve a message in mailq, but > nothing go out : > > 6FDA937607C1* 399 Wed Oct 19 11:20:10 t...@dm.com > t...@dm.co

Postfix rename outgoing mail address feature

2016-10-19 Thread tetSU
Hello. I have a simple setup of my mail-server postfix+dovecot+mysql. One of our user want to rename a mail address from *name@domain* to *name.surename@domain*. So i decide to configure alias from *name.surename@domain* to *name@domain* and its work fine. And the next one thing, i configure a

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

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

2016-10-19 Thread Wietse Venema
>+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.). 2) Should this preference be stored at 'make makefiles' ti

Postfix & PostFWD - Rate Limit Config

2016-10-19 Thread David Byrne
Hi there, I know this is the postfix list, not the postfwd list, I’ve asked on there too, but this list is busier and hopefully someone can help. I have postfix v2.6.6, and postfwd v1.3.5. I have configured the following rule set in postfwd: [root@monitoringtest ~]# /usr/local/postfwd/sbin/post

postfix authentication problem + doesn't send to mailbox

2016-10-19 Thread pat G
Hello, i ve a problem to send with a postfix server. when i use telnet (port 25) to send, i ve a message in mailq, but nothing go out : 6FDA937607C1* 399 Wed Oct 19 11:20:10 t...@dm.com t...@dm.com when i use an other soft (mutt port 25) to send

RE: Information Disclosure (Sender PC IP - Headers)

2016-10-19 Thread Security
Hi, So I'm seeing my local IP address and ISP IP in the Recieved: headers even though I am authenticating through my mail server. I'm not sure the best way to scrub these headers from sent email while preserving the needed incoming headers for analysis if needed. Help? I use Postfix/Dovecot (iRedA

[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