Do you require virtual domains?
You mean domains that are sharing the same IP ? Yes, we need this feature. Does this mean a security risk that needs special attention ?
The output of postconf -n is this:
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug
peerlevel = 2
enable
serveroptions = yes
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox
sizelimit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps
rbldomains =
message
sizelimit = 10485760
mydestination = $myhostname,localhost.$mydomain,localhost,domain1.com,domain2.com
mydomain = domain1.com
mydomain_fallback = localhost
myhostname = www.domain1.com
mynetworks = 127.0.0.1/32,123.44.555.66
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd
clientrestrictions = permit_mynetworks relays.ordb.org permit
smtpd
pw_server_securityoptions = gssapi,cram-md5,login,plain
smtpd
recipientrestrictions = permit
sasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
smtpd
sasl_authenable = yes
smtpd
tls_keyfile =
smtpd
use_pwserver = yes
unknown
local_recipient_rejectcode = 550
virtual
mailboxdomains = hash:/etc/postfix/virtual_domains
virtual_transport = lmtp:unix:/var/imap/socket/lmtp
I hope that helps and someone can say whether or not SMTP authentication is enabled. My own test (currently only with the IP, because our domains aren't active yet) showed that I was not able to send mails without user/pwd pair. But I'm a bit paranoid here, for obvious reasons 😉
I found in the above output this line:
smtpd
clientrestrictions = permit_mynetworks relays.ordb.org permit
Are relays.ordb.org used by default for blacklisting ? I haven't enabled "Use these junkmail rejection servers..." in the mail service. I have done so in the past, but removed relays.ordb.org - is this an error in the server admin tools that has left the entry here ?