Skip to content
Snippets Groups Projects
Commit 55e690a8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Set maildir for bdsmail

parent c0e4a888
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,7 @@ function install_bdsmail {
# Create mutt configuration
mkdir /etc/skel/.mutt
echo 'set mbox_type=Maildir' > /etc/skel/.mutt/bdsmail
echo 'set mbox="~/Maildir/i2p"' >> /etc/skel/.mutt/bdsmail
echo 'set smtp_url=smtp://127.0.0.1:2525/' >> /etc/skel/.mutt/bdsmail
echo 'set use_from=yes' >> /etc/skel/.mutt/bdsmail
echo "set from=username@${bds_domain}" >> /etc/skel/.mutt/bdsmail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment