> This workflow completely obviates any need to use "postponed" for a message > which is complete.
I like it! No need for a separate outbox with postfix being the outbox itself. That's the fire-and-forget workflow I'm looking for. > All you really need to make this work in concert with an > ISP's SMTP service is to add a relayhost to /etc/posfix/main.cf. Here's > mine: > > relayhost = [service.l]:1025 I looked a bit around and also found instructions for GMail [1]. What irks me though is that it requires putting a plain-text password into /etc/postfix/sasl/sasl_passwd. Ideally I'd use my OSX keychain and put in the password on demand via 'security find-generic-password'. How do you handle SMTP server authentication? Matthias [1] https://gist.github.com/joech4n/d59e7bc9f99273fbda31