I re-installed indimail and installed again. Shall I follow this steps again. Please advice.I checked with log. I am getting the following error...Please advice. What I did mistake..
sh: /usr/sbin/sendmail: No such file or directory
Send an email using SMTP% swaks --to youremail@yourdomain --from use...@example.com --server localhostInject a mail locally% cat /tmp/email.msg | mail -s "testing indimail" mbha...@gmail.com you@yourdomain
--
You received this message because you are subscribed to the Google Groups "indimail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to indimail+u...@googlegroups.com.
To post to this group, send email to indi...@googlegroups.com.
Visit this group at http://groups.google.com/group/indimail?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
On 8 Mar 2013 14:42, "kumaran partanthaman" <kumar...@gmail.com> wrote:
>
>
> Greetings Sir,
>
> Thanks for your reply. I answered your questions. Kindly check and give your feedback. Its more helpful for us. Thanks
>
> re-installed indimail and installed again. Shall I follow this steps again. Please advice.
> I checked with log. I am getting the following error...Please advice. What I did mistake..
>
> Which log did you check? You have not mentioned any log filename.
>
> Error Log path: /var/log/httpd/error_log
>
> sh: /usr/sbin/sendmail: No such file or directory
>
> It means that sendmail is not installed on your system. You can always use /var/indimail/bin/sendmail instead
>
> Okay, If needed to specify the sendmail location path? please advice..
You can use the path /var/Indimail/bin/sendmail
or create a link
# ln -s /var/Indimail/bin/sendmail /usr/sbin/sendmail