I'm using FreeBSD 4.7-stable, and I'm having this problem running sendmail:
Every user (except for 'root' which can send Emails fine) is denied sending mail with an error resembling this:
I figured that no user other than root had write-permission in the mailqueue, so I did this:collect: Cannot write ./dfg9MGEbgT000633 (bfcommit, uid=1002, gid=25): Permission denied
queuep: cannot create queue temp file ./tfg9MGEbgT000633, uid=1002: Permission denied
Although this solved my problem, I'm quite sure that this is not the way to go. I'm not sure how many security-leaks I created here. Can anyone help me out? (original permissions on /var/spool/mqueue are 755, chown root:deamon. I checked this against other FreeBSD 7.5-ST machines running sendmail, and they all had these settings).Code:chmod 777 /var/spool/mqueue




Reply With Quote