Skip to content

Commit

Permalink
Add instructions for manually triggering email synchronization to piler
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 27, 2024
1 parent fea0a2b commit 2c1f71f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2c1f71f

Please sign in to comment.