Solapas principales
Mar
10
2020
Tras la instalación de debian 10 y proceder a instalar virtualmin&webmin veo que ni postfix ni proftpd inician.
Después de un rato mirando en red resuelvo así:
POSTFIX (DESINSTALAR Y REINSTALAR)
apt-get purge postfix
apt-get install postfix
reconfigure sin configuración después sitio de internet
PROFTPD (BORRAR SSH_HOST* Y RECONSTRUIR)
rm /etc/proftpd/ssh_host*
ssh-keygen -f /etc/proftpd/ssh_host_rsa_key -N '' -t rsa -m PEM
ssh-keygen -f /etc/proftpd/ssh_host_ecdsa_key -N '' -t ecdsa -m PEM
/etc/init.d/proftpd restart
- Inicie sesión para comentar
- 1680 lecturas