3 Questions

Discussion in 'Installation/Configuration' started by kassie, Jun 3, 2007.

  1. kassie

    kassie New Member

    Hi All,

    I have 3 questions/problems. A little help would be great.

    1. I would like to apply that patch that the clients can use their email addresses as login names. I am very new to linux so i am struggling to apply the patch. Some step by step help would be much appreciated.

    2. After adding a client and his website. When i point to www.sabres.za.net i get a page that looks like ftp and it shows all my folders on my server. I would like some help to fix this that if i go to that domain it must show me his website. I can login via webftp and upload some pages.

    3. I can recieve emails through Outlook. I use the domain_username. It works. I CANNOT send through outlook. I have tried authentication. It then asks me for a username & password. It keeps asking for it eventhough i know i'm putting in the same details as incomming details. When i login via squirrelmail i can see mail if there are any. When i try and send it gives me an error.

    Any help would be much appreciated....

    I Have an Ubuntu 7.04 Perfect setup and i run ISPConfig 2.2.13
     
  2. planet_fox

    planet_fox Member HowtoForge Supporter

    1.Answhere take a look here

    http://www.howtoforge.com/forums/showthread.php?t=7881

    is the question for isp config ? then look in your isp config under
    ISP-MANAGER ---> Clients ---> market a client ---> go to login in data and change username to [email protected] .

    2.Answhere

    Post the vhost from Vhosts_ispconfig.conf for this web and the vhost
    under apache.conf

    3. can you send emails from your server over squirrelmail to a other server ? and is your server at your home or is in a servercentral station and check mailserver config and look your howto you have all config lines corecct set.
     
    Last edited: Jun 3, 2007
  3. kassie

    kassie New Member

    1. What do i d o with the script....
    Do i copy and paste line by line with putty to my command line in linux?

    2. Where do get these files? do i vi them and copy the details to the forum??

    3. i cannot send in squirrel to another server. it gives me an error. My server is located in a server centre.... where do i check mailserver config files?
     
  4. planet_fox

    planet_fox Member HowtoForge Supporter

    1. It is in testing from some user here. I have no testing, waiting for a post from
    the user in this post before you do anything.


    2. yes

    3. when you use postfix take a look in /etc/postfix/main.cf and master.cf .
    what is the output from postfix check

    4. Here you can find some linux shell commands, it makes your live with linux better

    http://www.ss64.com/bash/
     
  5. kassie

    kassie New Member

    I'm logged in as root. I can only see ispconfig folder. How do get to see the other folders?
     
  6. kassie

    kassie New Member

    How do i create a script??
     
  7. planet_fox

    planet_fox Member HowtoForge Supporter

    write this in your commandline
    Code:
    ls /
    It gives a lots of tutorial for create a script search for "shell-scripts" at google.
    it is not a very good Idee when you have first time with linux you learning shell
    scripts it is better you lerning bash commands and the bash tools. With the
    faild programming scripts you can kill your system.
     
    Last edited: Jun 3, 2007
  8. kassie

    kassie New Member

    ls /usr/sbin/email ?
    Can this work?
     
  9. kassie

    kassie New Member

    /usr/lib/courier/makeuserdb: line 1: s: command not found
    This is what i get when i run this script...

    Any help please
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors related to this in /var/log/mail.log?
    What's the output of
    Code:
    telnet localhost 25
    and then
    Code:
    ehlo localhost
    ?
     
  11. kassie

    kassie New Member

    root@superman:~# telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    220 superman.incredimail.co.za ESMTP Postfix (Ubuntu)
    ehlo localhost
    250-superman.incredimail.co.za
    250-PIPELINING
    250-SIZE 10240000
    250-VRFY
    250-ETRN
    250-STARTTLS
    250-AUTH LOGIN PLAIN
    250-AUTH=LOGIN PLAIN
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN

    I think i have found the problem
    Now we have to edit /etc/default/saslauthd in order to activate saslauthd. Set START to yes and change the line OPTIONS="-c" to OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r":
     

Share This Page