Forgot to send to the list...
Just a suggesting, but if you're using mysql, you might want to look into mysql
replication.
I use it on my servers instead of master/slave functionality and it works a
treat. You also get the added benefit of instant updates.
I'd give it a go!
Oli
Sent from my B
Hello,
I have three PDNS 3.1 servers running on CentOS 6 with MySQL backends and
PowerAdmin interfaces. These are running on VMware 5.1. I have them in a DMZ
with a 172.20.1.X subnet and NAT'd to the world (internally and externally are
seen as the outside address). My problem is getting the
On Thu, Sep 06, 2012 at 04:54:51PM +0200, Leen Besselink wrote:
> On Thu, Sep 06, 2012 at 02:35:13PM +, Marc van de Geijn wrote:
> > Thanks, Arsen, for this information.
> >
> > Are there any statistics on the number of mailservers/... requesting SPF
> > records instead of TXT records?
> >
>
On Thu, Sep 06, 2012 at 02:35:13PM +, Marc van de Geijn wrote:
> Thanks, Arsen, for this information.
>
> Are there any statistics on the number of mailservers/... requesting SPF
> records instead of TXT records?
>
I know some of the software on our mailservers doesn't even try SPF.
isc.or
Thanks, Arsen, for this information.
Are there any statistics on the number of mailservers/... requesting SPF
records instead of TXT records?
-Oorspronkelijk bericht-
Van: Arsen STASIC [mailto:arsen.sta...@univie.ac.at]
Verzonden: donderdag 6 september 2012 16:15
Aan: Marc van de Geijn
* Marc van de Geijn [2012-09-05 16:14 (+)]:
> According to rfc's the dns server should publish both spf and txt. We now
> create the spf, but not the txt version of the same spf.
Hi Marc,
Just take into consideration the ongoing IETF discussion about
obsoleting SPF RR.
12.1. The SPF DNS R
Hello,
On Sep 4, 2012, at 20:50 , Peter van Dijk wrote:
>> 2. ALTER TABLE records ADD order name VARCHAR(255) BINARY
>> Then you don't care about the CHARSET used by the server.
>> This syntax always set the binary collation specific for that charset
>
> This is a good tip I did not know