Hey Fellas,
I am pretty novice to mailpiler and setting up with ovf file. I have
imported it on my esxi and setting up with zimbra 8.0.4.
my zimbra domain is wdc.net
hostname mail.wdc.net ==> IP 192.168.1.110
mailpiler = archive.wdc.net ==> IP 192.168.1.150
Per instruction specified in README file I changed it and unfortunately
whenever I try to access web interface I simply get Welcome to nginx
message.
Here are my files
*root@archive:~# more /etc/hosts*
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.1.150 archive.wdc.net archive
#####################
*root@archive:~# more /etc/network/interfaces*
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.150
netmask 255.255.255.0
gateway 192.168.1.254
metric 0
#######################
*root@archive:~# more /var/www/piler.yourdomain.com/config-site.php
<http://piler.yourdomain.com/config-site.php>*
<?php
$config['SITE_NAME'] = 'archive.wdc.net';
$config['SITE_URL'] = 'http://archive.wdc.net/';
$config['DIR_BASE'] = '/var/www/piler.yourdomain.com/';
$config['TIMEZONE'] = 'Europe/Budapest';
$config['ENABLE_SYSLOG'] = 1;
$config['SMTP_DOMAIN'] = 'wdc.net';
$config['SMTP_FROMADDR'] = '[email protected]';
$config['ADMIN_EMAIL'] = '[email protected]';
$config['DB_DRIVER'] = 'mysql';
$config['DB_PREFIX'] = '';
$config['DB_HOSTNAME'] = 'localhost';
$config['DB_USERNAME'] = 'piler';
$config['DB_PASSWORD'] = 'piler';
$config['DB_DATABASE'] = 'piler';
$config['PILER_HOST'] = 'archive.wdc.net;
$config['SMARTHOST'] = '';
$config['SMARTHOST_PORT'] = 25;
?>
############################
*oot@archive:~# more /etc/nginx/sites-available/piler.conf*
server {
server_name archive.wdc.net;
root /var/www/piler.yourdomain.com;
Does anyone have any idea about it?
And zimba mailpiler being in a single domain; any clue how do I archive all
the messages with always_bcc configuration?