Dear, from my webmin interface for BIND9, I try to add an additional
allowed sender host to our SPF record, but I get the following error:
Failed to save record : 'relay.company.com' is not a valid host to
allow sending from
What does this mean? Do I have to consider some important thing I'm forg
Hi Roberto. What domain is this SPF for and exactly how are you trying to
add the extra term?
Cheers, Greg
On Fri, 8 Jul 2022 at 16:38, Roberto Carna wrote:
> Dear, from my webmin interface for BIND9, I try to add an additional
> allowed sender host to our SPF record, but I get the following err
Hi Roberto,
You need to prefix it with “a:” to indicate that this is an A-record, i.e.:
a:relay.company.com
Best,
Richard.
From: bind-users On Behalf Of Greg Choules
via bind-users
Sent: 08 July 2022 4:45 pm
To: Roberto Carna
Cc: ML BIND Users
Subject: Re: Can't modify an existing SPF reco
There can only be one SFP TXT record per domain. A complete record could
look like.
domain1.com. IN TXT "v=spf1 a:mail.domain1.com
a:smtp.domain1.com a:relay.domain2.com -all"
It should be logical to use a (domain) name because that name could have
multiple IP addresses, both I
Dear all, I add "a:relay.company.com" using the CLI in the BIND master:
company.com. 3600IN TXT "v=spf1 mx a:relay.company.com -all"
But after restart, this change never goes to the slaves.
If I add "ip:x.x.x.x" for example, this change goes ok to the slaves.
And from webmin in
> On 8. 7. 2022, at 18:05, Roberto Carna wrote:
>
> using the CLI in the BIND master
What does this mean and how exactly are you changing the zone? List all the
steps that you are doing when changing the zone contents.
Ondrej
--
Ondřej Surý — ISC (He/Him)
My working hours and your working ho
As far as BIND is concerned, this is arbitrary text in a TXT record. It
doesn’t know or care about SPF syntax within it.
It sounds like you’re having webmin problems, not BIND.
On Fri, Jul 8, 2022 at 9:08 AM Ondřej Surý wrote:
>
> > On 8. 7. 2022, at 18:05, Roberto Carna wrote:
> >
> > using t
On 08.07.22 13:04, Roberto Carna wrote:
Dear all, I add "a:relay.company.com" using the CLI in the BIND master:
company.com. 3600IN TXT "v=spf1 mx a:relay.company.com -all"
But after restart, this change never goes to the slaves.
If I add "ip:x.x.x.x" for example, this change
Thanks a lot, it's a webmin interface error because it doesn't accept
characters in allowed host sender option.
Sorry for my interruption.
Greetings !!!
El vie, 8 jul 2022 a las 13:14, Crist Clark
() escribió:
>
> As far as BIND is concerned, this is arbitrary text in a TXT record. It
> doesn’t
On 2022-07-08 18:04, Roberto Carna wrote:
Dear all, I add "a:relay.company.com" using the CLI in the BIND master:
company.com. 3600IN TXT "v=spf1 mx a:relay.company.com
-all"
But after restart, this change never goes to the slaves.
If I add "ip:x.x.x.x" for example, this cha
On 2022-07-08 18:14, Crist Clark wrote:
As far as BIND is concerned, this is arbitrary text in a TXT record.
It doesn’t know or care about SPF syntax within it.
TXT records is mostly used, and SPF records is in bind supported
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubsc
The SPF record type was deprecated in 2014 and the SPF definition string
*must* now be contained as data in a TXT record.
BIND will still load a zone containing SPF records, but it will check
whether a TXT record also exists that contains the same string and will
generate a log message telling you
12 matches
Mail list logo