let me try if i can change the port to something else and then configure firewall to forward from that port to the dns server on my network.
> > > Am 01.12.2017 um 01:22 schrieb Junk: >> I am aware of uridb blocked. >> My server is in amazon cloud and uridb is blocked. >> I do have private dns server caching only configured but my att dsl >> blocked dns port udp so I cannot use it > > RTFM - dns is not bound to port 53 > > http://spamassassin.apache.org/full/3.4.x/doc/Mail_SpamAssassin_Conf.html > > > dns_server ip-addr-port (default: entries provided by Net::DNS) > > Specifies an IP address of a DNS server, and optionally its port > number. The dns_server directive may be specified multiple times, each > entry adding to a list of available resolving name servers. The > ip-addr-port argument can either be an IPv4 or IPv6 address, optionally > enclosed in brackets, and optionally followed by a colon and a port > number. In absence of a port number a standard port number 53 is > assumed. When an IPv6 address is specified along with a port number, the > address must be enclosed in brackets to avoid parsing ambiguity > regarding a colon separator. A scoped link-local IP address is allowed > (assuming underlying modules allow it). > > Examples : dns_server 127.0.0.1 dns_server 127.0.0.1:53 dns_server > [127.0.0.1]:53 dns_server [::1]:53 dns_server fe80::1%lo0 dns_server > [fe80::1%lo0]:53 > > In absence of dns_server directives, the list of name servers is > provided by Net::DNS module, which typically obtains the list from > /etc/resolv.conf, but this may be platform dependent. Please consult the > Net::DNS::Resolver documentation for details. >
