ASSP - can't save config changes

Discussion in 'HOWTO-Related Questions' started by roi, Feb 16, 2007.

  1. roi

    roi New Member

    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...
     
  2. mnsanghvi

    mnsanghvi New Member

    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:

    Code:
    chown -R nobody:nobody /usr/share/assp
    
    Hope this helps.

    cheers,

    mehul
     

Share This Page