> Well, I use now nbsmtp, and it works great.
> Since msmtp is in debian stable, i can give a try again.
> 
> Since the debian lenny stable has been released, I expect now that it has a
> newer version of your program.
> Would you like that I give again a try?
> (would you have by the way a workign configuraiton file for using gmail?)
Maybe we misunderstand each other:

You bug was about a crontab which doesn't work with msmtp:

---
* * * * * echo "yes"|mail robert
---

I told you that msmtp can't work in such case because it can't do
local delivery, it means that you can only send a mail to a valid email
address (with a fully qualified domain name).

It means that the following crontab will work:

---
* * * * * echo "yes"|mail yellow.prot...@gmail.com
---

With theses precisions, do you consider that your bug is already valid
?

Regards,

-- 
Emmanuel Bouthenot



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to