On Mon, Jan 26, 2004 at 05:32:59PM +0100, René Clerc wrote: > For POP, see section 4.10 of the manual > For SMTP, you will need some program that talks smtp, see the last > section of http://www.mutt.org/links.html For SMTP you can call a "remote-sendmail" <snip muttrc> set sendmail="$HOME/bin/mysendmail" </snip> <snip mysendmail> #!/bin/sh ssh user@xxxxxxxxxxxxx /usr/sbin/sendmail "$@" <snip> hendrik