Re: DBmail with external SMTP server
Thomas Raschbacher <[email protected]>
| Newsgroups | gmane.mail.imap.dbmail |
|---|---|
| Message-ID | <[email protected]> |
Am 31.10.2014 um 10:37 schrieb Matt .: > Hi guys, > > Is it possible to have Postfix on a seperate machine ? I'm not able to > find out how to change the lmtp line for this at Postfix. > > Does anyone have examples or is it not ideal at all to have Postfix on > seperate frontend machine ? > > Cheers, > > Matt Hi. I know we talked in IRC about this before, but one thing I just thought of would be to run the outside facing postfix server (which might do RBL,..) on a different machine and forward it to a postfix server with a very simple config (no spam filter, RBL,.. since it only would receive mails from the other server) on the dbmail machine to use lmtp? ^^ otherwise i suggest you give an ssh tunnel and/or iptables a go ^^