LatinSuD / efax4asterisk

Automatically exported from code.google.com/p/efax4asterisk
0 stars 0 forks source link

Mutt not working #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have the script installed in Debian 10
2. Let asterisk be started automatically on boot (i.e. not started manually)

What is the expected output? What do you see instead?
Mails won't be sent

I redirected the output of Mutt:
Couldn't lock /sent
The problem is that HOME variable points to "/"

What version of the product are you using? On what operating system?
Debian 10

A workaround would be to put one of these at the beginning of the script
HOME=/root
or
test "$HOME" = "/" && HOME=/tmp

Original issue reported on code.google.com by LatinSuD@gmail.com on 15 Jan 2013 at 1:03

GoogleCodeExporter commented 9 years ago
I needed this sollution badly 2 years after you solved it, thanks!!!!

Original comment by 7...@sc-email.nl on 14 Jun 2015 at 8:57