Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
@jmp,
Do you have a guide for setting up postfix to send e-mail? I am currently using MSMTP which works, but doesn’t support multiple domains. With MSMTP I had to hardcode which domain, and which google app user I want to send ALL e-mails from.
All e-mails to all domains are sent from a single google apps e-mail account in my current setup. I want to get away from that.
As kwilson pointed out, the "from" field in outgoing email shouldn't trigger any spam flags, and doesn't have to match the host name of the outgoing mail server being used. You should be able to set that "from" address within the application sending the email.
Within postfix, just make sure the address used for the "myhostname" setting has reverse DNS set up. Only rarely would any users see the mail server name, since it's nestled among all those headers that mail servers care about but users don't. So you should be okay just having "mail.whatever.com" as the mail server host name for sending mail from each of the domains you're using.
Now, it is another matter if you have more than one program that sets a username for "from" on outgoing email but doesn't set the "from" domain. Postfix will use the "myorigin" setting to tack a domain onto supplied usernames for outgoing mail. If you only have one program that needs the help, no problem - just set "myorigin" to the domain you want to use for the "from" address and you're set, since the other programs won't need it.
And justink101, we do have some guides for setting up email in the email section of our articles site. The basic email tutorials there are aimed at Ubuntu but shouldn't be hard to adapt to another distribution for now. That should at least get you started with a postfix installation.
1 to 5 of 5