Re: can't send email from my box.
From: Matthew Emmerton (matt_at_gsicomp.on.ca)
Date: 06/26/03
- Previous message: Supote Leelasupphakorn: "Help: can't send email from my box."
- In reply to: Supote Leelasupphakorn: "Help: can't send email from my box."
- Next in thread: Chuck Swiger: "Re: Help: can't send email from my box."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Supote Leelasupphakorn" <pjn0211@yahoo.com>, <freebsd-questions@freebsd.org> Date: Thu, 26 Jun 2003 00:24:35 -0400
> Hi, all
>
> I have tried below
>
> echo "this is my testing email" | mail -s "1st mail" me@mydomain.com
>
> but no luck. /var/log/maillog show me that
>
> to=me@mydomain.com, ctladdr=pjn (1001/1001), delay=00:00:00,
xdelay=00:00:00,
> mailer=relay, pri=30040, relay=localhost.mytestdomain.com [127.0.0.1],
> dsn=4.0.0, stat=Deferred: Connection refused by localhost.mytestdomain.com
>
> My question are
> 1. Is it possible for sending emails from the host that hasn't run
"sendmail"
> on it.
> 2. It seem "mail" try to connect SMTP on localhost.mytestdomain.com. If I
want
> "mail" connect to SMTP on the remote host (@mydomain.com's mail server),
or
> say I want to change my "outgoing mail host". How can I do this ?
>
> Thanks in advance,
1) You will need to set up sendmail as "submit-only" on your box. Look at
/etc/mail/freebsd.submit.mc and "man rc.sendmail"
2) You need to set up sendmail to use another mail server instead of
localhost. This is set using the "SMART_HOST" option in freebsd.submit.mc;
check http://www.sendmail.org for documentation on how to set this.
-- Matt Emmerton Take a look at "SMART_HOST" in /etc/mail/freebsd.mc _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Supote Leelasupphakorn: "Help: can't send email from my box."
- In reply to: Supote Leelasupphakorn: "Help: can't send email from my box."
- Next in thread: Chuck Swiger: "Re: Help: can't send email from my box."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|