> > why change software just because one configuration line is
> > different?
> Main point was the RR relay host works.
So your solution is to change software?
Wouldn't it be smarter to figure out what the problem actually is?
Because as you say, the RR host doesn't appear to be the problem. So if
he changed software, what are the chances that his problem will still
exist? Pretty high I imagine.
Even if it turns out the RR host *is* the problem, what would he
achieve in changing software?
Let me do the math: zero, multiplied by zero, carry the zero...
Spiro Harvey wrote on Thu, 11 Dec 2008 11:33:24 +1300:
> Let me do the math: zero, multiplied by zero, carry the zero...
It's simpler for non-experts to change the postfix configuration than to
change the sendmail configuration. So, why shouldn't he not suggest it?
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-10-2008, 11:55 PM
Scott Silva
pop3 attack
on 12-10-2008 4:32 PM Kai Schaetzl spake the following:
> Spiro Harvey wrote on Thu, 11 Dec 2008 11:33:24 +1300:
>
>> Let me do the math: zero, multiplied by zero, carry the zero...
>
> It's simpler for non-experts to change the postfix configuration than to
> change the sendmail configuration. So, why shouldn't he not suggest it?
>
> Kai
>
But not simple for a non-expert to completely change MTA's, and learn new from
scratch.
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't!!!!
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-10-2008, 11:56 PM
Spiro Harvey
pop3 attack
> It's simpler for non-experts to change the postfix configuration than
> to change the sendmail configuration. So, why shouldn't he not
> suggest it?
because it's stupid, lazy advice.
1: it's easy for non-experts to edit the sendmail configuration too...
as long as they're editing the mc file, not the cf.
2: changing software doesn't help solve the problem.
3: what if he has a bunch of milters or related programs that rely on
sendmail? are they all available for postfix? what needs to be changed
to match his current environment? have you thought about that? has
anyone asked James that before recommending he changes his software?
On Thu, Dec 11, 2008, Spiro Harvey wrote:
>> >> define(`SMART_HOST',`smtp-server.carolina.rr.com')dnl
>> >> MASQUERADE_AS(carolina.rr.com)dnl
>> Or switch to postfix. I plunked "relayhost =
>> smtp-server.roadrunner.com" into main.cf & away it went.
>
>why change software just because one configuration line is different?
I've spent almost 20 years avoiding sendmail :-).
Bill
--
INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way
Voice: (206) 236-1676 Mercer Island, WA 98040-0820
Fax: (206) 232-9186
Taking the State wherever found, striking into its history at
any point, one sees no way to differentiate the activities of its
founders, administrators, and beneficiaries from those of a
professional-criminal class. -- Albert Jay Nock, Our Enemy, The State
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2008, 01:10 AM
MHR
pop3 attack
On Wed, Dec 10, 2008 at 4:32 PM, Kai Schaetzl <maillists@conactive.com> wrote:
>
> It's simpler for non-experts to change the postfix configuration than to
> change the sendmail configuration. So, why shouldn't he not suggest it?
>
According to my reading of this, you're asking, "Why should he suggest it?"
Is this not the opposite of what you meant? (Rhetorical - I think we
understood you anyway.... :-)
mhr
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2008, 03:46 AM
Toby Bluhm
pop3 attack
Spiro Harvey wrote:
>> It's simpler for non-experts to change the postfix configuration than
>> to change the sendmail configuration. So, why shouldn't he not
>> suggest it?
>
> because it's stupid, lazy advice.
>
Will it not work? Will it make someone's brain rot and fall out? Could
one switch to postfix and still remain a civil person?
Would you be able to imagine the words "If you're tired of sendmail . .
" at the beginning of my first post as perhaps an alternate theory to my
intent?
--
tkb
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2008, 09:31 AM
Kai Schaetzl
pop3 attack
sos.net.nz>
Spiro Harvey wrote on Thu, 11 Dec 2008 13:56:04 +1300:
> 3: what if he has a bunch of milters or related programs that rely on
> sendmail? are they all available for postfix? what needs to be changed
> to match his current environment? have you thought about that? has
> anyone asked James that before recommending he changes his software?
He should know about his system. It was valid advice by Toby and the OP
can use it or not. He's possibly got a brain. Apparently you think he
doesn't. There was no need to react that snappy.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2008, 11:43 AM
James Pifer
pop3 attack
> I think all the masquerade options are causing your problems. Just set the
> proper smarthost and restore the other options to what they were and then test.
>
>
Scott,
Thanks, removing the masquerade options did fix it. I'm back to using
smarthost instead of mailertable. Thanks.
Also, thanks to everyone that responded.
James
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2008, 11:35 PM
"David G. Miller"
pop3 attack
Toby Bluhm <tkb@alltechmedusa.com> wrote:
> Or switch to postfix. I plunked "relayhost = smtp-server.roadrunner.com"
> into main.cf & away it went.
Having read the rest of the thread, I respond at the risk of furthering
the flames. The sendmail configuration line is just as trivial:
define('SMART_HOST','[smarthost.example.net]')dnl
Check the quoting since the article uses matching left and right single
quotes which is probably a figment of the editor used for writing the
article.
Here's the reference if you'd like more information: