Re: Sendmail Configuration

2010-03-01 Thread Dan Busarow
On Mar 1, 2010, at 10:40 AM, Uzair Qadir wrote: Hi, i am new to the freebsd. and i have been trying to configure sendmail so that it would only send mails through a mail server . but i cant seem to get it right. wen i run sendmail. i get the following output. i would like to knw what

Re: sendmail configuration

2006-05-14 Thread Derek Ragona
You would do better to try the sendmail lists. Rewriting addresses is not a trivial configuration issue. While you have the generics enabled this is effected by the masquerading functions. Most complex sendmail configurations are done through the proper configuration of the cascading rules.

Re: sendmail configuration

2006-03-20 Thread Giorgos Keramidas
On 2006-03-20 04:55, Ming Tang [EMAIL PROTECTED] wrote: Hi - there, I got an email problem. My server can only receive email but cannot send any email out after I changed my server configuration recently from NAT to a D-Link router (DI-624) which supports and passes through all virtual

RE: sendmail configuration

2006-03-20 Thread Ming Tang
: Monday, March 20, 2006 5:34 AM To: Ming Tang Cc: freebsd-questions@FreeBSD.org Subject: Re: sendmail configuration You are not using 'domainname.com' as an internal, local-only domain name, right? Because it's already taken and registered by a *real* name-server out there... Is that the *exact

Re: sendmail configuration

2006-03-20 Thread Derek Ragona
Your problem is in the name resolution for your domain. Check your hosts file, sendmail typically checks hosts before DNS. -Derek At 04:55 AM 3/20/2006, Ming Tang wrote: Hi - there, I got an email problem. My server can only receive email but cannot send any email out after I

Re: sendmail configuration

2006-03-20 Thread Giorgos Keramidas
Please *DON'T top post. On 2006-03-20 07:31, Ming Tang [EMAIL PROTECTED] wrote: Giorgos Keramidas [mailto:[EMAIL PROTECTED] wrote: Ming Tang [mailto:[EMAIL PROTECTED] wrote: I got an email problem. My server can only receive email but cannot send any email out after I changed my server

RE: sendmail configuration

2006-03-20 Thread Ming Tang
: Monday, March 20, 2006 9:34 AM To: [EMAIL PROTECTED]; 'FreeBSD Questions' Subject: Re: sendmail configuration Your problem is in the name resolution for your domain. Check your hosts file, sendmail typically checks hosts before DNS. -Derek At 04:55 AM 3/20/2006, Ming Tang wrote

Re: sendmail configuration

2003-08-14 Thread Jonathan Chen
On Tue, Aug 05, 2003 at 08:45:49PM +, Kirk R. Wythers wrote: On Tue, 2003-08-05 at 20:32, Jonathan Chen wrote: It is *NOT* 'hostname.mc'. It is `hostname`.mc (note the back-tick). `hostname`.mc should expand to host.name.of.machine.mc. So are you saying that that I should type

Re: sendmail configuration

2003-08-14 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 19:43, Chuck Swiger wrote: Kirk R. Wythers wrote: [ ... ] OK... not space between the install and -cf 'make install-cf CF=neighborsunited' gives the message [EMAIL PROTECTED]:133 make install-cf CF=neighborsunited.net install -m 444

Re: sendmail configuration

2003-08-14 Thread Michael K. Smith
On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote: I am adding a dynamic dns host to my server and need want to add to these options to sendmail

Re: sendmail configuration

2003-08-06 Thread Michael K. Smith
On 8/5/03 11:40 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote: On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote: I

Re: sendmail configuration

2003-08-06 Thread Chuck Swiger
Kirk R. Wythers wrote: [ ... ] OK... not space between the install and -cf 'make install-cf CF=neighborsunited' gives the message [EMAIL PROTECTED]:133 make install-cf CF=neighborsunited.net install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf That's right. Now do a make restart. How

Re: sendmail configuration

2003-08-06 Thread Chuck Swiger
Hi, Kirk-- Kirk R. Wythers wrote: [ ... ] 1. cp freebsd.mc neighborsunited.net.mc 2. emacs neighborsunited.net.mc and added the lines: MASQUERADE_AS(`neighborsunited.net')dnl FEATURE(masquerade_envelope)dnl above the lines: MAILER(local) MAILER(smtp) 3. make 4. make install-cf

thanks everyone, was Re: sendmail configuration

2003-08-06 Thread Kirk R. Wythers
Looks like send mail is sending mail out to the virtual host (neighborsunited.net) now: [EMAIL PROTECTED]:189 echo 3,0 [EMAIL PROTECTED] | sendmail -bt ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter ruleset address canonify input: postmaster @ neighborsunited . net

Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 18:41, Michael K. Smith wrote: On 8/5/03 11:40 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote: On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: On Mon,

Re: sendmail configuration

2003-08-05 Thread Jonathan Chen
On Tue, Aug 05, 2003 at 11:32:27AM -0500, Kirk R. Wythers wrote: On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: [...] # cd /etc/mail # cp freebsd.mc `hostname`.mc # vi `hostname`.mc # make # make install # sh /etc/rc.sendmail restart I did all that,

Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote: I am adding a dynamic dns host to my server and need want to add to these options to sendmail MASQUERADE_AS(`neighborsunited.net')dnl FEATURE(masquerade_envelope)dnl

Re: sendmail configuration

2003-08-05 Thread Kirk R. Wythers
On Tue, 2003-08-05 at 16:51, Michael K. Smith wrote: On 8/5/03 9:32 AM, Kirk R. Wythers [EMAIL PROTECTED] wrote: On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote: I am adding a dynamic dns host to my server and need want to

Re: sendmail configuration

2003-08-04 Thread Jonathan Chen
On Mon, Aug 04, 2003 at 03:00:38PM -0500, Kirk R. Wythers wrote: I am adding a dynamic dns host to my server and need want to add to these options to sendmail MASQUERADE_AS(`neighborsunited.net')dnl FEATURE(masquerade_envelope)dnl Is this done with freebsd.submit.mc or freebsd.mc? It

Re: sendmail configuration

2003-08-04 Thread Technical Director
Hello, Are you using the default sendmail included with your copy of FreeBSD or have you installed a http://www.sendmail.org/ source/binary? If so (sendmail.org) you may want to return to the installation directory/cf/cf and attend your changes to the file sendmail.mc there and rerun the make

Re: sendmail configuration - how to route all mail through my ISP

2003-01-26 Thread Shantanu Mahajan
+++ Lorin Lund [freebsd] [26-01-03 10:37 -0700]: | Date: Sun, 26 Jan 2003 10:37:13 -0700 | From: Lorin Lund [EMAIL PROTECTED] | Subject: sendmail configuration - how to route all mail through my ISP | | I have v 4.7 of FreeBSD. | | I have a static IP and a domain but I can't send e-mail out

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread Chuck Swiger
Lorin Lund wrote: I have a static IP and a domain but I can't send e-mail out directly because my ISP blocks it. I need to send all my e-mail out through my ISP. How do I tell sendmail to route all my mail out through my ISP's mail server? 1) cd /etc/mail 2) edit freebsd.mc and change the

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-25 12:51:11 -0500: Lorin Lund wrote: I have a static IP and a domain but I can't send e-mail out directly because my ISP blocks it. I need to send all my e-mail out through my ISP. How do I tell sendmail to route all my mail out through my ISP's mail server?

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread Gary W. Swearingen
Chuck Swiger [EMAIL PROTECTED] writes: Lorin Lund wrote: I have a static IP and a domain but I can't send e-mail out directly because my ISP blocks it. I need to send all my e-mail out through my ISP. How do I tell sendmail to route all my mail out through my ISP's mail server? 1)

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread dick hoogendijk
On 26 Jan Lorin Lund wrote: I have a static IP and a domain but I can't send e-mail out directly because my ISP blocks it. I need to send all my e-mail out through my ISP. How do I tell sendmail to route all my mail out through my ISP's mail server? The smarthost option does what you ask

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread Mark
- Original Message - From: dick hoogendijk [EMAIL PROTECTED] To: Lorin Lund [EMAIL PROTECTED] Cc: freebsd-questions [EMAIL PROTECTED] Sent: Saturday, January 25, 2003 10:32 PM Subject: Re: sendmail configuration - how to route all mail through my ISP On 26 Jan Lorin Lund wrote: I

Re: sendmail configuration - how to route all mail through my ISP

2003-01-25 Thread dick hoogendijk
On 25 Jan Chris Phillips wrote: From: dick hoogendijk [EMAIL PROTECTED] However, I don't get how your ISP can block *outgoing* connects of your sendmail. Some isp's block incoming connects on 25. *** FYI *** FreeServe, Energis Demon are doing just this. I am informed that this kind of

Re: Sendmail configuration question

2002-09-20 Thread Hanspeter Roth
On Sep 19 at 08:46, stan spoke: I find myself in a position where I need to set up sendmail in the following fashion. I need it to deliver all (except machine local email) to a smarthost. Now this _should_ be straightforward, except that at the moment I can only access the machine by IP