URI: 
       Title: Sending mail with mu4e
       Author: Solène
       Date: 22 May 2018
       Tags: unix emacs
       Description: 
       
       In my article about mu4e I said that I would write about sending mails
       with it. This will be the topic covered in this article.
       
       There are a lot of ways to send mails with a lot of differents use
       cases. I will only cover a few of them, the documentation of mu4e and
       emacs are both very good, I will only give hints about some
       interestings setups.
       
       I would thank Raphael who made me curious about differents ways of
       sending mails from mu4e and who pointed out some mu4e features I
       wasn't aware of.
       
       
       ## Send mails through your local server
       
       The easiest way is to send mails through your local mail server (which
       should be OpenSMTPD by default if you are running OpenBSD). This only
       requires the following line to works in your *~/.emacs* file:
       
           (setq message-send-mail-function 'sendmail-send-it)
       
       Basically, it would be only relayed to the recipient if your local
       mail is well configured, which is not the case for most servers. This
       requires a reverse DNS address correctly configured (assuming a static
       IP address), a SPF record in your DNS and a DKIM signing for outgoing
       mail. This is the minimum to be accepted to others SMTP
       servers. Usually people send mails from their personal computer and
       not from the mail server.
       
       
       ### Configure OpenSMTPD to relay to another smtp server
       
       We can bypass this problem by configuring our local SMTP server to
       relay our mails sent locally to another SMTP server using credentials
       for authentication.
       
       This is pretty easy to set-up, by using the following
       */etc/mail/smtpd.conf* configuration, just replace remoteserver by
       your server.
dataswamp.org:70 /~solene/article-mu4esmtp:46: port field too long