我已经在我目前的托pipe一年。 直到两周前,我的服务器因为黑名单而被暂停。
从我的主机提供商截图
今天是第二次我的服务器由于同样的原因被暂停。
正如这里所build议的,我已经将/etc/postfix/main.cf myhostname = localhost.localdomain更改为myhostname = myrealname但没有成功。 我的IP再次在CBL上市。
这里有人提到关于FQDN。 所以我想知道如果主机名是不是一个域? 目前,我的主机名不是域名,而是我的名字。 我做了一些关于这个的search。 他们说我们可以自由地为它命名。 这是否与我的IP为什么在CBL中列出有关?
进程在端口25上运行
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME master 771 root 12u IPv4 1528763774 0t0 TCP *:smtp (LISTEN) master 771 root 13u IPv6 1528763775 0t0 TCP *:smtp (LISTEN)
后缀main.cfconfiguration
# See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h readme_directory = no # TLS parameters smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination myhostname = myrealname alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases mydestination = $myhostname, localdomain, localhost, localhost.localdomain, localhost relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = all
你知道如何解决这个问题吗? 任何帮助将不胜感激