Looks good now. Hope that helps.

Erik

On 9/11/05, Ron Jones <[EMAIL PROTECTED]> wrote:
> You know, you're right,  I logged in to my easydns account and as near as I
> can figure, I forgot to add the trailing " mark after ~all.  And... Since
> one mistake usually begets another, I probably typed in the domain on the
> second line as well. (before the "v=spf1...)
> 
> So the line with the string read rej.us "v=spf1 a ptr mx:mail.rej.us ~all
> 
> Thanks again, I probably would never have caught that.
> 
> Ron Jones
> 
> Tel: 678.921.0318 | Cell: 770.378.3647
> www.fulcrumtechnologygroup.com
> 
> -----Original Message-----
> From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 12, 2005 1:47 AM
> To: [email protected]
> Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?:
> after-action report
> 
> You pasted too much:
> 
> $ host -t txt rej.us
> rej.us text "rej.us. IN TXT \"v=spf1 a ptr mx:mail.rej.us ~all"
> 
> Should read like this:
> $ host -t txt rej.us
> rej.us text "v=spf1 a ptr mx:mail.rej.us ~all"
> 
> 
> Looks like too much is in the record, the "rej.us IN TXT" is not supposed to
> be part of the txt record itself. In BIND it would define that the "v=spf1 a
> ptr mx:mail.rej.us ~all" is the text record.
> 
> 
> Thanks,
> Erik
> 
> 
> On 9/11/05, Ron Jones <[EMAIL PROTECTED]> wrote:
> > Rej.us
> >
> >
> > Ron Jones
> >
> > Tel: 678.921.0318 | Cell: 770.378.3647 www.fulcrumtechnologygroup.com
> >
> > -----Original Message-----
> > From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 12, 2005 1:10 AM
> > To: [email protected]
> > Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?:
> > after-action report
> >
> > what is the domain name, i can take a quick look.
> >
> > Thanks,
> > Erik
> >
> > On 9/11/05, Ron Jones <[EMAIL PROTECTED]> wrote:
> > > I thought it was working as designed?
> > >
> > > I use easydns.com as my dns provider, and pasted the txt records in
> > > their txt field.  The SOA serial number auto-increments when changes
> > > are made, but the user doesn't have access to what they are (unless
> > > you go through some hoops at dnsstuff.com).
> > >
> > > The addition I added to /var/qmail/control/spfrules was just
> > > includes:easydns.com
> > >
> > > After all was completed I issued service qmail restart.  I believe
> > > it IS working correctly.  Unless you see a problem that I don't even
> > > know is a problem.
> > >
> > > Thanks,
> > >
> > > Ron Jones
> > >
> > > www.fulcrumtechnologygroup.com
> > >
> > > -----Original Message-----
> > > From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, September 12, 2005 12:57 AM
> > > To: [email protected]
> > > Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?:
> > > after-action report
> > >
> > > Perhaps you didn't change the SOA's serial # and/or reload. Could
> > > you paste the txt records and the mx records?
> > >
> > > Thanks,
> > > Erik
> > >
> > > On 9/11/05, Ron Jones <[EMAIL PROTECTED]> wrote:
> > > > It works!
> > > >
> > > > Okay, so it's no big deal, but it excited me (doesn't say much for
> > > > my social life, I know). I went to /var/qmail/control/spfbehavior
> > > > as you recommended, the default value was 3, so I left it there.
> > > >
> > > > Then I went to the website (below) that you gave me the link to,
> > > > where I followed instructions for adding another file called
> > > > spfrules, which is an includes:<usually.backup.mx-server> file.
> > > >
> > > > I also used the spf setup wizard at
> > > > http://spf.pobox.com/index.html to come up with a string to put in my
> dns provider's zone file.
> > > >
> > > > Upon testing, found that when sending from a domain that hasn't
> > > > implemented spf, I'm getting the right softfail notification in
> > > > the
> > > headers.
> > > >
> > > > Thanks much
> > > >
> > > > Ron Jones
> > > >
> > > > www.fulcrumtechnologygroup.com
> > > >
> > > > -----Original Message-----
> > > > From: Erik Espinoza [mailto:[EMAIL PROTECTED]
> > > > Sent: Sunday, September 11, 2005 4:15 AM
> > > > To: [email protected]
> > > > Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?
> > > >
> > > > Most of the configuration for spf is done in DNS, not qmail. Go to
> > > > http://spf.pobox.com/ and use their wizard to generate rules.
> > > >
> > > > The Qmail configuration is basically one file:
> > > > /var/qmail/control/spfbehavior
> > > >
> > > > More info available here: http://www.saout.de/misc/spf/ spfbehavior
> > > >     Use this to turn on SPF checking. The default value is 0 (off).
> > > >     You can specify a value between 0 and 6:
> > > >
> > > >         * 0: Never do SPF lookups, don't create Received-SPF headers
> > > >         * 1: Only create Received-SPF headers, never block
> > > >         * 2: Use temporary errors when you have DNS lookup problems
> > > >         * 3: Reject mails when SPF resolves to fail (deny)
> > > >         * 4: Reject mails when SPF resolves to softfail
> > > >         * 5: Reject mails when SPF resolves to neutral
> > > >         * 6: Reject mails when SPF does not resolve to pass
> > > >
> > > >     Values bigger than 3 are strongly discouraged, you probably
> > > > want to go with 2 or 3.
> > > >     Important: This setting can be overridden using the
> > > > environment variable SPFBEHAVIOR, e.g. from tcpserver rules.
> > > >     Note: If RELAYCLIENT is set, SPF checks won't run at all.
> > > >     (This also includes SMTP-AUTH and similar patches)
> > > >
> > > > On 9/11/05, Ron Jones <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > I read somewhere on the Qmailtoaster.com website that the
> > > > > toaster has built-in support for the SPF setup.  Has anyone
> configured it?
> > > > > How is it done?
> > > > >
> > > > > Thanks,
> > > > >
> > > > >
> > > > >
> > > > > Ron Jones
> > > > >
> > > > > The Fulcrum Technology Group, Inc
> > > > > Tel: 678.921.0318
> > > > > Cell: 770.378.3647
> > > > > 585 Creek Landing Lane
> > > > > Alpharetta, GA 30005
> > > > >
> > > > > www.tftgi.com
> > > > >
> > > > > Get Discounted T1 Service Here
> > > > >
> > > >
> > > > ------------------------------------------------------------------
> > > > --
> > > > - To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > >
> > > >
> > > > --
> > > > No virus found in this incoming message.
> > > > Checked by AVG Anti-Virus.
> > > > Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date:
> > > > 9/10/2005
> > > >
> > > >
> > > >
> > > > ------------------------------------------------------------------
> > > > --
> > > > - To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > > --
> > > No virus found in this incoming message.
> > > Checked by AVG Anti-Virus.
> > > Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date:
> > > 9/10/2005
> > >
> > >
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date:
> > 9/10/2005
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.10.21/96 - Release Date: 9/10/2005
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to