ISPConfig and Webmin

Discussion in 'Installation/Configuration' started by K_meleonu, Sep 26, 2006.

  1. K_meleonu

    K_meleonu Member

    Is there any problem if i install webmin if i allready have ispconfig installed on my server? I want to user webmin for the psybnc/eggdrop accounts management.

    Does anyone triyed that before?

    Thank you all in advance
     
  2. Rocky

    Rocky Member

    I don't think you should have any problems. I have webmin installed on my Mandriva 2006 Perfect setup and it works fine.
     
  3. K_meleonu

    K_meleonu Member

    Thank's,
    I know that webmin is working with no problems, i have tested it a little before installing ispconfig but i whould like to know if it makes any troubles if i have it installed and ispconfig.
    I want to run them bouth in the same time.
     
  4. edge

    edge Active Member Moderator

    I'm using webmin in combination of ISPconfig on my Debian servers with no problem! (I installed ISPconfig 1st, and than Webmin)

    Just make sure you do not start doing things like renaming users, or moving directory's in Webmin.
     
  5. K_meleonu

    K_meleonu Member

    Thank you a lot. I will start the installation of webmin in 5 minutes. If i will have any problems i hope you will help me. :p
    Thank's again


    I have installed webmin and usermin and virtualmin and i have mo problems with them and ispconfig working together.

    I still have a question. Does anyone know's wich script i have to install to administrate the users and to see theier connections on irc? I want something like this: http://www.xoipshells.com/reseller.JPG
    It is under webmin but i don't know how to install it or make it. Can someone help me?

    Thank you all a lot in advance.
     
    Last edited: Sep 26, 2006
  6. falko

    falko Super Moderator Howtoforge Staff

  7. K_meleonu

    K_meleonu Member

    Thank You

    First i want to thank you all for helping me.
    Second, if you don't mind, i whould like to ask 2 more questions.
    1. How can i change the port 25 (for emails) to another one, my isp has blocked it.
    2. Wat antivirus can i install for emails? I have a problem with a smap bot or something like that. It sends spam e-mails from my server. How cand i detect and stop him?
    Thank you
     
  8. Rocky

    Rocky Member

    Have a look at this for the email port 25 problem:
    http://howtoforge.com/forums/showthread.php?t=5773&highlight=changing+port

    ISPConfig already has a built in virus scanner and spam filter. You just have to enable them by going to ISP Manager --> Website --> User & Email --> Email User --> Spamfilter & Antivirus
    Check the appropriate boxes.

    Also make sure that under Management --> Setting --> Email, Spamfilter is checked.
     
  9. K_meleonu

    K_meleonu Member

    Or you enable ssmtp in /etc/postfix/master.conf and use the ssmtp port (465) for sending.[/QUOTE]

    I don't have ssmtp in my master.cf. I have found this line:
    smtps inet n - n - - smtpd
    an uncommented it and i have changed here:
    482 inet n - n - - smtpd .
    Originally, instead of 482 there was smtp .
    After that i have changed the var $Port = 482; line in
    /home/admispconfig/ispconfig/web/webmail/inc/class.smtp.php .
    But still no results.
    Untill i made this changes i was receiving the e-mails from outside addresses, now i can receive mails just from inside mails (the emails on my server), and cand't send any mail outside.
    Have i made something wrong?
     
  10. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ? Anything in your mail log?
     
  11. K_meleonu

    K_meleonu Member

    my netstat -tap says LISTENING on port 482 and in my mail log (connect to relay2.zappmobile.ro[80.97.176.5]: Connection refused)

    sorry for the late answer
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the complete netstat -tap output.
     
  13. K_meleonu

    K_meleonu Member

  14. falko

    falko Super Moderator Howtoforge Staff

    IS your server on a DSL line or is it listed on a blacklist? I think the other server is blocking you therefore.
     
  15. K_meleonu

    K_meleonu Member

    My server's ip is not blacklisted and is not blocked by the other server.
    I know that for sure. I think i have done something wrong... can you tell me wich files i have to modify to change the port?
    I have modified only master.cf and the /home/admispconfig/ispconfig/web/webmail/inc/class.smtp.php file. Is there any other file i have to edit and modify?
    Thank You
     
    Last edited: Oct 3, 2006
  16. falko

    falko Super Moderator Howtoforge Staff

    The port can be changed in /etc/postfix/main.cf. Restart Postfix afterwards.
     

Share This Page