On Thu, 29 Sep 2022, Maurizio Caloro wrote:
First let me thanks for your quick help, yes now are running:-)
mistake:
named.conf.options
-listen-on { A.B.C.D, localhost; };
+listen-on { any; };
After this, the error in Spamd.log disapper, greate!
Your mistake is that 'localhost', you need to have a real IP address there.
use '127.0.0.1' instead of localhost in that listen-on statement, and also use
';' for component separators, not ','
IE
listen-on { A.B.C.D; 127.0.0.1; };
the key-word 'any' means to discover and bind to all possible interfaces on the
machine.
but now i see in main.log, this message:
Sep 29 21:15:05 nmail postfix/smtp[26109]: warning: DNSSEC validation may be
unavailable
Sep 29 21:15:05 nmail postfix/smtp[26109]: warning: reason: dnssec_probe 'ns:.'
received a response that is not DNSSEC validated
i see this as warning, and i think i dont need intervention here?
If you want your postfix to be able to validate DNSSEC signed DNS replys you
need to set up DNSSEC infrastructure. (postfix issue, not spamd).
--
Dave Funk University of Iowa
<dbfunk (at) engineering.uiowa.edu> College of Engineering
319/335-5751 FAX: 319/384-0549 1256 Seamans Center, 103 S Capitol St.
Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{