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
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.
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?
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/
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.
/usr/lib/courier/makeuserdb: line 1: s: command not found This is what i get when i run this script... Any help please
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 ?
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":