> > 2009-09-03T17:30:15+00:00 obelix sSMTP[7233]: 421 4.3.0 collect: > > Cannot write ./dfn83HUEom007670 (bfcommit, uid=0, gid=209): > > Permission denied > > 2009-09-03T17:30:15+00:00 obelix ) > > > > I suppose it comes from mail-mta/ssmtp, but I do not understand. > > Some persmission problem? Where does ssmtp want to write?
You could try 'strace -p 7233' to see if it shows where the attempted write is occuring. Uid=0 means root and I don't imagine there's many places root cant write.