PDA

View Full Version : ASSP - can't save config changes


roi
17th February 2007, 00:29
I'v been running along the tutorial, downloading the l8test version of ASSP and installing it per the tutorial and got to the stage where it's running and I can access it using the web interface.

Problem is that it does not save changes that I do.
I make changes like changing ASSP to listen on port 25 and forward the mail to port 26 (I allready set the mail server to listen on 26 instead of 25), but they do not change when I restart ASSP. also other changes.

If somone have an idea...

mnsanghvi
19th February 2007, 05:30
If you followed the tutorial, then you've got all your files set to be owned
by root:root, but your assp is running as nobody:nobody. You should do the following:


chown -R nobody:nobody /usr/share/assp


Hope this helps.

cheers,

mehul