Anti-Spam Proxy

Discussion in 'HOWTO-Related Questions' started by alexillsley, Mar 31, 2007.

  1. alexillsley

    alexillsley New Member

    Hi,
    I just followed this great tutorial though unfotunatley i had two problems with it:

    1) I tryed setting the programs run level
    However this command failed on my opensuse 10.2 server
    Code:
    -bash: update-rc.d: command not found
    
    2) I cannot send email any more from outlook express i just get the following error:
    Any ideas to fix these problems?
    Thanks,
    Alex
     
  2. falko

    falko Super Moderator Howtoforge Staff

    update-rc.d is for Debian and Ubuntu systems; SuSE and Fedora use chkconfig. See
    Code:
    man chkconfig
    for more details.

    What's the output of
    Code:
    netstat -tap
    ? Any errors in your mail log? Does the firewall allow connections on port 25? Is AppArmor disabled?
     

Share This Page