Mark, if you have your own domain name, you can use the SMTP Proxy now. See the first stickied thread in this forum. It also explains how to add encryption, but the rest of it does what you might want: inbound mail -> UTM -> external mail server.
Before a reinstall/restore, try Billybob's trick from the command line as root:
/var/mdw/scripts/smtp stop
dropdb -U postgres smtp
createdb -U postgres smtp
/var/mdw/scripts/smtp start
If that doesn't get it, try:
/etc/init.d/postgresql92 rebuild
Any luck?
Cheers - Bob
EDIT 2016-07-12 changed to correct for creatdb as noted below
Mark, if you have your own domain name, you can use the SMTP Proxy now. See the first stickied thread in this forum. It also explains how to add encryption, but the rest of it does what you might want: inbound mail -> UTM -> external mail server.
Before a reinstall/restore, try Billybob's trick from the command line as root:
/var/mdw/scripts/smtp stop
dropdb -U postgres smtp
createdb -U postgres smtp
/var/mdw/scripts/smtp start
If that doesn't get it, try:
/etc/init.d/postgresql92 rebuild
Any luck?
Cheers - Bob
EDIT 2016-07-12 changed to correct for creatdb as noted below