Hello,
On Mon, 06 Aug 2012 19:45:42 -0400, blueBoy wrote:
Neither on ubuntu or fedora,i tried but mailpiler web interface is
not working.
i tried with both apache & lighttpd but i cant.
Pls tell in detail how to do install web-interface.B'cos When i try
to load index.php nothing loads,just a blank page.
then you should have some php error logs. Please show it to me. In
essence
installing the webui is pretty straightforward: you should copy the
contents of the webui/ directory to the documentroot (eg.
/var/www/piler.yourdomain.com),
then edit config.php, and set the following variables:
- SITE_NAME
- SITE_URL
- PILER_HOST
- PILER_PORT
- SMTP_DOMAIN
- SMTP_FROMADDR
- ADMIN_EMAIL
- DIR_BASE
- DB_PASSWORD
- SMARTHOST
- SMARTHOST_PORT
for my site they look as follows:
define('SITE_NAME', 'pilerdemo.acts.hu');
define('SITE_URL', 'http://pilerdemo.acts.hu/');
define('PILER_HOST', '195.56.65.151');
define('PILER_PORT', 25);
define('SMARTHOST', '127.0.0.1');
define('SMARTHOST_PORT', 10026);
define('SMTP_FROMADDR', '[email protected]');
define('ADMIN_EMAIL', '[email protected]');
define('SMTP_DOMAIN', 'acts.hu');
define('DIR_BASE', '/var/www/piler.acts.fu/');
define('DB_PASSWORD', '******');
that's all, and you should get a login page when you visit (your site)
http://piler.yourdomain.com. If you get a blank screen then there must
be a php error for some reason that may help us figuring out the
reason.
I have successfully installed mailpiler & imported mails also.
Also i am unable to compile mailpiler on solaris 11,following error
occurs during compiling.
it would be great to make piler run on solaris 11. I'll try to get such
an installation and try to compile it myself. I'll let you know when I
have results...
Janos