Dear all,

I have piler 1.1.1 running since several months now. In addition to that, I now wanted to add the possibility to add the restore or mail forward feature. To do so, I implemented a smarthost using Exim4 - which works well with my usual system mails. These ones are forwarded to my mailbox.
What I did was to configure piler in the following manner:

$config['SITE_NAME'] = 'Mailarchiv';
$config['SITE_URL'] = 'http://IP/';
$config['DIR_BASE'] = '/var/www/piler/';

$config['ENABLE_SYSLOG'] = 1;
$config['ENABLE_AUDIT'] = 1;

$config['DATE_TEMPLATE'] = 'd/m/Y H:i:s';
$config['DEFAULT_LANG'] = 'de';
$config['TIMEZONE'] = 'Europe/Berlin';

$config['SMTP_DOMAIN'] = 'Subdomain.Domain.tld';
$config['SMTP_FROMADDR'] = 'email';
$config['ADMIN_EMAIL'] = 'other email';

[...]

$config['SMARTHOST'] = '127.0.0.1';
$config['SMARTHOST_PORT'] = 25;
$config['REWRITE_MESSAGE_ID'] = 1;
$config['PILER_HOST'] = 'IP';

Also all necessary domains are added in the administration tab.
With these settings, both the Smarthost and the SMTP say "OK" - but I can't restore any message... When logging in as auditor, I can enter an email address where the mail should be forwarded to or use the restore button in the lower pane (the email addresses show up there). Unfortunately, no mails show up in the related mailbox - so what am I doing wrong?
The only hint I have is a line from the mail.log saying

Jul 9 14:10:25 mailarchiv piler-webui[2090]: sending mail from=email1, rcpt=email2, status=1

Thank you for your suggestions,
br,

Philip



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to