Re: [exim] PORT 25 NOT RESPONDING

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Renaud Allard
Date:  
À: Nitin Gupta
CC: exim-users
Sujet: Re: [exim] PORT 25 NOT RESPONDING


Nitin Gupta wrote:
> Hi Martin,
>
> I used the command
> "cd /usr/sbin/"
>
> then
>
> "service exim restart"
>
> i got the error
> "unrecognized service".
> Thanks


You shouldn't do that and you should really really read some basic
documentation about unix and exim, but this should start exim:

find / -type l -name exim | while read exim; do $exim -bd -q15m; done

I'd also suggest that you give the IP of your server to the list, so we
can check.