Hi,
I'm new to piler and wants to do use it. but unfortunately I am not able to
see any mails in "v_messages" table as well as the piler web interface.
here are my configurations, kindly help me to resolve the issue.
Apache Configuration:
----------------------
<VirtualHost *>
ServerName mailarchive.rhel63.xxxx.xxxx.com
DocumentRoot /var/www/html/piler
<Directory /var/www/html/piler>
#Options -Indexes -FollowSymLinks
#AllowOverride AuthConfig FileInfo
Options +Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ServerAdmin [email protected]
ErrorLog /var/log/httpd/mailarchive.xxxx.xxxx.hp.com-error_log
CustomLog /var/log/httpd/mailarchive.xxxx.xxxx.hp.com-access_log common
</VirtualHost>
"/var/www/html/piler/config-site.php"
---------------------------
$config['SITE_NAME'] = 'rhel63.xxxx.xxxx.com';
$config['SITE_URL'] = 'http://rhel63.xxxx.xxxx.com/';
$config['DIR_BASE'] = '/var/www/html/piler/';
$config['ENABLE_SYSLOG'] = 1;
$config['SMTP_DOMAIN'] = 'rhel63.xxxx.xxxx.com';
$config['SMTP_FROMADDR'] = '[email protected]';
$config['ADMIN_EMAIL'] = '[email protected]';
$config['DB_DRIVER'] = 'mysql';
$config['DB_PREFIX'] = '';
$config['DB_HOSTNAME'] = '15.213.229.162';
$config['DB_USERNAME'] = 'piler';
$config['DB_PASSWORD'] = 'piler';
$config['DB_DATABASE'] = 'piler';
$config['SMARTHOST'] = '127.0.0.1';
$config['SMARTHOST_PORT'] = 25;
and I'm forwarding the mails to [email protected].
2) I also tried to import the mail by using pilerimport -m option, still
the db is empty.
Regards,
Aneesh