Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2007 02:39:07 -0700 (PDT)
From:      Bjorn Boulder <bornboulder77@yahoo.com>
To:        freebsd-questions@freebsd.org
Cc:        bornboulder77@yahoo.com
Subject:   Re: [FreeBSD][Newb] How I use sendmail to send mail?
Message-ID:  <912525.50114.qm@web57508.mail.re1.yahoo.com>
In-Reply-To: <424129.14768.qm@web57509.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
People,

I got sendmail working to send mail.

I started with this:

http://www.google.com/search?q=bsd+sendmail+configuration

>From there I found 2 excellent links which answered
all my questions:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sendmail.html
http://www.technoids.org/freebsdsendmailfaqs.html

It's easy to configure sendmail so it is only a
sender, not a receiver of mail:

In
/etc/rc.conf

put this:
sendmail_enable="NO"    # Run the sendmail inbound
daemon (YES/NO).

And from the faq link this was useful since it told me
how to start sendmail:

5. How do I start sendmail?

# cd /etc/mail
# make start
6. How do I stop sendmail?

# cd /etc/mail
# make stop

After I started sendmail I waited a bit and then sure
enough,
I found the e-mail I was looking for in my yahoo
account.

-b



      ___________________________________________________________________________________
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?912525.50114.qm>