Re: sendmail problems

2007-10-19 Thread Giorgos Keramidas
On 2007-10-19 00:23, Steve Bertrand <[EMAIL PROTECTED]> wrote: >Duane Winner wrote: >> Hello, >> >> I need help to resolve a problem with my sendmail server. > > Usually when 'sendmail' is in a subject line, one can usually expect > Giorgos respond :) Thanks Steve, I'm honored by the confidence :)

Re: sendmail problems

2007-10-18 Thread Steve Bertrand
Duane Winner wrote: > Hello, > > I need help to resolve a problem with my sendmail server. Usually when 'sendmail' is in a subject line, one can usually expect Giorgos respond :) This is not a Sendmail issue, per-se. If we can take this back one step to re-evaluate the entire situation it may h

Re: sendmail problems

2007-10-18 Thread Derek Ragona
At 02:09 PM 10/18/2007, Duane Winner wrote: Derek Ragona wrote: > At 01:27 PM 10/18/2007, Duane Winner wrote: >> Derek Ragona wrote: >> > At 06:15 PM 10/17/2007, Duane Winner wrote: >> >> Derek Ragona wrote: >> >> > At 04:07 PM 10/17/2007, Duane Winner wrote: >> >> >> Hello, >> >> >> >> >> >> I n

Re: sendmail problems

2007-10-18 Thread Duane Winner
Derek Ragona wrote: > At 01:27 PM 10/18/2007, Duane Winner wrote: >> Derek Ragona wrote: >> > At 06:15 PM 10/17/2007, Duane Winner wrote: >> >> Derek Ragona wrote: >> >> > At 04:07 PM 10/17/2007, Duane Winner wrote: >> >> >> Hello, >> >> >> >> >> >> I need help to resolve a problem with my sendmail

Re: sendmail problems

2007-10-18 Thread Derek Ragona
At 01:27 PM 10/18/2007, Duane Winner wrote: Derek Ragona wrote: > At 06:15 PM 10/17/2007, Duane Winner wrote: >> Derek Ragona wrote: >> > At 04:07 PM 10/17/2007, Duane Winner wrote: >> >> Hello, >> >> >> >> I need help to resolve a problem with my sendmail server. >> >> >> >> In my /var/log/maill

Re: sendmail problems

2007-10-18 Thread Duane Winner
Derek Ragona wrote: > At 06:15 PM 10/17/2007, Duane Winner wrote: >> Derek Ragona wrote: >> > At 04:07 PM 10/17/2007, Duane Winner wrote: >> >> Hello, >> >> >> >> I need help to resolve a problem with my sendmail server. >> >> >> >> In my /var/log/maillog, I've been seeing: >> >> >> >> sm-mta[1753]

Re: sendmail problems

2007-10-17 Thread Derek Ragona
At 06:15 PM 10/17/2007, Duane Winner wrote: Derek Ragona wrote: > At 04:07 PM 10/17/2007, Duane Winner wrote: >> Hello, >> >> I need help to resolve a problem with my sendmail server. >> >> In my /var/log/maillog, I've been seeing: >> >> sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com

Re: sendmail problems

2007-10-17 Thread Duane Winner
Derek Ragona wrote: > At 04:07 PM 10/17/2007, Duane Winner wrote: >> Hello, >> >> I need help to resolve a problem with my sendmail server. >> >> In my /var/log/maillog, I've been seeing: >> >> sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com >> [69.89.17.210] did not issue MAIL/EXPN/VRF

Re: sendmail problems

2007-10-17 Thread Derek Ragona
At 04:07 PM 10/17/2007, Duane Winner wrote: Hello, I need help to resolve a problem with my sendmail server. In my /var/log/maillog, I've been seeing: sm-mta[1753]: l9H4EoAn001753: outbound-mail-10.bluehost.com [69.89.17.210] did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4 I use t

RE: Sendmail problems on FBSD-6.1-R

2007-07-04 Thread Ted Mittelstaedt
Do the following: cd /etc/mail rm *.cf make install make start Your sendmail.cf file is generated from a *.mc file in that directory. It sounds like you have been editing the sendmail.cf file directly which is not what your supposed to be doing. Ted > -Original Message- > From: [EMAIL

Re: sendmail problems

2005-06-04 Thread P.U.Kruppa
On Fri, 3 Jun 2005, John Larson wrote: I am trying to configure sendmail. I have a lan in my room with a personal freebsd 4.11 apache2 web server with one client machine connected directly to it. when I use a form to send mail to the server it is marked as undeliverable to the username and ends

Re: sendmail problems

2004-05-17 Thread Andri Kok
yikes... the problem is solved now. Thx a lot for the great help =) regards, Andri From: [EMAIL PROTECTED] To: Vulpes Velox <[EMAIL PROTECTED]> CC: Andri Kok <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: sendmail problems Date: Mon, 17 May 2004 23:17:19 +0200 > This means y

Re: sendmail problems

2004-05-17 Thread jan . muenther
> This means you don't have a fully qualified domain name on that box. > Put it in using hostname in rc.conf, hosts, or what ever does your > dns. You actually need to do both - set a hostname in your /etc/rc.conf (using hostname="what.ev.er") and then resolve that through your /etc/hosts - follo

Re: sendmail problems

2004-05-17 Thread Vulpes Velox
On Tue, 18 May 2004 05:01:09 +1000 "Andri Kok" <[EMAIL PROTECTED]> wrote: > Hi gurus, > > I don't know wether this problem have come up beore, so here it > goes... After a fresh installing and rebooting, the sendmail takes > around 1 min and 10 sec to load. Then everytime it starts up, it > takes

Re: sendmail problems

2004-05-17 Thread Matthew Seaman
On Tue, May 18, 2004 at 05:01:09AM +1000, Andri Kok wrote: > I don't know wether this problem have come up beore, so here it goes... > After a fresh installing and rebooting, the sendmail takes around 1 min and > 10 sec to load. Then everytime it starts up, it takes the same amount of > time to

Re: Sendmail problems with a Verizon relay

2002-11-15 Thread Louis LeBlanc
Uh, I think I found the problem. Very silly to be telling sendmail to Masquerade as outgoing.verizon.net when I don't want to masquerade as outgoing.verizon.net. I simply changed this line: MASQUERADE_AS(outgoing.verizon.net) to this: dnl MASQUERADE_AS(outgoing.verizon.net) effectively removing it