Pat Maddox wrote:

> For example, if I did
> mail [EMAIL PROTECTED]
> 
> And sent a message, my machine would send that to mail.bresnan.net and
> have them pass it on.  Is it possible to do that?  If so, how?

cd /etc/mail
make all
  this will create a FQDN.mc file (f.e. myhost.mydomain.com.mc)
  edit this file and uncomment the SMART_HOST line and insert an
  SMTP server that will relay mail for you
  example: define(`SMART_HOST', `mailrelay.myisp.com')
make cf install restart

Done!

/Daniel Eriksson
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to