1
0
Fork 0

Properly setting hostname for e-mail accounts

org
Mike Gerwitz 2014-02-23 20:54:33 -05:00
parent ae590eb06a
commit 890bf91fa2
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# should always go through fencepost.
source ~/.mutt/account-personal
set hostname="fencepost.gnu.org"
set from="mikegerwitz@gnu.org"
set smtp_url="smtp://mikegerwitz@fencepost.gnu.org:587"'

View File

@ -10,6 +10,7 @@
# These are the settings for my general-purpose *@mikegerwitz.com e-mail.
set from="mike@mikegerwitz.com"
set hostname="mikegerwitz.com"
set imap_user="mike@mikegerwitz.com"
set imap_pass="`~/.mutt/get-passwd personal`"