Search found 309 matches

by Seth
Thu Mar 10, 2016 7:01 am
Forum: Support
Topic: Help with SRV records
Replies: 2
Views: 11656

Re: Help with SRV records

You would enter _service._protocol in the "Name" field when adding a SRV record. Example:
by Seth
Fri Jun 26, 2015 11:22 am
Forum: Support
Topic: SpamAssassin CMAE_1 rule false positives
Replies: 3
Views: 15882

Re: SpamAssassin CMAE_1 rule false positives

If we end up keeping it we'll most likely have a separate feature module for it rather than using it through SpamAssassin. We're using it through SA initially only because it required the least effort and the existing tools allowed for it to be disabled by setting the score to 0 or setting a lower s...
by Seth
Sat Jun 06, 2015 12:42 pm
Forum: Suggestion Box
Topic: Two-factor authentication
Replies: 2
Views: 11019

Re: Two-factor authentication

I'm actually already working on it. I've had a YubiKey personally for a many years and there's some support for it in the webmail clients.
by Seth
Wed May 13, 2015 9:55 am
Forum: Support
Topic: Outbound server postfix authentication
Replies: 2
Views: 11796

Re: Outbound server postfix authentication

In the sasl_passwd file the password should be in clear text with the username and password part separated by the : character.
by Seth
Thu Apr 23, 2015 8:15 am
Forum: Support
Topic: Whitelist changes?
Replies: 2
Views: 11007

Re: Whitelist changes?

Those qualifiers are options in the SpamAssassin specific whitelist settings, not in the main whitelist.
by Seth
Mon Mar 30, 2015 8:56 am
Forum: Suggestion Box
Topic: TLSA record support
Replies: 6
Views: 16918

Re: TLSA record support

It is supported by the underlying server, I'll look in to putting it in the interface.
by Seth
Mon Mar 30, 2015 8:49 am
Forum: Suggestion Box
Topic: Improve SSHFP record support
Replies: 6
Views: 14129

Re: Improve SSHFP record support

The PowerDNS docs only reference RFC 4255, so I can't say right now without checking the source code if it'll allow more than that or not.
by Seth
Mon Mar 16, 2015 2:59 pm
Forum: Support
Topic: Stale zone records on NS2.rollernet.us
Replies: 5
Views: 14818

Re: Stale zone records on NS2.rollernet.us

Deleting the zone and deleting the zone files are different; which one did you do?
by Seth
Mon Mar 16, 2015 6:10 am
Forum: Support
Topic: Stale zone records on NS2.rollernet.us
Replies: 5
Views: 14818

Re: Stale zone records on NS2.rollernet.us

Click the delete zone file button (trash can icon) under the configuration screen where it shows the zone file status.
by Seth
Wed Feb 25, 2015 7:55 am
Forum: Support
Topic: "Invalid domain name or zone name ..." with cyrillic domain
Replies: 3
Views: 11539

Re: "Invalid domain name or zone name ..." with cyrillic dom

It should be fixed now. There was a minor regular expression error with punycode parsing against the IANA valid TLD list.
by Seth
Wed Feb 25, 2015 7:19 am
Forum: Support
Topic: "Invalid domain name or zone name ..." with cyrillic domain
Replies: 3
Views: 11539

Re: "Invalid domain name or zone name ..." with cyrillic dom

There is some IDN support in the system, but I'll have to look at this and do some testing.
by Seth
Wed Feb 25, 2015 7:17 am
Forum: Support
Topic: DKIM
Replies: 4
Views: 13299

Re: DKIM

That is true, SA will do DKIM testing.
by Seth
Sat Feb 14, 2015 7:55 am
Forum: Support
Topic: SPF Record Difference
Replies: 2
Views: 10484

Re: SPF Record Difference

Generally speaking if there's a contradiction between the FAQ and a help page section, the FAQ is probably out of date. It often is forgotten in documentation updates. We write the section specific help pages at the same time something is developed for the control center. I changed the old ones to b...
by Seth
Tue Jan 06, 2015 11:20 am
Forum: Support
Topic: DKIM
Replies: 4
Views: 13299

Re: DKIM

No, we never did make any progress with DKIM.
by Seth
Tue Jan 06, 2015 10:55 am
Forum: Support
Topic: "Invalid content for CNAME record" with valid content
Replies: 1
Views: 10528

Re: "Invalid content for CNAME record" with valid content

It's failing because the CNAME value is run through a validation function where part of what it looks at is the IANA TLD list: http://data.iana.org/TLD/tlds-alpha-by-domain.txt (We also allow "test" and "arpa" and "local") The test is not specific to CNAMEs, the class t...