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.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to