Hello,
On 2015-07-09 14:19, Philip Deubner wrote:
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['SMARTHOST'] = '127.0.0.1';
$config['SMARTHOST_PORT'] = 25;
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
when you click on the restore email link, then the gui reads the
message,
then connects to THE SMARTHOST, and sens it via the smtp protocol.
If you set smarthost to the same as piler (127.0.0.1 is very likely to
point to piler), then the restore feature won't work, since piler
doesn't
relay at all.
Janos