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 »

CentOS 7: Failed to set MokListRT: Invalid Parameter

If you have the following error upon startup, do this to make the system bootable again. Failed to set MokListRT: Invalid Parameter Something has gone seriously wrong: import_mok_state() failed:Invalid Parameter Either burn a new CentoS disc, make a boot flash drive, or insert the install ISO to your VM. Boot from the disc and once… Leer más »

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 »