From c66643c391522345df9196c01aceff198730e369 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Sat, 27 Apr 2024 08:14:57 +0200 Subject: [PATCH] Add instructions for manually triggering email synchronization to piler --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0d2eac6..25e94bb 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,12 @@ This can be done by adapting the `/etc/postfix/transport/` - postmap the configuration file (if needed) : `postmap /etc/postfix/transport` - restart postfix : `systemctl restart postfix` + +## Import emails to piler + +Previous emails are sent automatically one time to piler after the first configuration, but if you want to launch manually the synchronisation, you can trigger this service in the terminal: + + runagent -m piler1 + systemctl --user start import-email-to-piler.service + +Piler should understand and manage about duplicated emails. \ No newline at end of file