I just installed WAMPP on Windows Vista 32 machine. I am using Firefox. When I try the localhost, I receive a 404 error. I have no idea what else to check the UAC is off, port 80 is free, I am running Avast as my anti-virus. I am a complete newbie to PHP, Apache, & MySql. I am trying to learn so I can run some PHP scripts for my website.
I set up my domain [url]& uploaded my Wordpress theme on my host, but receive an error, as follows:
"Fatal error: Call to undefined function: get_header() in /home/michelz/public_html/lendadvisors/index.php on line 1"
Also I set up a free Wordpress account for this purpose. So far I don't have any experience with hosting Wordpress on my host! How can I get things work?
I am currently running apache 2.4.4 with Tomcat and randomly i receive the following error when i try to hit the external URL:
Bad Gateway The proxy server received an invalid response from an upstream server
==================================================== Inside apachie error.log file., i also see the following error, i am not sure if they are related:
"The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed."
A few day ago when i access Windows plesk i receive error Access Denied. [URL]..... Even i made these steps i still receiving Access Denied when i access. I tried use PLesk REconfigurator, put psaadm permissons on all C:, update plesk, windows and still having this issue.
I didn't do any updates, but received this email from lfd: it could be because of automatic cpanel update ? if yes how to check the last update Date/information
--------------------- Time: Wed Nov 4 01:00:04 2009 +0330
The following list of files have FAILED the md5sum comparison test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:
I create an email address at my site:webmaster@mydomain.com.But it can't receive emails.What's the problem?
Delivery to the following recipient failed permanently:
Technical details of permanent failure:
PERM_FAILURE: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 530 530 Relaying not allowed (state 14).
I have a test server from which I can send out emails.. but I am unable to receive emails although I can connect and login to the pop3 server locally (telnet localhost 110)
How can I investigate this issue to find the problem and fix it
PERM_FAILURE: SMTP Error (state 9): 550-wr-out-0506.google.com [64.233.184.239] is currently not permitted to relay 550-through this server. Perhaps you have not logged into the pop/imap server 550-in the last 30 minutes or do not have SMTP Authentication turned on in your 550 email client.
Like so many others I am having the problem in which Hotmail and Yahoo are rejecting emails being sent from my server. I recently changed servers and this is most likely the reason.
While Hotmail hasn't been fixed, they have responded swiftly, usually within 6 hours.
I need to contact Yahoo about it but I can't find any information or forms to fill out. Could you please direct me to the correct URL - their site is a complete maze.
Ubuntu 7.04 server amd64 (Host OS) VMWare Server Postfix 2.3.8-2
1) On testing sendmail to Internet encounting following problem;
$ telnet localhost 25 Code: Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. ehlo xyg.com It hung here after hitting [Enter]
2) All mails sent on yahoo.com/gmail.com to this server returned saying users NOT found. However the respective users including Maildir have been created. Mails sent to them on Intranet w/o problem.
My server is running WHM 11.15.0 cPanel 11.18.6-S24739 / REDHAT Enterprise 4 i686 on standard.
I am using EXIM.
Lately, users on my server have not been able to receive most attachments. E-mails with small attachments, such as an 11,000 byte file, show up just fine. An e-mail from the same person, but with a 560,000 byte attachment will simply never show up, and there is no returned "bounce" message to the sender. It is like the e-mail was never sent.
The odd thing is, e-mails sent to and from e-mail addresses hosted on my server have no trouble sending/receiving large attachments of any size (I have tested up to several megs in size). For example, tom@example.com and joe@another_example.com both have their domains hosted on my server. They can send each other large attachments with no trouble. But, if tom@yahoo.com or tom@gmail.com tries to send a larger attachment to tom@example.com, the e-mail and the attachment never show up.
Things to note: 1) The e-mail accounts are no-where near their storage limits.
2) message_size_limit is not set, so I assume the max attachment limit is the default 50mb.
SMTP Server (QMail) is stoped in PLESK >> Server >> Service Managment and I cannot start from there.
my customers cannot send/receive their emails, I contacted with our data center to solve this problem for me and they said because the CalmAV was disabled we have this problem, we start the CalamAV but we have this problem yet!
we can sent mail from server but we don't receive any mail.
some of site at our servers receive many bounce email seems spamers use those domains as a sender or use sendmail php function in some scripts at accounts
I am a reseller with Hostforweb.com and have a minor problem that is turning into a major problem.
A number of email addresses within my clients can't receive server generated activation or verification emails, and therefore, cannot join many professional sites. It seems to be problematic with php generated email. The last two sites that I have tried to join are:
Drupal.org and Joomla.org.
HostforWeb keeps saying that is the fault of the webserver that I am trying to activate membership on. I am getting the royal run around while I am losing paying accounts.
Any body with this problem on HostforWeb.com or any other web host?
Also, I can receive the verification email on other mail addresses - both POP and IMAP.
after turning on the iptables firewall i can't receive emails anymore on a dedicated centos 5.3 server with postfix and dovecot.
with iptables firewall turned off everythin works fine.
following is the /etc/sysconfig/iptables # Firewall configuration written by system-config-securitylevel # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT -A RH-Firewall-1-INPUT -p 50 -j ACCEPT -A RH-Firewall-1-INPUT -p 51 -j ACCEPT # -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 53 -j ACCEPT
# ************ tried doing this first ************
I registered a domain and ordered an hosting package in a registrar. But my site was always down. So I ordered a VPS server in another webhosting site and transferred my site data to this VPS hosting.
I changed the nameserver of my domain and made it point to my VPS server IP. Everything is OK but there is some problem with the mail function. I can send e-mail to admin@mydomain.com from other e-mail addresses. But the mainbox admin@mydomain.com can't receive e-mail from other e-mail addresses. Can anyone tell me what the problem is? Do I need to do some settings in WHM or cpanel?
I am unable to send or receive email from the server in Mail Queue Manager it shows this when clicking deliver now
Code: Delivery attempt for Message ID 1ITmWS-0001u4-QJ Message 1ITmWS-0001u4-QJ is no longer frozen delivering 1ITmWS-0001u4-QJ LOG: MAIN lowest numbered MX record points to local host: domain.com LOG: MAIN == myemail@domain.com R=lookuphost defer (-1): lowest numbered MX record points to local host LOG: MAIN Frozen
The email of my client doesnt receive certain emails from certain accounts, including my yahoo.com.ph account. After several tries I received this error instead.
After trying to send mail unsuccedfully several times, this is the error I am getting.
Hi. This is the qmail-send program at yahoo.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out.
: Sorry, I couldn't find any host by that name. (#4.1.2) I'm not going to try again; this message has been in the queue too long.
--- Below this line is a copy of the message.
Quote:
Originally Posted by copy of email
Return-Path: Received: (qmail 90296 invoked by uid 60001); 25 Jun 2007 04:05:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
I'm having a problem, I can't receive any e-mail from a certain domain (ace.ag in this case, for example from test@ace.ag ). They sey they receive no bounced mail or anything, seems like working normally.
In the DNS reprot it seems connection to their mail server (mail.ace.ag) fails: [url]
i have number of plesk server, one of them works with all of the world mail services, many company! sometimes thay don't receive mails from others! and sometimes customers send undelivered mail reasons to us: like this:
Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain iasco.ir by mail.iasco.ir. [144.76.245.37].
The error that the other server returned was: 550 5.7.1 Command rejectedClick to expand...