Hello,
On 2013-08-25 23:06, Christian Vielhauer wrote:
i understand right?
When Mail processed by piler-smtp, then DATE = NOW
When Mail processed by pilerimport, then DATE = Date-Tag of
Mail-Header
yes
that would explain the date problem ... it seems to concern mails i
import after running pilerimport
i can't use changed main.cf because of other postfix configurations
and an autoresponder script....
so the mails answered by autoresponder script would be processed
again by postfix, and i have all mails 2 times in piler
so i copy them to [email protected] and fetch them with
fetchmail as piler-user on piler vm
in this case you may setup a periodic cron job with fetchmail to get
the
new emails since the last run, then you may run pilerimport to process
them.
i tried pilerimport with imap ...
pilerimport -i 10.27.1.22 -u [email protected] -p Chang3dPwd
login failed, server reponse: * BAD [ALERT] Plaintext authentication
not allowed without SSL/TLS, but your client did it anyway. If anyone
was listening, the password was exposed.
A2 NO [PRIVACYREQUIRED] Plaintext authentication disallowed on
non-secure (SSL/TLS) connections.
you may specify the port using -P 993, then pilerimport knows it should
open an ssl connection.
Janos