Installing Zimbra on VServer

Installation on VServer

These instructions are specifically for Debian VServers, but should be able to be applied to just about any system

Debian and VServers

Gotchas

/etc/hosts

localhost

Postfix

Amavis

Edit /opt/zimbra/amavisd/sbin/amavisd (main Perl script) and explicitly add the IP address of the Zimbra VServer to the "inet_acl" line. I.e:

@inet_acl = qw( 127.0.0.1 123.123.123.123 [::1] ); # allow SMTP access only from localhost

Postfix should then be able to talk to Amavis...

Jump to: navigation, search