Repetir incesantemente
# Corregir configuración
vi /etc/postfix/main.cf
# Reiniciar proceso
systemctl restart postfix
# Enviar correo de prueba a root
echo testtaro | mail root
# Enviar correo de prueba a dirección externa
echo "テストメール" | mail -s "test mail from hoge.jp server." <dirección de destino>
# Analizar registros
systemctl status postfix -l
