Archivo por meses: diciembre 2018

yum provides

If you don’t know where to find the ifconfig command, follow the simple steps provided below. First let us find out which packages will provide ifconfig command. To do that , enter the following command: yum provides ifconfig Sample Output: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile  * base: centos.aol.in  * extras: centos.aol.in… Leer más: yum provides »

Delete postfix-script: warning: damaged message: corrupt

# postfix check postfix/postfix-script: warning: damaged message: corrupt/EDC75C244C20 postfix/postfix-script: warning: damaged message: corrupt/63380C2CC682 postfix/postfix-script: warning: damaged message: corrupt/AB9F7C2CC3AA postfix/postfix-script: warning: damaged message: corrupt/C76F3C2CC3B0     cd /var/spool/postfix/corrupt rm -rf * # postfix check # ALL OK! 😉

warning: connect to Milter service inet:127.0.0.1:12768: Connection refused

Quitar en   current milter settings in main.cf # OpenDKIM milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = $smtpd_milters Thanks in advance! You have both Plesk milter and OpenDkim listed in non_smtpd_milters, change it to… milter_default_action = accept milter_protocol = 6 smtpd_milters = , inet:127.0.0.1:8891, inet:127.0.0.1:12768 non_smtpd_milters = inet:127.0.0.1:8891 Hope… Leer más: warning: connect to Milter service inet:127.0.0.1:12768: Connection refused »