General :: Installed Open Webmail - Existing Users Cannot Login
May 18, 2010
I am using qmailserver. I login through webmail but today I installed openwebmail instead of webmail. Its ok, but I cannot login my existing users. It login only new users which I created. and email id come with fully qualified name like saran@www.example.com, so I need saran@example.com. How I do this?
View 1 Replies
ADVERTISEMENT
Jun 30, 2010
Im not getting able to neither add new users using command useradd nor delete existing users using command userdel. And even Im not getting able to login into any existing users except root. It was ok before. Im having this problem very recently on my linux server. Im using RHEL5.
View 9 Replies
View Related
Aug 26, 2010
I've been asked by my professor to add the list of users to a linux server (not sure of the OS type I think he said debian) but anyway. He gave me this script to add users.
Code: #!/bin/bash
# Script to add a user to Linux system
if [ $(id -u) -eq 0 ]; then
read -p "Enter username : " username
read -s -p "Enter password : " password
egrep "^$username" /etc/passwd >/dev/null
if [ $? -eq 0 ]; then
echo "$username exists!"
exit 1
else
pass=$(perl -e 'print crypt($ARGV[0], "password")' $password)
useradd -m -p $pass $username
[ $? -eq 0 ] && echo "User has been added to system!" || echo "Failed to add a user!"
fi
else
echo "Only root may add a user to the system"
exit 2
fi
I need to see if I can get this script to read a file that list the usernames and their passwords using the pipe command (or some similar command) so I can just do it in one batch. I've done some searching but there are so many vairiations of the code that I've confused myself. Also, I'm not too familiar with linux, it's been a few years since I've used it but in the prior script, I need to add the users to an existing group named "forensics". Which line would I change/add in order to do this?
View 3 Replies
View Related
Oct 7, 2010
I have successfully configured a local imap mail server following these instructions: url
Now I would like to make it available via webmail too.Is there an easy to install and configure webmail package?
View 1 Replies
View Related
Nov 24, 2010
I am using squid proxy in my office , now I can not access the webmail url is url.
View 5 Replies
View Related
Aug 1, 2011
i have a NIS master server and 4 NIS clients. out of 4 nis clients two are acting as login servers ie users will login and do all their stuffs and the remaining two are application servers. But sometimes users login into applications servers and started doing all their developer's job. i want to allow only a limited number of users tointo this application users not all the users who are all part of the nis domain.all the systems are running RHEL 5.4 on hp's proliant x86_64 based servers. Please advice me how should i proceed? enabling ip tables is not possible in my environment.
View 1 Replies
View Related
Mar 22, 2010
I have just finished installing (after hard work ) Centos 5.4 x86 configured with Snort & Snorby as frontend web, i would like to create from this installation kind of image that could fit to almost any hardware type.
View 2 Replies
View Related
Feb 10, 2010
I've set up password-less login for user1 on a Ubuntu machine to login automatically into a Fedora box using the publickey authentication method. Everything is working smoothly. Now, there is a user2 on Fedora but he does not have an account on Ubuntu.
I tried to login as user2 from Ubuntu to but got the following error :
Code:
Predictably neither scp or sftp work either. I have several questions as a result.
1.Is the SSH server rejecting user2 login because I am inadvertently using user1 keys (as I am logged in as user1) ?
2. Do I need to have a user2 account on Ubuntu and public/private key authentication setup with Fedora for user2 to be able to login ?
3. Is there a method I can use to password login as user2 from Ubuntu to Fedora (even though there is no user2 account on Ubuntu) AND still keep password-less login for user1 or do I have to have password-less login for both ?
At present the only way to access the user2 account from Ubuntu is to SSH using the user1 account and then su to user2.
View 3 Replies
View Related
Sep 19, 2010
I'm trying to use BlueJ 3.0.2 on Ubuntu 10.04, but I can't do nothing. I mean: I can't create new project or open existing one.I installed it twice times without problems.I did not find anything either with google or in the developers' website.
View 1 Replies
View Related
Jul 31, 2009
I have a SATA hard drive from a crashed system that was running Ubuntu 8.04. I want to install it in a Ubuntu 8.10 system and use it for file storage. How do I install and reformat it?
View 3 Replies
View Related
May 13, 2010
I want to type something in console that will open some location (on example home dir) in already opened nautilus window. Is it possible?
View 1 Replies
View Related
Jun 8, 2011
where (path) usually the programs (packages) are installed in linux.How to make installed programs available to all users of the system ?
View 4 Replies
View Related
Jun 16, 2010
I've recently installed Ubuntu 10.4 - and used it quite successfully as the adminstrator user. But when I add additional users they can't login - to be exact, their password is accepted, and they get a screen with nothing except Ubuntu's pink/purple background.The mouse pointer moves around but clicking the mouse does nothing.
View 14 Replies
View Related
Oct 10, 2009
Share users vnc connection w/ existing desktop session?
View 1 Replies
View Related
Oct 24, 2009
Well I want my sendmail to pipe all users' incoming emails to /dev/null ... I just don't want to accept emails. Every user that exist on the system currently or will be made in future, I want their incoming emails to them to be piped to /dev/null .... I just want those users to be able to send emails.
View 1 Replies
View Related
Aug 25, 2010
I created some users on my Ubuntu 10.0.4 machine a long time ago (whilst experimenting). Some of these users can login to the system, and others were prevented from login in. I can't remeber which ones can login. I have the following questions:
How do I find out which users may login to the machine? How may I disable an existing user account from login in? How may I re-enable a previously (login) disabled user account so it an login again?
View 3 Replies
View Related
Mar 10, 2011
extracting a list of all vsftpd users with last login time.
ie,
USER NAME : LAST LOGIN TIME
View 1 Replies
View Related
Mar 20, 2011
I have installed ipcop v 1.4.21, and addons TCAR and Ipcop-Advanced proxy.Now i want a login script for users on the green interface. So that when they start using internet, they first receive login page (or even through a login url page), and if they are idle for particular time, they should disconnect automaticaly. and users can check their bandwidth usage and time usage on this page.
View 1 Replies
View Related
Mar 10, 2011
I have a visichat site and 1and1 server.
i am having a problem of my firewall.
when i activate firewall from my server account users cant login to chat room. the error occured " Connection To Server Failed".
will anybody let me know how can i fix this problem so that i can active my firewall and also users can login.
View 2 Replies
View Related
Jan 21, 2011
I am writing a script in which I need to send a email to a @vtext.com address and was confused on how to go about this. (Its in a perl script so ideally it would be a one line command so I can just put in back ticks).
View 1 Replies
View Related
Aug 25, 2009
I am a complete stranger to Linux and don't know a thing about this . But my cousin has installed Fedora Linux ( she says it is Linux on Unix , Red Hat Nash ) on my laptop . The laptop was having Lotus symphony earlier and it had only single partition . As a result the Linux had overridden the existing OS and all the data is lost.
My requirement is to retrieve the lost data before I format my system again.. If it is possible to recover the lost data and if yes how to do that.
View 1 Replies
View Related
Jun 25, 2010
I have a problem related with certificate generation. I had successfully installed openssl. After that I do these.
[root@localhost openssl-1.0.0a]# cd /usr/local/ssl/misc
[root@localhost misc]# ./CA.sh -newca
CA certificate filename (or enter to create)
Making CA certificate ...
Generating a 1024 bit RSA private key
.........++++++
..........++++++
writing new private key to './demoCA/private/./cakey.pem'
Enter PEM pass phrase:
Verifying - Enter PEM pass phrase:
You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank. For some fields there will be a default value,
If you enter '.', the field will be left blank.
Country Name (2 letter code) [GB]:IN
State or Province Name (full name) [Berkshire]:KERALA
Locality Name (eg, city) [Newbury]:KOCHI
Organization Name (eg, company) [My Company Ltd]:squad
Organizational Unit Name (eg, section) []:SUPPORT
Common Name (eg, your name or your server's hostname) []:localhost
Email Address []:jk.r@squadinfotech.com
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:mahhghh
An optional company name []:mca
Using configuration from /etc/pki/tls/openssl.cnf
Enter pass phrase for ./demoCA/private/./cakey.pem:
I am unable to access the ../../CA/newcerts directory
../../CA/newcerts: No such file or directory
Distro:Centos 5.3 kernel 2.6.18
View 1 Replies
View Related
Apr 10, 2011
I just installed slackware on my pc. The installation went fine (I think). When I am trying to turn the computer on, I am asked to type the "host login". As I can remember I didn't write any username, or password. But as it seems, I have to type this in to login. I tried with "root", then this comes up "root@host:^#" if this is right, what should I type here to get further...
View 6 Replies
View Related
Apr 9, 2011
I have openSuSE 11.3 and work on KDE desktop.Before a previous logout I killed two running programs (more specifically,openoffice and firefox). Now, every time I log on my account those twoprograms open automatically
View 1 Replies
View Related
Feb 5, 2011
Currently I am working on one project in which I am transferring existing setup to Open Source platform. I am having brand new IBM server with two NIC card and want to setup Firewall. I am searching for good solution which suits to me. Which firewall system I should go for? I am thinking of IPCop.
1) Firewall should support OpenVPN
2) Easy to manage for Resident technician
3) Should be block streaming, facebook and others sites.
View 1 Replies
View Related
Jan 29, 2010
Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
View 4 Replies
View Related
Jun 7, 2011
I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout
View 13 Replies
View Related
Feb 1, 2011
I'm wondering if any Open Sourced OS and services/applications installed in an valid business organization, is there anything I should be worrying about in terms of using open source os/applications for business?
Reason being is in case auditing comes, does our open source items get audited?
I have Ubuntu, Fedora, CentOS running in my internal network running multiple services/applications and being used for business (LAMP stack, SVN, BIND, etc...).
View 1 Replies
View Related
Apr 8, 2011
I have a problem about to open zebra service after install quagga by command(./configure ; make ; make install ) and add service port ("/etc/services")
#service zebra status
zebra dead but subsys locked
and can't telnet to zebra
"telnet: unable to connection to remote host: connection refused"
I following a manual http://www.quagga.net/docs/docs-info.php but it's not perfect.
View 2 Replies
View Related
Mar 8, 2011
Unable to open pty: Permission denied while trying to login to vps node.
View 2 Replies
View Related