1 (edited by Thunderw 2013-08-29 22:42:00)

Topic: Amavis problem

Hi,

iRedMail 0.8.5
MySQL
Ubuntu 12.04

Since I have 3 network cards in my server and I have to use a specific IP address to send e-mails I sat up
smpt_bind address = 10.48.16.156  and
inet_interfaces = 10.48.16.156

Now I get this amavis error:

Aug 29 16:39:21 mailsrv01 amavis[1623]: (01623-03) (!)DENIED ACCESS from IP 10.48.16.156, policy bank ''

I would like to add the required rule to amavisd.conf but I could not find it!

Thanks, Robert

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Amavis problem

Hi,

I realized it is in /etc/amavis/conf.d/50-user

But this already has

@mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
                  10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );

so I thinkt it should work.

Robert

3

Re: Amavis problem

Hi,


Solved,

Added under @mynetworks ...  this:

@inet_acl qw( 127.0.0.1 10.48.16.156 [::1] );

restarted amavis and tadaaa big_smile

Sorry for spamming smile

Regards, Robert