Configure your mail server to forward a copy of each email it receives or sends to piler.

Issue #648 invalid
Former user created an issue

Postfix

Add the following to main.cf

always_bcc = archive@piler.yourdomain.com

then issue the postfix reload command

What does archive and piler.yourdomain.com means. I have added the below line to my main.cf file.

always_bcc = archive@mailpiler.mydomain.com

They are not in user's MailPiler web account.I mean, when user logins to mail piler and search there recent archived mails, they are not able to find one.

I'm not able to understand that where are Mails going.

Comments (3)

  1. Janos SUTO repo owner

    archive@mailpiler.mydomain.com is an email address. The always_bcc directive for postfix says that send a copy of each incoming email to this specific email address, which in our case should be an address for piler. And btw. mailpiler.mydomain.com is the FQDN for the archive host.

  2. Janos SUTO repo owner

    This is clearly not a task, nor a bug, anything for the issue tracker.

    I'd suggest you to read the installation instructions - I've just improved it - to get a better understanding of how piler operates. Then if you still have questions, go to the mailing list.

  3. Log in to comment