Hello Stephan,
On 2015-06-14 15:52, Stephan Billing wrote:
I want to use piler for a small company. They have a mailserver
running postfix and dovecot (imap). Since the mailserver does not have
much load, but a lot of space left, I want to run piler on it.
Is it possible to run postfix and piler on the same machine? And maybe
someone has a configuration example?
yes, it's possible, though some of the advantages of the concept of the
archive
is lost in that case, so I suggest to revise your idea.
Anyway if you insist on it, then put piler to 127.0.0.1:2525, then
create a
transport map to aaa.fu:
aaa.fu smtp:[127.0.0.1:2525]
and finally add always_bcc = [email protected] to main.cf, make sure you
set
hostid=aaa.fu in piler.conf.
Note that the above may have to be fixed depending on your actual
config.
Also you need a dedicated virtualhost for piler.
Janos