Differences between revisions 2 and 3
Revision 2 as of 2007-07-04 09:33:18
Size: 632
Editor: AchimBohnet
Comment: don't ask move read msg to local disk into ~/mbox
Revision 3 as of 2009-04-24 12:36:32
Size: 913
Editor: AchimBohnet
Comment: how to sent mails with mutt
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Mutt uses by default your system mail configuration Mutt uses by default your system mail configuration. But this
may not work from outside the campus.

Alternatively you can configure mutt to deliver the e-mails itself. Edit ''~/.muttrc'' and add: {{{
set smtp_url="smtp://<MYUSERNAME>@ssmtp.mpe.mpg.de:465/"
set smtp_pass="<DANGER:_dont_forget_to:_chown_600_~/.muttrc>"
}}}
Line 11: Line 17:
set imap_user=<username> set imap_user=<MYUSERNAME>

Configure Mutt for MPE's Mail Services

Sending Mail

Mutt uses by default your system mail configuration. But this may not work from outside the campus.

Alternatively you can configure mutt to deliver the e-mails itself. Edit ~/.muttrc and add:

set smtp_url="smtp://<MYUSERNAME>@ssmtp.mpe.mpg.de:465/"
set smtp_pass="<DANGER:_dont_forget_to:_chown_600_~/.muttrc>"

Reading Mails on IMAP Server

Edit ~/.muttrc and add:

set imap_user=<MYUSERNAME>

# Automatically log in to this mailbox at startup
set spoolfile="imaps://imaps.mpe.mpg.de/INBOX"

# Define the = shortcut, and the entry point for the folder browser
set folder="imaps://imaps.mpe.mpg.de/INBOX"

set record="=Sent"
set postponed="=Drafts"

# 'No' avoids "Move read messages to ~/mbox ([n]/y):"
set move=no

Tips

IT: MailConfigMutt (last edited 2009-07-15 14:34:35 by localhost)