Re: how to make postfix alter the "From" header on outbound messages to mat IP

2013-11-27 Thread Peter
On 11/27/2013 12:59 PM, l...@airstreamcomm.net wrote: > > An unusual server rejects mail on the basis that the domain portion > of the FROM address in the header does not match the IP address of > the server. What's the server? What's the domain name in the email address that's being rejec

Re: Advanced master.cf query/update support

2013-11-27 Thread Wietse Venema
LuKreme: > On 27 Nov 2013, at 17:13 , Wietse Venema wrote: > > Examples are at http://www.porcupine.org/postfix-mirror/wip.html > > and at the top of the RELEASE_NOTES file. Documentation is also in > > the postconf(1) manpage (nroff -man man/man1/postconf.1 | less). > > My only comment is that t

Re: Advanced master.cf query/update support

2013-11-27 Thread LuKreme
On 27 Nov 2013, at 17:13 , Wietse Venema wrote: > Examples are at http://www.porcupine.org/postfix-mirror/wip.html > and at the top of the RELEASE_NOTES file. Documentation is also in > the postconf(1) manpage (nroff -man man/man1/postconf.1 | less). My only comment is that the delineation betwee

Postfix with Dovecot LMTP

2013-11-27 Thread craig . postfix
Hi, Just after advice, I'm configuring Postfix to work with a Dovecot LMTP for (Sieve delivery). I want to be 100% certain that if Dovecot stuffs up in some way, or a user fails to write a correct sieve script, that we won't loose any mail? Current configuration (works fine) Spec: Postfix - --

Re: Advanced master.cf query/update support

2013-11-27 Thread Wietse Venema
I have uploaded postfix-2.11-20131126-nonprod to the master FTP site. This has revised DANE support as well as "advanced" master.cf query/update support. The postconf code has been tested, but the documentation is still rough. Examples are at http://www.porcupine.org/postfix-mirror/wip.html and at

Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Daniele Nicolodi
On 27/11/2013 15:10, Keith Steensma wrote: > I trying to compile the Postfix (version 2.9.6) source code on a Debian > "stable" (weezy) system. I have all the pieces like gcc, perl, and the > other dependencies that are necessary. But I'm stuck with (at least) > one dependency that I am missin

Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Wietse Venema
Keith Steensma: > gcc -Wmissing-prototypes -Wformat -fPIC -g -O -I. -DLINUX3 -c dict_pcre.c > gcc -shared -Wl,-soname,dict_pcre.so -o dict_pcre.so dict_pcre.o -lpcre > -L. -lutil > /usr/bin/ld: cannot find -lpcre > collect2: error: ld returned 1 exit status > make: *** [dict_pcre.so] Error 1 App

Re: Stuck when trying to compiling source code on Debian

2013-11-27 Thread Markus Schönhaber
27.11.2013 15:10, Keith Steensma: > I trying to compile the Postfix (version 2.9.6) source code on a Debian > "stable" (weezy) system. I have all the pieces like gcc, perl, and the > other dependencies that are necessary. But I'm stuck with (at least) > one dependency that I am missing. > >

Re: Advanced master.cf query/update support

2013-11-27 Thread Wietse Venema
Thanks for feedback. Background information: the advanced query/update methods are primarily for programmatic use by system management tools. This means the "user" interface needs to be highly consistent. Ideally, postconf enumerates Postfix main.cf and master.cf details as a list of "name=val

Stuck when trying to compiling source code on Debian

2013-11-27 Thread Keith Steensma
I trying to compile the Postfix (version 2.9.6) source code on a Debian "stable" (weezy) system. I have all the pieces like gcc, perl, and the other dependencies that are necessary. But I'm stuck with (at least) one dependency that I am missing. After completing the 'make tidy', I can do a '

Re: Signing with OpenDKIM doesn't work when the content-type is multipart

2013-11-27 Thread Jean-Christophe Begue
So I managed to get rid of this error. The mail was effectively modified after being signed. The reason of that was (indeed! :) ) that some were present in the message body. I used this line of php to correct this: $this->sMessage = str_replace("\r", "", $this->sMessage); Thank you! Jean-Chri

Re: how to make postfix alter the "From" header on outbound messages to mat IP

2013-11-27 Thread Benny Pedersen
l...@airstreamcomm.net skrev den 2013-11-27 00:59: Can postfix handle this? nope, show postconf -n first, you properly miss to set myorigin, or make a better mua setup, whats your realname btw ?

Re: Advanced master.cf query/update support

2013-11-27 Thread Patrick Ben Koetter
* Wietse Venema : > I recently picked up work on the postconf command that I suspended > in January this year. It's probably best to just give a few examples. > > First, a word about notation. I wanted to describe master.cf > properties with a kind of pathname notation. The original idea was > to