Re: [exim] PORT 25 NOT RESPONDING

Inizio della pagina
Delete this message
Reply to this message
Autore: Renaud Allard
Data:  
To: Nitin Gupta
CC: exim-users
Oggetto: 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.