Re: smart hosting issues

2008-08-06 Thread MailingListe

Zitat von Stan Hoeppner [EMAIL PROTECTED]:


Hello fellow smart hosters,

I've been running this way for 3 years now because I could never figure
out how to wildcard everything else.  Here's the top of my transport
file (a very small portion of it):

hardwarefreak.com   smtp:[192.168.100.2]
earthlink.net   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.earthlink.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
sbcglobal.net   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.sbcglobal.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
swbell.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.swbell.net smtp:[smtp.sbc.mail.yahoo4.akadns.net]
sbc.com smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.sbc.comsmtp:[smtp.sbc.mail.yahoo4.akadns.net]
yahoo.com   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.yahoo.com  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
aol.com smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.aol.comsmtp:[smtp.sbc.mail.yahoo4.akadns.net]


Is there a way to wildcard everything other than hardwarefreak.com?
I'd sure like to have a two line transport file instead of 200.



It's maybe the relayhost parameter you are looking for???

Regards

Andi


--
All your trash belong to us ;-)  www.spamschlucker.org
To: [EMAIL PROTECTED]




Re: smart hosting issues

2008-08-06 Thread Henrik K
On Wed, Aug 06, 2008 at 04:59:48AM -0500, Stan Hoeppner wrote:

 And if you mention man pages I'll kick you in the teeth Henrik.  No  
 one would ever write a how-two if man pages were the holy grail of  
 implementation.  And I don't have the time to sift through man pages  
 trying to find why relay_host is different than relayhost.  The  
 answer isn't likely to be found there anyway.

Sorry if I don't offer sympathies, but Postfix is notoriously well
documented and maintained. A quick look into the man page will show you how
it's spelled.

I agree that Postfix should warn in that case.



Re: smart hosting issues

2008-08-06 Thread Stan Hoeppner

Henrik K wrote:

Sorry if I don't offer sympathies, but Postfix is notoriously well
documented and maintained. A quick look into the man page will show you how
it's spelled.


You missed my point entirely, it seems...



I agree that Postfix should warn in that case.


I don't understand why it doesn't, and it baffles me that the two 
spellings have different functionality.


And, given this state of affairs, what was that you were saying about 
the documentation?  Care to point me to the docs that detail all of this? ;)


Re: smart hosting issues

2008-08-05 Thread Noel Jones

Stan Hoeppner wrote:

Hello fellow smart hosters,

I've been running this way for 3 years now because I could never figure 
out how to wildcard everything else.  Here's the top of my transport 
file (a very small portion of it):


hardwarefreak.com   smtp:[192.168.100.2]
earthlink.net   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.earthlink.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
sbcglobal.net   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.sbcglobal.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
swbell.net  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.swbell.net smtp:[smtp.sbc.mail.yahoo4.akadns.net]
sbc.com smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.sbc.comsmtp:[smtp.sbc.mail.yahoo4.akadns.net]
yahoo.com   smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.yahoo.com  smtp:[smtp.sbc.mail.yahoo4.akadns.net]
aol.com smtp:[smtp.sbc.mail.yahoo4.akadns.net]
.aol.comsmtp:[smtp.sbc.mail.yahoo4.akadns.net]


Is there a way to wildcard everything other than hardwarefreak.com?  I'd 
sure like to have a two line transport file instead of 200.


Any help in getting this fixed would be greatly appreciated.

Thanks.

Stan Hoeppner
TheHardwareFreak


# main.cf
relayhost = [smtp.sbc.mail.yahoo4.akadns.net]

# transport
hardwarefreak.com   smtp:[192.168.100.2]

All mail is sent to the relayhost, except for overrides listed 
in the transport map.


--
Noel Jones