-
Notifications
You must be signed in to change notification settings - Fork 1k
Configuring mailpile
brennannovak edited this page Sep 17, 2014
·
17 revisions
Once you've got Mailpile running on your machine, from Mailpile's command line interface, do the following:
-
setup
-- run the setup command to instantiate the absolute basics - Point your web browser at http://localhost:33411
- Use the GUI installer that you see from accessing the above URL
Note: You can add multiple accounts by replacing the 0
in the profile
variable name with higher numbers.
By default, Mailpile reads its config from ~/.mailpile
You can override this by setting the $MAILPILE_HOME
environment variable, for example:
$ export MAILPILE_HOME=/home/user/.config/mailpile
or for a single run:
$ MAILPILE_HOME=/home/user/.mailpile-alternative ./mp
- See Config