Server :: Error - 550 Localhost.localdomain Does Not Exist
Jan 22, 2010
We've had this server running before but two hours ago there are some domains outside which we cannot send email to. this is a sample of the message we get
Quote:
The original message was received at Fri, 22 Jan 2010 14:31:59 +0800 from [10.0.200.10]
----- The following addresses had permanent fatal errors -----
<beth@nippon-antennaphil.com> (reason: 550 localhost.localdomain does not exist)
----- Transcript of session follows -----
... while talking to nippon-antennaphil.com.:
>>> DATA
<<< 550 localhost.localdomain does not exist
550 5.1.1 <beth@nippon-antennaphil.com>... User unknown
451 4.4.1 reply: read error from nippon-antennaphil.com.
Our server's been running smoothly before but i dunno what happened. I can send mails to gmail and yahoo as well... but there are like 3 domains which we cannot send mails to.
View 8 Replies
ADVERTISEMENT
Mar 17, 2011
I cannot seem to figure out where my system is pulling its localhost.localdomain setting from. OS is;
Quote:
[root@system root]# cat /etc/issue.net
Red Hat Enterprise Linux ES release 3 (Taroon Update 3)
Kernel on an m Network file is;
Quote:
[root@system root]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
Quote:
[root@system root]# hostname
system
[root@system root]# hostname -d
[root@system root]# hostname -f
system
[root@system root]#
how to set the localhost and localdomain?
For the time being, the localhost is somehow being set correctly, but the localdomain is incorrect.
View 1 Replies
View Related
Mar 30, 2010
I use sendmail using my server. I hosted my site I just bought a domain name. Everytime I send mail I saw in my log files localhost.localdomain. How can I change this hostname in sending my mail.
here's the log:
From MAILER-DAEMON@localhost.localdomain Fri May 8 16:30:23 2009
Return-Path: <MAILER-DAEMON@localhost.localdomain>
Received: from localhost (localhost)
by localhost.localdomain (8.13.1/8.13.1) id n488UNlD006632;
[code]....
View 3 Replies
View Related
Jul 9, 2010
When I send email through sendmail, by using a command such as:
Code:
echo "test" | mail test@gmail.com
This appears in email source:
Quote:
Received: from mydomain.com (localhost.localdomain [127.0.0.1])
Received: (from root@localhost)
How can I prevent this? Ideally it would display:
Quote:
Received: from mydomain.com (mydomain.com [server IP])
Received: (from root@mydomain.com)
I've tried playing around with the sendmail.mc file, but nothing seems to work.
View 3 Replies
View Related
Feb 10, 2010
I want to use http protocol for my localdomain's yum. This is the base tag of current local.repo which is using ftp.
[base]
name=Base repository for localdomain
enabled=1
baseurl=ftp://192.168.100.1/pub/os/i386
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
View 8 Replies
View Related
Jan 31, 2011
I am in the process of migrating my old server into new Linux new server. As part of the , apache configuraton is one of the process . i have installed http with yum. i added some test dir like /date/test underwhich i created one test.html. When i start apache , it says Starting httpd: Warning: DocumentRoot [/data/test] does not exist.i am not sure about it. I have directory exists. however it shows the error message.
View 3 Replies
View Related
Jul 13, 2010
Does anyone know how to write this command for mysql version 4? (The command is for mysql version 5, I guess since when I check database in mysql server version4 there is no database name information_schema ) command:select concat(table_schema,'.',table_name) as table_name,table_rows from information_schema.tables where table_rows > 1000000 order by table_rows desc; meaning:show all database,table name and row count from all databases that has table row more than 1000000
Run result with mysql version 5: mysql> select concat(table_schema,'.',table_name) as table_name,table_rows from information_schema.tables where table_rows > 1000000 order by table_rows desc;
[Code]....
View 3 Replies
View Related
Jun 18, 2010
Recently I got a very rare database issue, it says: Error: Couldn't read status information for table clients_copy () mysqldump: Couldn't execute 'show create table `clients_copy`': Table 'adm_retail.clients_copy' doesn't exist (1146) Error: Couldn't read status information for table dt_mx_emp ()
[Code]...
View 2 Replies
View Related
Apr 11, 2010
To configure webmail in linux5, I�ve followed below procedures:
-Squirrelmail-1.4.2.tar.gz and unzipped under the folder /var/www/html
-cd squirrelmail-1.4.2
-cd config
-within this directory, ./conf.pl
-From main menu, I did choose 2 for domain (i.e. arafapparels.com). This is my official domain
-Then save and exit
-For IMAP setting, I did choose D
-Selected uw and save, then exit
-Then from command line, I wrote chown �R apache.apache /var/www/html/data (I created folder data in the above path)
-I created a folder named as attach to keep attachment in /var/www/html i.e. /var/www/html/attach
-Then typed grep �R apache /var/www/html/attach
-Then typed chmod 730 /var/www/html/mail/attach (Here squirrelmail-1.4.2 directory has been moved to mail directory)
-Then from web browser/Internet explorer, I typed http://localhost/mail/
-Here Username & Password appears. Previously I have created username.
-But when put Username & Password, below error message displays
Error connecting to IMAP server: localhost
13: Permission denied
But I gave permission by chmod 777 /var/www/html/mail and by using 555 but no result.
View 2 Replies
View Related
Dec 9, 2010
why I'd be receiving this error. I have created a partition and filesystem and put the label in fstab. Everytime I reboot the server it is unable to mount the filesystem. However I am able to mount it manually.
View 5 Replies
View Related
Mar 26, 2010
I set up a servber on my local machine, & also PHp - Both working fine.I'm trying to load up MYSQL i have installed it, & *can* start/stop the server. however if I do anything else with it, I get this error :-
Quote:
root@gordon-desktop:~# sudo mysqladmin -u root -h localhost password MYPASSWORD
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
Query :-
1) How do I know MYSQL is actually active ? (apart from the message it says that its statrted (or stopped).
2) Is there a way to
a) Find out the usernames that are recorded on the MYSQL server ?
b) set / RESET the 'root' username (I know MYSQL root user is different to PC root user)
c) anything else I can do on the PHP / website code to see if MYSQL is working
(as yet, no tables / databases etc have been set up - as I can't get past this error message - I get the same error when setting up a database.)
Ps I did allow my usermname (when logged in to ubuntu) to edit / create files in the /usr/www/ directory (but it is still OWNED by 'root' - that directory)
View 4 Replies
View Related
Jul 27, 2010
I'm getting this error.
Basically this is what's happening. I can receive mail in my Maia Mailguard everything works fine.
However in my Spam Cache if I were to get an item say that was not meant to be spam and I try to release it so it goes into my inbox I get this error (see below)
Now I'm trying to figure out where I would give it permission to connect to that IP?
On a side note the error has an IP of 192.168.96.30. With that IP I get a connection refused error
If I were to put Localhost it gives me an error of "Could not find Network_addr"
So I'm trying to figure out what this error means and why I can't release any kind of spam to enter my mail box?
I think it has something to do with the way it is connecting to my exchange? or MySQL?
View 2 Replies
View Related
Aug 28, 2009
I have a backup of /oracle in redhat linux advance server 2.1,i have taken that backup by tar -cvzf command when untar this backup by tar -xvzf command the following error occurred-"Error exist delayed from previous error"
View 2 Replies
View Related
Jun 1, 2009
I have just configured CentOS server my new office. This is the first time I am using CentOS.
Whenever I am trying to change the webroot of the httpd server, it usually say "directory doesn't exist". whereas which can't be the case as it is home directory of the user.
To achieve this, what Do I need to do?
The second issue, I am facing that whenever I am adding new directories to public_html folder, it is not accessible. as the error page 404 is shown. I have changed the permissions to 0705 and ownership is also transferred to other user. What else is required to make new directories accessible by the web?
View 2 Replies
View Related
Oct 27, 2010
One of our client having issue with the qmail. The issue is if any one send email to abc@ourdomain.com (abc@ourdomain.com the email address which is not exist) it should send failure notification i.e."email does not exist" to the sender. The qmail server is not notifying that email address does not exist.
View 1 Replies
View Related
Sep 25, 2010
I was trying to remotely log in to my desktop which uses 11.3 from my laptop via ssh. For some reason I get an empty field for the command echo $DISPLAY. and as a result an xclock command results in error: can't open display. I tried to set it to localhost:10.0 and I get: Error: Can't open display: localhost:10.0
I've tried :0.0 and I get: Invalid MIT-MAGIC-COOKIE-1 keyError: Can't open display: :0.0 ssh used to work about a week ago before I performed various security updates. I was wondering what' the solution to this. I checked the /etc/ssh/sshd_config file and ssh_config file both have X11 forwarding on. Can anyone with more experience out there give me any ideas?
View 9 Replies
View Related
Apr 6, 2010
When I attempt to use Putty for xterm (to run DBCA for Oracle) I check x11 and put my IP Address in the Display field of putty. However, when I then try to execute ./dbca I receive the following:
Xlib: connection to "localhost:10.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
Error: Can't open display: localhost:10.0
I notice the following when logging in to the server as well.
Last login: Fri Mar 19 13:51:19 2010 from 10.47.48.33 /usr/X11R6/bin/xauth: error in locking authority file /home/oracle/.Xauthority. These are the same steps I take successfully on all the servers. The above file exists on the servers I can initiate the GUI, but not on <server1>.
View 5 Replies
View Related
Feb 20, 2011
i have installed apache and worked well with it ..now when i browse to localhost.i struck a error it says..
Not Found
The requested URL / was not found on this server.Apache/2.2.14 (Ubuntu) Server at localhost Port 80
Unable to get.
View 2 Replies
View Related
Sep 22, 2015
OS:Debian Jessie -- Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64 GNU/Linux
Apache version 2.4.10
IF i test the link http://localhost/123456789 , I can't find the message in /var/log/apache2/error.log
like : [Tue Sep 22 23:30:34 2015] [error] [client 192.168.10.177] File does not exist: /var/www/html/123456789
View 0 Replies
View Related
Apr 19, 2011
I got the "The file '/var/log/syslog' does not exist." message when I tried to run KSystemLog as well as "The file '/var/log/auth.log' does not exist." when I tried to view the authentication log. There is no icon beside the items "Krfb," "KSystemLog," and"Nepomuk Backup" in the "System Tools" menu of Gnome.
View 9 Replies
View Related
Sep 19, 2010
I accidentally removed the partition in my hard drive where my Ubuntu was installed.After restarting my Laptop, I suddenly receive the message saying,
"grub error> partition does not exist.
grub>"
View 1 Replies
View Related
Oct 28, 2010
Why am I getting this error: ERROR: Module mod-wsgi does not exist!
$ sudo a2enmod mod-wsgi
Code:
ERROR: Module mod-wsgi does not exist!
$ sudo a2enmod mod_wsgi
Code:
ERROR: Module mod_wsgi does not exist!
[Code]...
View 1 Replies
View Related
Apr 24, 2010
when I reviewed the error_log I found that it is logging thousands of errors which are similar. I've included a sample of the errors. The following error seems to happen constantly, from many different ip's...
Code:
[Thu Apr 22 01:02:06 2010] [error] [client (the ip address removed)]
File does not exist: /home/virtual/site4/fst/var/www/html/colombia-news,
View 2 Replies
View Related
Apr 4, 2011
I come back to everybody cause I don't find an explicit how to do this!In our internal network, I've created an email server with Postfix and Dovecot. (Just for internal domain, no needed to go outside)
But I've some server which use linux too. All are on CentOS 5.5.I would like to configure these servers to use my internal mail server for send email, and not configure sendmail or postfix on each server.
What I've to do exactly on each servers to use it? I search on the web but I don't find something very explicit
View 3 Replies
View Related
Mar 3, 2011
I am still a newbie at Linux, but have managed to get about 6 different Kubuntu systems up and all running a localhost test web server. I always start out with a server .iso and after installing I add a kubuntu desktop GUI. I have an old laptop that was running 8.04 server w/xubuntu desktop gui and it was running my test web pages through localhost. I got a wild hair and thought it was about time to upgrade to 10.04 server. I always do a complete install and this time I tried lubuntu desktop GUI. I really like lubuntu but for some reason can not get localhost to run. I get a 402 forbidden error. same error with 127.0.0.1 Here is what I get when I run this command
[Code]...
View 4 Replies
View Related
May 25, 2011
I did a fresh install of F15, and I can not get it to boot
Quote:
Booting Fedora (2.6.38.6-27.fc15.x86_64)
root (hda,4)
Error 21: Selected disk does not exist
Press any key ton continue ...
The contents of my fstab
Quote:
UUID=9fc649bd-ea40-44ab-88f6-29afe4f26576 / ext3 defaults 1 1
UUID=2437a8af-311a-4caf-99b3-1f137df69d43 /home ext3 defaults 1 2
UUID=a6f67606-ecb6-47c4-8913-f101fc6a097e swap swap defaults 0 0
[code]....
From what I can figure out, grub can not figure out which disk has my root file system. I checked the partition labels and they match the UUID that are in my fstab.
View 5 Replies
View Related
Jun 14, 2010
I have Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 mod_fcgid/2.3.4 Phusion_Passenger/2.2.14 PHP/5.2.10-2ubuntu6 with Suhosin-Patch configured In UBUNTU 10.04 I like to install apache2 mod_perl I make apt-get install libapache2-mod-perl2 and I get: Quote: libapache2-mod-perl2 is already the newest version.
Ok I try sudo a2enmod mod_perl ERROR: Module perl does not exist! how I make Perl work in apache2 UBuntu 10.04
View 3 Replies
View Related
Oct 3, 2010
I am running Ubuntu 10.04 x86 64 bit Desktop.I want to accomplish setting up a virtual host environment for education reasons. How may I accomplish this? So far I am going by this following guide: URL... But when I get to the part of entering the command in the terminal "a2enmod fcgid" I get the following error: "ERROR: Module fcgid does not exist" I've been pulling my hair and spent a ton of time trying out how to set up suexec and virtual hosting .
View 1 Replies
View Related
Mar 7, 2011
Plan to use GRUB for multiple booting to select the OS but only with luck have I got it partially to work. Windows 98 and Puppy 431 O.K on first HDD but Puppy 421 on second HDD /dev/sdb1 stops at error 21.
View 6 Replies
View Related
Feb 12, 2009
I've downloaded Ubuntu 8.10 and I have installed it within ms windows. My first problem was when I went to boot Ubuntu and the graphics weren't right so I rebooted it with a different graphic configuration and it installed successfully. When I went to boot Ubuntu a second time to actually use it I got the following error:
ALERT! /host/ubuntu/disks/root.disk does not exist. Dropping to a shell!
BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
View 2 Replies
View Related