What happens if the archive address is [email protected] and the
mails are stored on the mailserver and imported into the archive via
imap using pilerimport
On 26-Mar-15 1:52 PM, Janos SUTO wrote:
Hello,
On 2015-03-26 12:22, André Peters wrote:
Did you set hostid in piler.conf to piler.local/your SMTP domain?
I'm about to improve the config file like this:
; SMTP HELO identification string
; this should be the FQDN part of the email address
; where you copy emails, eg. [email protected] ->
piler.yourdomain.com
hostid=piler.yourdomain.com
Does it make it clearer?
Btw. the fix (after fixing the hostid parameter) is to run the
following query, then the gui won't show this bogus address in the gui:
delete from rcpt where `to`='[email protected]';
Janos