Field 'To' show only archive@mailpiler.example.com

Issue #392 resolved
Former user created an issue

Hi, when i archive emails in the GUI, in the field To (traduced in italian 'A') i can read only the address of MailPiler archive account (see in the attached image). I tried with X-Envelope-To and recipient_bcc_maps as explained in the issue #307 but nothing succeed. My archive server receive message from an internal postfix server all in the same network (for configuration purpose).

Thanks.

Comments (4)

  1. Janos SUTO repo owner

    What version do you use? (piler -v) What is the output of "pilerconf -q hostid"? What is the archiving address you are sending emails?

    If hostid is not not archive@mailpiler.ppr.it, then fix it, and execute the following sql query:

    delete from rcpt where `to`='archive@mailpiler.ppr.it';
    
  2. Fabrizio Porchiella

    Solved! Is an error in my configuration: the hostid isn't archive@mailpiler.ppr.it Changing piler.conf and executing the SQL query everything is ok.

    Thanks a lot

  3. Log in to comment