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