From: Mark B. <ma...@ga...> - 2006-10-20 13:27:49
|
On Thu, Oct 19, 2006 at 06:06:27PM -0700, RYAN M. vAN GINNEKEN wrote: > Hello all I am very new to sql-ledger have installed it on a > Freebsd Box. My problem is with email this machine has a very > broken version of postfix on it that seems to be spamming > poeple. Therefor i have turned it off and do not use the email > server on this machine anymore. > > Is there a way to send email using a remote machine? As i have > other email servers that work well. They are TLS/SSL based > servers and require username and password authentication is > this possible with sql-ledger or would it be easier to try and > fix my broken postfix? Look at instructions in /etc/mail/ for how to relay to another host. Set SENDMAIL_ENABLE="NO" in /etc/rc.conf. m |