Bonjour,
Je souhaite installer un serveur mail sur mon dédié, j’ai donc suivit ce tutoriel: tictech.info/post/mail_intro
J’ai tout suivit à la lettre, j’ai revérifié plusieurs fois, mais j’ai toujours un problème.
Quand j’essayes de me connecter à mes comptes MAIL depuis Roundcube, j’ai un message d’erreur dans les logs:
Voici ma configuration roudcube:
$config['default_host'] = 'ssl://localhost';
$config['smtp_server'] = 'localhost';
$config['smtp_port'] = 587; // STARTTLS
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['username_domain'] = 'mail.domaine.fr';
Les logs (dovecot & postfix:)
Jan 19 19:18:31 xxxx dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
Jan 19 19:18:31 xxxx dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
Jan 19 19:18:31 xxxx dovecot: master: Dovecot v2.2.13 starting up without any protocols (core dumps disabled)
Jan 19 19:18:32 xxxx dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
Jan 19 19:18:32 xxxx dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
Jan 19 19:18:32 xxxx dovecot: master: Dovecot v2.2.13 starting up without any protocols (core dumps disabled)
Jan 19 19:18:36 xxxx postfix/master[8650]: terminating on signal 15
Jan 19 19:18:36 xxxx postfix/master[9106]: daemon started -- version 2.11.3, configuration /etc/postfix
Avez-vous une solution ?