[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: Problems to compile and install on centos7 with PLESK


>>>
your attached configuration contain
	smtpd_milters = , inet:127.0.0.1:12768

check if "postconf smtpd_milters" really show the same?
Maybe an issue while using the extra macro "signing_milter_socket"
and dump the configuration in a wrong way.

so simply set:
	smtpd_milters = inet:[::1]:30053, inet:127.0.0.1:12768

postfix reload

show postfix logs, show how you access postfix logs

<<<<

Oh, sorry. Because it is a productive server, I deleted it again.

Now, I added the milter as you described.
> no positive reaction

In maillog there is nothing about signing-milter

Here some configuration:

~~~~
postconf -Mf
smtp       inet  n       -       n       -       -       smtpd
cleanup    unix  n       -       n       -       0       cleanup
tlsmgr     unix  -       -       n       1000?   1       tlsmgr
rewrite    unix  -       -       n       -       -       trivial-rewrite
bounce     unix  -       -       n       -       0       bounce
defer      unix  -       -       n       -       0       bounce
trace      unix  -       -       n       -       0       bounce
verify     unix  -       -       n       -       1       verify
flush      unix  n       -       n       1000?   0       flush
proxymap   unix  -       -       n       -       -       proxymap
proxywrite unix  -       -       n       -       1       proxymap
smtp       unix  -       -       n       -       -       smtp
relay      unix  -       -       n       -       -       smtp
showq      unix  n       -       n       -       -       showq
error      unix  -       -       n       -       -       error
retry      unix  -       -       n       -       -       error
discard    unix  -       -       n       -       -       discard
local      unix  -       n       n       -       -       local
virtual    unix  -       n       n       -       -       virtual
lmtp       unix  -       -       n       -       -       lmtp
anvil      unix  -       -       n       -       1       anvil
scache     unix  -       -       n       -       1       scache
plesk_virtual unix -     n       n       -       -       pipe flags=DORhu
    user=popuser:popuser argv=/usr/lib64/plesk-9.0/postfix-local -f ${sender}
    -d ${recipient} -p /var/qmail/mailnames
mailman    unix  -       n       n       -       -       pipe flags=R
    user=mailman:mailman argv=/usr/lib64/plesk-9.0/postfix-mailman ${nexthop}
    ${user} ${recipient}
pickup     fifo  n       -       n       60      1       pickup
qmgr       fifo  n       -       n       1       1       qmgr
smtps      inet  n       -       n       -       -       smtpd
    -o smtpd_tls_wrappermode=yes
127.0.0.1:12346 inet n   n       n       -       -       spawn
    user=popuser:popuser argv=/usr/lib64/plesk-9.0/postfix-srs
postlog    unix-dgram n  -       n       -       1       postlogd
plesk_saslauthd unix y   y       n       -       1       plesk_saslauthd
    status=5 listen=6 dbpath=/var/spool/postfix/plesk/passwd.db
plesk-87.106.136.46- unix - -    n       -       -       smtp
    -o smtp_bind_address=87.106.136.46
    -o smtp_bind_address6=
    -o smtp_address_preference=ipv4
plesk-87.106.136.46-2001-8d8-8a0-4300--3f-d191 unix - - n - - smtp
    -o smtp_bind_address=87.106.136.46
    -o smtp_bind_address6=2001:8d8:8a0:4300::3f:d191
    -o smtp_address_preference=ipv4

~~~~

postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
authorized_flush_users =
authorized_mailq_users =
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
disable_vrfy_command = yes
header_size_limit = 4096000
html_directory = no
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mailbox_size_limit = 0
mailman_destination_recipient_limit = 1
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 25600000
meta_directory = /etc/postfix
mydestination = localhost.$mydomain, localhost, localhost.localdomain
myhostname = mail2.dv-p.org
mynetworks =
newaliases_path = /usr/bin/newaliases.postfix
non_smtpd_milters = ${signing_milter_socket}
plesk_virtual_destination_recipient_limit = 1
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-3.5.6/README_FILES
recipient_canonical_classes = envelope_recipient,header_recipient
recipient_canonical_maps = tcp:127.0.0.1:12346
recipient_delimiter =
sample_directory = /usr/share/doc/postfix-3.5.6/samples
sender_dependent_default_transport_maps = hash:/var/spool/postfix/plesk/sdd_transport_maps
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_maps
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
signing_milter_socket = inet:[::1]:30053
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_send_xforward_command = yes
smtp_tls_security_level = may
smtp_use_tls = no
smtpd_authorized_xforward_hosts = 127.0.0.0/8 [::1]/128
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_rbl_client xbl.spamhaus.org, reject_rbl_client sbl.spamhaus.org
smtpd_milters = inet:[::1]:30053, inet:127.0.0.1:12768
smtpd_proxy_timeout = 3600s
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sender_restrictions = check_sender_access hash:/var/spool/postfix/plesk/blacklists, permit_sasl_authenticated
smtpd_timeout = 3600s
smtpd_tls_cert_file = /etc/postfix/postfix.pem
smtpd_tls_ciphers = medium
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_tls_mandatory_ciphers = medium
smtpd_tls_mandatory_protocols = TLSv1 TLSv1.1 TLSv1.2
smtpd_tls_protocols = TLSv1 TLSv1.1 TLSv1.2
smtpd_tls_security_level = may
smtpd_use_tls = yes
tls_medium_cipherlist = HIGH:!aNULL:!MD5
tls_server_sni_maps = hash:/var/spool/postfix/plesk/certs
transport_maps = , hash:/var/spool/postfix/plesk/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
virtual_gid_maps = static:31
virtual_mailbox_base = /var/qmail/mailnames
virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = , hash:/var/spool/postfix/plesk/vmailbox
virtual_transport = plesk_virtual
virtual_uid_maps = static:30
postconf: warning: /etc/postfix/main.cf: unused parameter: smtp_sender_dependent_authenthication=yes

thank you so much for your help.

Best regards,
Chris

Follow-Ups:
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>
References:
Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>
AW: Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>
AW: Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>