Hi again, postconf -n looks like this:
alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mail.$mydomain, www.$mydomain, ftp.$mydomain mydomain = supercluster.nl myhostname = mail.supercluster.nl mynetworks = xxx.xxx.xxx.xxx/32, 127.0.0.0/8 myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES sample_directory = /usr/share/doc/postfix-2.6.6/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 2015-01-16 15:36 GMT+01:00 Wietse Venema <wie...@porcupine.org>: > Andy Kannberg: > > Change permissions to 700 and ran the script. It gave no errors, which is > > good. However, using ss to check which ports are in use doesn't show port > > 12000(Which I would expect) > > Maybe you should be looking for "entextxid". > > $ grep 12000 /etc/services > entextxid 12000/tcp # IBM Enterprise Extender SNA XID > Exchange > entextxid 12000/udp # IBM Enterprise Extender SNA XID > Exchange > > > I see no message whatsoever in /var/log/maillog that the milter is used. > Am > > I missing something ? > > Output from the "postconf -n" command. > > Wietse >