0 Members and 1 Guest are viewing this topic.
(connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
alias_database = hash:/etc/aliasesalias_maps = hash:/etc/aliasesanvil_rate_time_unit = 3600sbroken_sasl_auth_clients = yescommand_directory = /usr/sbinconfig_directory = /etc/postfixcontent_filter = amavis:[127.0.0.1]:10024daemon_directory = /usr/libexec/postfixdebug_peer_level = 2delay_warning_time = 4disable_vrfy_command = yeshtml_directory = noinet_interfaces = allmail_owner = postfixmailbox_size_limit = 2048000000mailq_path = /usr/bin/mailq.postfixmanpage_directory = /usr/share/manmessage_size_limit = 204800000milter_default_action = acceptmilter_protocol = 2mydestination = $myhostname, localhost.$mydomain, localhostmydomain = mahamerunetwork.commyhostname = kenari.mahamerunetwork.commynetworks = $config_directory/mynetworksnewaliases_path = /usr/bin/newaliases.postfixnon_smtpd_milters = $smtpd_miltersqueue_directory = /var/spool/postfixrecipient_delimiter = +relay_domains = proxy:mysql:/etc/postfix/mysql-relay_domains_maps.cfsendmail_path = /usr/sbin/sendmail.postfixsetgid_group = postdropsmtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crtsmtp_tls_session_cache_database = btree:$data_directory/smtp_tls_session_cachesmtp_use_tls = yessmtpd_client_message_rate_limit = 500smtpd_client_restrictions = reject_unknown_clientsmtpd_data_restrictions = reject_unauth_pipeliningsmtpd_helo_required = yessmtpd_helo_restrictions = smtpd_milters = inet:127.0.0.1:8891smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net,check_policy_service unix:private/spfpolicysmtpd_sasl_auth_enable = yessmtpd_sasl_local_domain = $myhostnamesmtpd_sasl_path = private/authsmtpd_sasl_security_options = noanonymoussmtpd_sasl_type = dovecotsmtpd_sender_restrictions = smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crtsmtpd_tls_cert_file = /etc/pki/tls/certs/kenari.mahamerunetwork.com.crtsmtpd_tls_key_file = /etc/pki/tls/private/kenari.mahamerunetwork.com.keysmtpd_tls_loglevel = 1smtpd_tls_received_header = yessmtpd_tls_security_level = maysmtpd_tls_session_cache_timeout = 3600ssmtpd_use_tls = yessoft_bounce = yestls_random_source = dev:/dev/urandomtransport_maps = hash:/etc/postfix/transportunknown_local_recipient_reject_code = 550virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_alias_maps.cf, regexp:/etc/postfix/virtual_regexpvirtual_gid_maps = static:12virtual_mailbox_base = /var/vmailvirtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains_maps.cfvirtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_maps.cfvirtual_minimum_uid = 101virtual_transport = dovecotvirtual_uid_maps = static:101
Active Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN tcp 0 0 182.253.186.212:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:8891 0.0.0.0:* LISTEN tcp 0 0 :::2030 :::* LISTEN tcp 0 0 :::2031 :::* LISTEN tcp 0 0 :::80 :::* LISTEN tcp 0 0 :::21 :::* LISTEN tcp 0 0 ::1:53 :::* LISTEN tcp 0 0 :::22 :::* LISTEN tcp 0 0 ::1:953 :::* LISTEN
contentfilter = amavis:[127.0.0.1]:10024
yum --enablerepo=epel install amavisd-new
service amavisd restart
Hello.Just check if amavisd-new installed:Code: [Select]yum --enablerepo=epel install amavisd-newand try to restart itCode: [Select]service amavisd restart