Hi,
I found the URL
http://www.kutukupret.com/2010/12/06/postfix-randomizing-outgoing-ip-using-tcp_table-and-perl/
about multiple outgoing IP using.
I use postfix with dovecot LDA. My postfix main.cf conf.
...
transport_maps = tcp:[127.0.0.1]:2527
127.0.0.1:2527_time
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).
> >
On 27 Nov 2013, at 19:26 , Wietse Venema wrote:
> 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/m
On Thu, Nov 28, 2013 at 09:09:32AM -0700, LuKreme wrote:
> Also, the Fields are all single words, and almost all the parameters
> have multiple_words_with_underscores, so there might be something
> there.
>
> myhostname mydomain myorigin mydestination and mynetworks seem
> to be the only paramete
I'm following along the docs
http://www.postfix.org/MULTI_INSTANCE_README.html
configuring the 1st piece of multi-instance setup, the NULL CLIENT
I installed postfix
postconf -d | grep ^mail_version
mail_version = 2.10.2
and did this
cat /usr/local/etc
On Thu, Nov 28, 2013 at 10:09:29AM -0800, a...@operamail.com wrote:
> cat /usr/local/etc/postfix/Makefile
> MTAADMIN=hostmaster
>
> all: virtual.cdb generic.cdb
>
> generic: Makefile
> @echo Creating $@
>
> Yes. But, are you sure the problem is the mail header and not the
> MAIL FROM command?
No, I'm not sure. However, considering some servers will also reject
mail where the From: header domain is inconsistent with envelope
hostnames, I suppose it doesn't matter. Either way, I need postfix to
som