On 09/03/2011 08:28 PM, Noel Jones wrote:
mynetworks = 127.0.0.0/8, 10.0.0.0/24, 10.0.1.0/24
Oops, mynetworks contains only ip4 addresses.
Solution is to either disable ip6:
inet_protocols = ipv4
or add ip6 localhost to mynetworks:
mynetworks = [::1]/128 127.0.0.0/8, 10.0.0.0/24, 10.0.1.0/24
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 9/3/2011 11:22 AM, Patrick Lists wrote:
> Hi all,
>
> On a CentOS 6 box with postfix-2.6.6-2.1.el6_0 I'm trying to
> setup a virtual_mailbox_domain that is fed into Zarafa (the
> Open Source Exchange replacement). I can't seem to get past the
> hel
Am 03.09.2011 18:22, schrieb Patrick Lists:
> Hi all,
>
> On a CentOS 6 box with postfix-2.6.6-2.1.el6_0 I'm trying to setup a
> virtual_mailbox_domain that is fed into
> Zarafa (the Open Source Exchange replacement). I can't seem to get past the
> helo_access and relay denied errors.
> So clea
Hi all,
On a CentOS 6 box with postfix-2.6.6-2.1.el6_0 I'm trying to setup a
virtual_mailbox_domain that is fed into Zarafa (the Open Source Exchange
replacement). I can't seem to get past the helo_access and relay denied
errors. So clearly I am doing something wrong but the postfix book and