From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <99cb6c53524c56220c057db548a2f329@quintile.net> From: "Steve Simon" Date: Mon, 9 Feb 2009 08:29:09 +0000 To: 9fans@9fans.net In-Reply-To: <4e6ca2050902081635rc56e75fp7c45aa0799a048df@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] UPAS, IMAP, and SMTP Topicbox-Message-UUID: 9a10a244-ead4-11e9-9d60-3106f5b1d025 Re outgoing mail via gmail. I haven't used gmail for a while but when I did I used this as the last line of my /mail/lib/remotemail. # exec /bin/upas/smtp -d -a -h quintile.net net!smtp.gmail.com quintile@gmail.com $* You will also need to set up your TLS certificate, I think this is covered in the wiki, but roughly take the thumbprint which will be logged somwhere in /sys/log/ - mail I think, the first time you try it. Then put this thumbprint into /sys/lib/tls/mail. I made no changed to rewrite for outgoing mail. You may also want to add some header lines (particularly a From: line with your full name) to /mail/box/$user/headers. -Steve