Re: Sendmail Question: Smart Host Round-Robin In Mailertable?

2010-10-27 Thread Tim Daneliuk
On 10/27/2010 3:26 PM, Giorgos Keramidas wrote: > On Wed, 27 Oct 2010 09:51:59 -0500, Tim Daneliuk > wrote: >> A bit OT, but I'm hoping one of you resident geniuses can point me to >> an answer >> >> I have a situation where I need to set up round-robin across several >> smart hosts in the se

Re: Sendmail Question: Smart Host Round-Robin In Mailertable?

2010-10-27 Thread Giorgos Keramidas
On Wed, 27 Oct 2010 09:51:59 -0500, Tim Daneliuk wrote: > A bit OT, but I'm hoping one of you resident geniuses can point me to > an answer > > I have a situation where I need to set up round-robin across several > smart hosts in the sendmail mailertable for all traffic. (For a > variety of re

Re: Sendmail question

2007-07-26 Thread Noel Jones
On 7/26/07, Matthew Seaman <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dylan Smith wrote: > > Eric Crist wrote: > >> On Jul 26, 2007, at 4:54 AMJul 26, 2007, Dylan Smith wrote: > >> > >>> I am currently on the last stages of setting up a FreeBSD 6.2-STABLE > >

Re: Sendmail question

2007-07-26 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dylan Smith wrote: > Eric Crist wrote: >> On Jul 26, 2007, at 4:54 AMJul 26, 2007, Dylan Smith wrote: >> >>> I am currently on the last stages of setting up a FreeBSD 6.2-STABLE >>> File and Network Application Server. One of my last tasks is to >>>

Re: Sendmail question

2007-07-26 Thread Dylan Smith
Eric Crist wrote: On Jul 26, 2007, at 4:54 AMJul 26, 2007, Dylan Smith wrote: I am currently on the last stages of setting up a FreeBSD 6.2-STABLE File and Network Application Server. One of my last tasks is to simple forward all mail from root out through my isp's SMTP(requires authenticatio

Re: Sendmail question

2007-07-26 Thread Eric Crist
On Jul 26, 2007, at 4:54 AMJul 26, 2007, Dylan Smith wrote: I am currently on the last stages of setting up a FreeBSD 6.2- STABLE File and Network Application Server. One of my last tasks is to simple forward all mail from root out through my isp's SMTP (requires authentication) server and to

RE: Sendmail question

2007-07-26 Thread Terry Sposato
Hi Dylan, You should just be able to modify /etc/aliases and put in the e-mail alias for root. root: [EMAIL PROTECTED] Then run the 'newaliases' program and it should be all good. You may have to allow the IP of the box to be relayed through your mail server. But if it is on the ISP's network th

Re: Sendmail Question; unable to send mail as normal user

2006-08-08 Thread Frank Staals
Greg Groth wrote: Hmm I guess that sould be the problem then: [EMAIL PROTECTED] telnet localhost 25 Trying ::1... Trying 127.0.0.1... Connected to localhost.eu.org Escape character is '^]'. 220 Fstaals.net ESMTP Sendmail 8.13.3/8.13.3; Mon, 7 Aug 2006 20:31:30 +0200 (CE ST) EHLO localhost 250-

Re: Sendmail Question; unable to send mail as normal user

2006-08-07 Thread Greg Groth
Hmm I guess that sould be the problem then: [EMAIL PROTECTED] telnet localhost 25 Trying ::1... Trying 127.0.0.1... Connected to localhost.eu.org Escape character is '^]'. 220 Fstaals.net ESMTP Sendmail 8.13.3/8.13.3; Mon, 7 Aug 2006 20:31:30 +0200 (CE ST) EHLO localhost 250-Fstaals.net Hello l

Re: Sendmail Question; unable to send mail as normal user

2006-08-07 Thread Frank Staals
Greg Groth wrote: I've gotten a bit further this weekend but I'm not 'there' yet. I could sucessfully send a e-mail by using 'mail' as normal user at my server. Allthough when I tried to send an e-mail from my laptop with my server as smtp server it kept prompting for my password and this is w

Re: Sendmail Question; unable to send mail as normal user

2006-08-07 Thread Greg Groth
I've gotten a bit further this weekend but I'm not 'there' yet. I could sucessfully send a e-mail by using 'mail' as normal user at my server. Allthough when I tried to send an e-mail from my laptop with my server as smtp server it kept prompting for my password and this is what was displayed i

Re: Sendmail Question; unable to send mail as normal user

2006-08-07 Thread Derek Ragona
Make sure you have the following files in /etc/mail setup: local-host-names domaintable mailertable These last two need a database file too which is make by: /usr/sbin/makemap hash domaintable < domaintable /usr/sbin/makemap hash mailertable < mailertable -Derek At 12:41 PM 8/7/2006, F

Re: Sendmail Question; unable to send mail as normal user

2006-08-07 Thread Frank Staals
Frank Staals wrote: I tried to setup my own mail and smtp-server with help from this webpage: http://www.puresimplicity.net/~hemi/freebsd/sendmail.html . I sucessfully installed imap-uw and I got it up successfully. Allthough the stmp-part doesn't work for 100% yet: I can send mail as root :

Re: Sendmail Question; unable to send mail as normal user

2006-08-05 Thread Matthew Seaman
Frank Staals wrote: > $ mail [EMAIL PROTECTED] > Subject: test > usertest > . > EOT > $ /etc/mail/submit.cf: line 0: cannot open: Permission denied Yes -- it's to do with the separation of powers between sendmail-MSP (Mail Submission Program) and sendmail-MTA (Mail Transport Agent). Invoking /us

Re: sendmail question on gateway install

2005-09-28 Thread steve lasiter
Lowell, Since I sent this I've found out that the problem lies with the MX record at the site I registered with. It was corrupted and they needed to manually reset it. The other problem of not getting in on port 25 was due to my lack of knowledge concerning my new setup of my gateway and my LAN an

Re: sendmail question on gateway install

2005-09-28 Thread Lowell Gilbert
steve lasiter <[EMAIL PROTECTED]> writes: > This is a follow up to an issue I still have > concerning my FreeBSD 5.4 gateway. I've done a basic > install and have disabled inetd and sendmail. My mail > server is behind my gateway. I can send mail out but > the gateway is blocking incoming request

Re: sendmail question

2004-09-29 Thread epilogue
On Wed, 29 Sep 2004 14:53:51 -0400 Bill Moran <[EMAIL PROTECTED]> wrote: > Ronnie Clark <[EMAIL PROTECTED]> wrote: > > Bill, > > > > Thanks for the response. Here is the last entry in the > > maillog file: > > > > Sep 29 03:01:48 [EMAIL PROTECTED] sendmail[1204]: > > i8T81lo5001204: to=root, de

Re: sendmail question

2004-09-29 Thread Bill Moran
Ronnie Clark <[EMAIL PROTECTED]> wrote: > Bill, > > Thanks for the response. Here is the last entry in the > maillog file: > > Sep 29 03:01:48 [EMAIL PROTECTED] sendmail[1204]: > i8T81lo5001204: to=root, delay=00:00:00, > xdelay=00:00:00, mailer=relay, pri=31632, > relay=[127.0.0.1], dsn=4.0.0,

Re: sendmail question

2004-09-29 Thread Ronnie Clark
Bill, Thanks for the response. Here is the last entry in the maillog file: Sep 29 03:01:48 [EMAIL PROTECTED] sendmail[1204]: i8T81lo5001204: to=root, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31632, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] This mak

Re: sendmail question

2004-09-29 Thread Bill Moran
Ronnie Clark <[EMAIL PROTECTED]> wrote: > Hello all, > > I am building a central syslog server. I am seeing > sendmail related items in the maillog file, even > though I have sendmail_enable="NONE" in my > /etc/rc.conf file. Is there a way to turn off any > resemblance of an MTA on a FreeBSD sys

Re: sendmail question

2003-11-18 Thread Alex Wilkinson
On Wed, Nov 19, 2003 at 04:11:37AM +0100, Alex de Kruijff wrote: man mail gives: mail [-EiInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr ... These special argument must go before the normal ones. This is true for all command in Unix. You have

Re: sendmail question

2003-11-18 Thread Alex de Kruijff
On Wed, Nov 19, 2003 at 12:22:15PM +1030, Alex Wilkinson wrote: > Howdy all, > > I have yet another sendmail issue. > > This command will send mail fine ie no errors whatsoever and the mail arrives > masquared: > > $ /usr/bin/mail -s "testing" [EMAIL PROTECTED] > > If I Bcc or Cc recip

Re: sendmail question

2003-11-03 Thread Mail Monitor
Thanks for the reply, I have checked the DNS part by resolving my hostname with the entries listed in /etc/resolv.conf. The name servers are working fine. thanks. On Mon, 3 Nov 2003, Q wrote: > It might be DNS related. Have you checked the log files to see if it is > trying to resolve a hostna

Re: sendmail question

2003-11-02 Thread Q
It might be DNS related. Have you checked the log files to see if it is trying to resolve a hostname or MX record for the RCPT domain? Seeya...Q On Sat, 2003-11-01 at 15:14, Mail Monitor wrote: > Hi, > > I'm running sendmail on FreeBSD 4.7 and have a > problem with sendmail. > > Even though th

Re: Sendmail Question

2003-03-13 Thread Grant Peel
You are on the right track. Sendmail may have used sendmail.cw which was the predecesor of local- host-names. Check wich file it is looking for by searching through sendmail.cf Then create whatever file it is and add the name of the host that is giving you the dreaded loops-back error. No mail

Re: sendmail question

2003-03-13 Thread IAccounts
> I get a startup message like this: > > Mar 11 03:02:52 lorax sm-mta[22980]: h2B92pBL022966: SYSERR(root): > x74-47.forestry.umn.edu. config error: mail loops back to me (MX > problem?) > Mar 11 03:02:52 lorax sm-mta[22985]: h2B92qBL022981: SYSERR(root): > x74-47.forestry.umn.edu. config error: ma