Different E-mail/Web Server But Same Domain Name
I was wondering if someone might be able to help me out. I've been trying to get this figured out for the past week and have not had any success. Here is my problem, I have one domain name, I have the Web services provided on one server, and I need my e-mail provided on a different server for the same domain. I can't seem to figure out how to get my e-mail set up that is on a different server. I really need to get my e-mail going because it's very important. I think this has something to do with updating the MX records and some other stuff but I have no idea how to do it through my registrars control panel that they have. I registered it through Go Daddy.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Improve Performance- Web Server, SSH Server, And Mail Server
I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server. What I've got running: Apache2, PHP5, MySQL5, Dovecot, Postfix One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness. Changing the server software is not an option - Only optimization. Quote: Originally Posted by httpd.conf ServerTokens OS ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 300 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 5 <IfModule prefork.c> StartServers 8 MinSpareServers 8 MaxSpareServers 13 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 50 </IfModule> <IfModule worker.c> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Listen 80 LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_alias_module modules/mod_authn_alias.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_default_module modules/mod_authn_default.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule info_module modules/mod_info.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so Include conf.d/*.conf User apache Group apache Quote: Originally Posted by my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid
View Replies!
View Related
Multiple Outside Static IP Addresses To Host Web And Mail Server?
Q: Does one need to have more than one ISP (outside) static IP address to host its own mail and web server? Or will one static IP with port forwarding to two different machines (one mail and other web server) be good enough? What would happen if one wants to host two websites on one machine (web server) and have webmail to access emails (presumably via port 80) on another (mail server)? My only concern is I guess my ASA 5505 won't support more than one assigned static IP or am I wrong?
View Replies!
View Related
Exim Mail Server :: Your Outgoing SMTP E-mail Server Has Reported An Internal Error ...
I getting this error when our clients are sending mail from outlook but they are able to send mail from webmail. we are using exim mail server and whm . i can't understand where is problem , anybody can help me ? Sending' reported error (0x800CCC6A) : 'Your outgoing (SMTP) e-mail server has reported an internal error. If you continue to receive this message, contact your server administrator or Internet service provider (ISP). The server responded: 451 Please try again later.
View Replies!
View Related
Custom Web Tied To Mail Piece
Can anyone direct me to a tutorial for setting up a server for this senario? Customer is going to mail out 10,000 postcards to customers with a custom url for each, such as domain.com/joecustomer Each landing page will have the same design, but a custom greeting for that person.
View Replies!
View Related
Primary And Secondary Servers (web And Mail)
I have 2 servers 1 US and 1 UK. What I wanna do is synchronize both of them using rsync. Once they've got synchronized, the UK will be the primary server and US will be secondary, in case the UK goes down. my questions are 1. Is it possible that when the UK goes down, the A records for domain.com automatically switches to the US server so it can take over while UK is down. ie. UK ip 112.113.114.1 US ip 222.111.444.5 domain.com A records = UK ip when up... but when UK is down, A records automatically changes to US ip. 2. And when the UK server goes up again, whatever changes made to US server will be pushed to UK. May it be files, accounts or e-mails. I.E. UK and US are synchronized every 30mins. UK and US both have e-mails 1-10. Just before the sync time, UK server received an e-mail 11-15 then goes down. So the US Server will take over but do not have 11-15 mails, since it was received before sync time. During the UK downtime, US server received e-mails 16-20. When the UK server goes up, will it be possible to sync both servers that both of them will have the e-mails 1-20? I hope you get my point... If these are not feasible, what can you advice as an alternative solution. All I want is to avoid downtimes, especially with mails as the business relies on this.
View Replies!
View Related
Creating A Real Mail Using A Domain Name
i have just asked about it a local hosting copany and they show unable to understand what i was asking in the beginning and to give me a proper reply when they finally did. What i want is to create several mail accounts using my domain names (several mail accounts for each domain name using it) The usual answer is to use mail forwarding that every registrar offer for free when you register a domain name with them. So you get a free mail account amail@gmail.com domain name adomain.com and you create a forwarding such as amail@adomain.com to amail@gmail.com then you give amail@adomain.com so they can write to you using that fake mail, the message will bounce in your registrar and will send it to amail@gmail.com but what if i want a real amail@adomain.com mail because i want to write replies from that address. With mail forwarding as long as i know you can receive mail using the fake mail forwarding address but as mail is not a real one you then are forced to reply from the real account behing the forwarding one amail@gmail.com Can i do that, is that a service included in hosting plans or somewhere. Or am i wrong and its simpler than that.
View Replies!
View Related
Unable To Receive Mail From One Domain
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'm using: WHM 10.8.0 cPanel 10.9.0-R10737 CentOS 4.5 i68 Exim 4 I have RBL filtering setup as explained here: [url] what to check on my server or what to tell the ace.ag owners?
View Replies!
View Related
Smarter Mail - Spammers Targetting Mail Server Using Dynamic Ip's
We have been having some problems with one of our mail servers lately. Server is running Smarter Mail 4.x with declude. Some spammers have been targeting this particular to send spam through this server. This putting lot of load on the server because declude is processing the SPOOL in Smarter Mail and spool goes upto 2000-20000 during the day. We have been checking the headers and blocking the IP's continuously of these spam but these people are using dynamic ip's. And it doesn't seem like single spammer. Content is quite different. Blocking full ranges of certain IP Range helps though but then lot of legitimate mail is getting blocked as well. Is there any good suggestion or a serious mail server admin who can have a look and actually sort it. This is causing serious delays on our mail delivery through this mail server.
View Replies!
View Related
Web Host Block Php Mail... Alternatives?
I send out almost 50 emails a day from a PHP program on my web site. My web host wrote an email complaining to me. Should I: a) take their advice (and if so, do I need an SMTP server and how do I get one set up?) b) change web hosts? Here is the email from them: Hi there, Thank you for contacting us. Please note that the script is being abused via a web browser to send out mail. Please refrain to use the PHP mail() function as it is deprecated and vulnerable to abuse. We could possibly suggest that you take a look at using SwiftMailer which is well documented and supported. We have commented out all of the mail() function calls on your site.
View Replies!
View Related
2 Email Addresses On The Same Domain But Using Different Mail Servers
I'm trying to see if it's possible to have 2 email addresses on the same domain (e.g. email1@domain.com and email2@domain.com) but are handled by 2 different email servers (e.g. mail.domain1.com and mail.domain2.com)? To put it into context, I have a domain hosted on my dedicated server and a couple of email accounts set up on it. I also have another mail account set up on a different server but with the same domain. I was wondering if maybe something could be done with the DNS to allow the 'external' mail account to be handled by the other server?
View Replies!
View Related
E-mail From Addon Domain Flagged As Junk
I have an addon domain running on my webhosting along side my primary account. I am mostly using the Thunderbird client to send e-mails. 80% of the time when I send a mail out from "name@addondomain.com" hotmail, gmail, yahoo all see it as spam! What's ironic is I receive more darn adult e-mails in my free accounts than anything else, and yet it's thinking the occasional mass personal message is SPAM? So these guys that flood my inbox daily must know something I don't? Is there something I'm doing incorrectly? Or do I need to change a hosting package setting, should I use different software such as a php mailing list?
View Replies!
View Related
Send Mail From Web Form Using 3rd Party SMTP
I have a CDONTS script which has been sending mail from a client's website form to their address. However, the script has suddenly stopped working. It doesn't error, they just don't receive the mail. I've tried CCing myself in the script and the mail is not getting through. The script itself is tried and tested and syntaxially correct. I think the problem is because they're using their own exchange server, not the web hosts' mail server. Therefore I would expect that mail sent from the web script wouldn't go through because there is no local mail server to process it. The problem is that the script hasn't changed, the host say their system hasn't changed, and the client's IT team say their exchange settings haven't changed! I could set up a CDOSYS script to use their Exchange server to deal with the email, but their IT support won't allow relaying, so I don't think this is possible. Is connecting to their Exchange box the only option, or should the website host still be able to process the web-script-generated mail despite not being their mail provider? I'm getting a lot of grief here, but it can't be the script that has suddenly broken because nobody has touched it!
View Replies!
View Related
What Software Setup For Mail/webmail/web/cp/dns Host
a Control Panel for OS X 10.4 (non server)? Current setup: OS X 10.4.9 Postfix Apache 1.3.33 (Darwin) Is there a better setup? I have an extra (older) mac machine that I could play with. I would prefer free software recommendations. I still consider myself a newbie at this even though I've been hosting my own business and personal sites for a few years now. I am now looking into maybe providing services in the near future to the public. My goal is to manage the entire service from equipment to customer service.
View Replies!
View Related
Mail Server - Setup Virtual Mail Boxes
AMD Athlon54 X2 512Kx2 socket AM2 3800 slamd64-11.0 Just completed installing the captioned OS with everything installed except GAME. This is an experiment. slamd64 is now running on the box. I'm going to setup virtual mail boxes on this server, allowing my friends using the mail server sending and receiving mails. Please advise; 1) how to check whether sendmail is running and configured properly. 2) how to setup virtual mail boxes. Where can I find relevant tutorial.
View Replies!
View Related
Separate Mail Server- Deliver Mail To Hotmail
i'm thinking about building a separate mail server away from my cpanel/whm machine. that mail server will be located on a different IP address with "clean" record so that business email won't get deleted my strict rules of hotmail. can you please tell me, generally, about this "buidling separate mail server", i.e. what MTA, software, web-mail software, will it be worth? ,etc. Pointing me in the right direction will allow me to complete the project in the shortest time.
View Replies!
View Related
E-mail Hosting, Google Apps And Domain Locking
I've seen that a similar topic was posted earlier today, but I have more specific question. I'm looking for the e-mail only hosting. Requirements: * dedicated IP * SMTP + SSL (TLS) * POP3/IMAP + SSL (TLS) * up to 10 e-mail addresses from various domains * forwarders (10 or more) * 1-5 GB storage * 10 GB bandwidth * budget: the less the better, but I'll pay any reasonable amount of money if the service is good. Basically I need to find a provider at which I can keep my e-mail address once and for all. (I need a few e-mails only, a few forwarders, 100 MB storage and 1 GB bandwidth but I stated more so I don't run out on resources) Is there any significant difference between SSL and TLS or is it all mainly in the proprietary vs open standard? Is there any good reason why not to use Google Apps for this purpose? I've read that some people are concerned about privacy. Is there any pro that can comment on this (privacy issue) and remain objective? One last (dumb?) question. What is the purpose of domain locking? Before AuthCodes were introduced I could see the reason for locking domains, but why would anyone want to lock the domain these days? (and yet I see majority still does) I mean, noone can initiate the transfer without providing AuthCode (can he?) and isn't that alone good enough to keep the domain safe? And if someone manages to gain control to the control panel to read AuthCode then he can easily unlock the domain so I see no additional layer of security.
View Replies!
View Related
Unrouteable Mail Domain Everytime I Send Out Email
My mail server suddenly went into chaos. Everytime I send out an email it retruns me back an email automatically telling me example: "unrouteable mail domain "gmail.com". "unrouteable mail domain "yahoo.com". Etc. I try to reinstall exim #/scripts/exim4 --force I even reboot the server but nothing works.
View Replies!
View Related
Domain Vs Web Address
thinking about adding web hosting to my reseller account. Can anyone tell me the difference between an IP address and a domain. If they are different who actually owns the domain and who owns the IP address?
View Replies!
View Related
Web Hosting Domain
I just got hosting with a company called Netfirms (netfirms.com), and I gave it my domain name(destinyislands.com) that I purchased from godaddy. However, destinyislands.com will not redirect to the actual pages that I have uploaded to netfirms. The only page that will work is destinyislands.netfirms.com(a crappy subdomain). I just signed up about 30 minutes ago, so maybe I need to wait for the domain to register into the system, but I feel like I got ripped off. Anybody have any idea of if I just need to wait, and then the regular domain will work?
View Replies!
View Related
Domain Not Working Via Web
The domain is not showing up via web, but works via ftp oddly. I deleted / re-added the dns zone and it still shows up "no record found" in dnsreport.com I found the dns line in var cpanel user file commented out, uncommented it and made it dns= (instead of dns=1). I ran updateuserdomains, restarted cpanel and dns zone still does not show up in dnsreport, nor the web working The httpd.conf virtual portion matches fine with the dns zone as well. Now after uncommenting the dns line in the user file, it shows up in whm but still does not work via web. I confirmed these are correct / listed: userdomains (no, I added it, ran updateuserdomains, it disappeared from that file) /var/cpanel/users/userfile (correct dns=, etc) httpd.conf (correct) sync'd zone to all clustered servers (ok) ran updateuserdomains numerous times restarted cpanel listed in /var/named/domain.com.db localdomains (ok)
View Replies!
View Related
Reversable Domain/DNS Problems In E-mail Genuinity Check
Title: Reversable Domain/DNS Problems in E-mail Genuinity Check Tags: DNS, firewall, internet protocol, routing, email This is a real world scenario that I need help figuring out. I have thought of everything I could, but now I must seek the privileging knowledge and help from WebhostingTalk Forumers. This is a real world scenario -- how so? Well know that Microsoft's TechNet newsletter probably goes out to at least a million people. How many of those e-mails go out to yahoo.com? Gmail.com? Hotmail.com? AOL.com? Etcetera. This is the same scenario that my company is in, except with a little bit of a kicker that has caused me to seek help. In this scenario we have at least 10,000 clients with an e-mail at company-b.com. We need to send all of our clients an important e-mail with confidential information. We have one physical server and it is located in a ventilated and cooled datacenter'ish room. We also have two internet service providers for connection redundancy. On our firewall, we have it set so that if our primary ISP goes down it will instantly switch over to our secondary ISP until our primary ISP is back online. The IP address our primary ISP gives us on the internet is 48.48.48.48, and our secondary ISP gives us 68.68.68.68. [url] Company-b.com, for the protection of their customers, will resolve the reverse DNS from the address an e-mail would come from to make sure that the IP addresses match. In other words, when you send an e-mail from company-a.com it will come out from mail.company-a.com (with an IP address of 48.48.48.48 for example). When the mail gets to company-b.com, that server will resolve the reverse DNS (or try to anyway) of mail.company-a.com to make sure that it is indeed coming from 48.48.48.48. If it resolves it to a different IP address, it will not deliver the e-mails you sent from company-a.com to its customers on company-b.com. In general, this verification process tries to verify the genuinity and validity from where e-mail was sent from to its own customers. If mail.company-a.com resolves to a different IP address than what it came from, then it is possible to say that we (or company-a.com) are using a relay (which is like a proxy), or that our domain name is simply not reversable. [url] To summarize: mail is sent out through 48.48.48.48 (but then goes offline coincidentally) and is sent to 96.96.96.96. Because 48.48.48.48 is down, mail.server-a.com will resolve to 68.68.68.68 instead of the original IP address we sent out our mail from, and because the IP addresses differ, the server 96.96.96.96 rejects the mail we sent, thinking that we either (1) have a DNS problem, (2) are spammers/spam-bombers, or (3) using a relay or proxy, which many companies are against, do not support, and have counter-measures against relay/proxy-users. [url] Any and all help will be appreciated. We are looking for a workable, proper/appropriate solution so that we can successfully pass the reverse domain test. We can add/modify DNS/MX records to company-a.com. We must have the two ISPs we have for redundancy; our company and clients heavily depend on our internet connection's uptime. Also, a lot of people in the company depend on IMAP/POP3/SMTP with their cell phones, iPhones, PDAs, laptops, timecards, etcetera. We may be able to schedule something maintenaince for a weekend if necessary.
View Replies!
View Related
Exim - Mail Filter, Blind Copy All Domain Emails
I have Exim install on my server, I have a few filters setup. I have several domains on the same server. What I want to be able to do is blind copy all emails SENT and RECEIVED from *@domain1.com delivered to backup@backup.com Here is my filter that copies all incoming mail, (THIS WORKS 100%) PHP Code: if error_message then finish endif if $header_to: contains "@domain1.com" then unseen deliver "backup@backup.com" endif Now this filter does NOT work, I want it to blind copy all emails sent from *@domain1.com PHP Code: if $sender_address contains "@domain1.com" then unseen deliver "backup@backup.com" endif I have 1 outgoing mail filer working, however it is for a specific email address, here it is.... PHP Code: if $sender_address is "user1@domain1.com" then unseen deliver "backup@backup.com" endif
View Replies!
View Related
No Emails Web Or Pop, Only One Domain
Only one domain suddenly out of the blue is not receiving emails via web or pop3. - deleted / recreated email - eximup forced - domain exists in trueuserdomains, localdomains but not in remotedomains (shouldn't) - restarted pop server Mail works fine on the various other domains on this box cpanel/centos What could be the cause? Site works fine, made no server edits. EXIM logs show this for example 2008-01-03 20:20:03 [1643] 1JAcAE-0000QS-Ly ** admin@domain.com F=<root@server.hostdomain.com> P=<root@server.hostdomain.com> R=lookuphost T=remote_smtp: SMTP error from remote mail server after RCPT TO:<admin@domain.com>: host sentry.domainbank.com [64.85.73.28]: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) .......
View Replies!
View Related
Clarification Regarding Web Host, Domain Name
I had just sat down to click on the "buy now" button of a web host service provider when I just had a few more doubts. I am faced with a few queries like the domain name I need to buy. At the moment, I have not made a proper site for anyone. I am experimenting with a few example sites only. One of my good friends, who is a cricket coach told me that he needs to modify his site. He told me that I can use his site to experiment and learn. So I am now trying to make a site using his images, header etc but with a few modifications. His site contains a home page, a contact page, an image gallery and also a registration page where he wants the students to give their details like name, age, school and submit the details. Now, I have just managed to have a home page, a contact page and a plain gallery page with a few images. I also made a registration page where the student can submit the details. But I have not been able to test the form on my page to see if it works. Now this is what I want. I do not have a site of my own now. But I need to have a web host who will give me php support so that I can test whatever page I make. When I am satisfied that I can venture out and make a website for somebody, I intend to start offering my services to my friends (for a nominal fee or even for free if it is going to help me to learn. I do not want to take money for a sloppy site or take my friends for a ride. I want to be able to offer quality service for whatever I charge). My question now is this. When I need to register for a domain name, is it a good idea to just have a domain name like www.jppp.com ( if it is available or a similar name). Then can I try out the various pages that I make on this site? Once I get my domain name, I need to download a ftp client in order to upload my files, isn't it? Once I am a little confident and offer my services to a client, I make a site on my PC with all the files required. Then do I upload the files to my own domain name to show it to the client for his approval? Or should I have a domain name of my client's choice and then upload it there before making any changes that he wants? One more question. In my gallery page, I have a few thumbnail images which shows a larger version on hover. Now I can upload the pages which my friend has provided me. But my friend will have many images which he needs to be able to upload himself instead of having to depend on me? I know that I need to use PHP for this. But I do not know the exact method. Can I be shown the way or directed to a tutorial? Will I have to let my client know that the size of the images should not exceed a certain limit? Being a layman, he will not know how to resize images which I can easly do in photoshop, isn't it? What if his images are too many and exceed the amount of webspace that I have?
View Replies!
View Related
Mail Server / Can't Send Or Receive Mail
In webmail, when a person trys to send an email they get this error: Message not sent. Server replied: Requested action aborted: error in processing 451 Temporary local problem - please try later We have tried all the mail processing apps on Webmail (horde/squirrel/roundcube) and all of them seem to do the same thing. We have restart exim and that doesn't do anything either. I tried searching Google, but I didn't find too much luck there.
View Replies!
View Related
Can I Point MX Record For Third-party Domain To Yahoo Small Biz Mail?
My client has a domain registered at GoDaddy and a Yahoo Small Business email package. The only info I can find on Yahoo suggests I need to redelegate the domain's name servers to Yahoo, and I'd rather not do this if I can help it. Is it possible to simply leave the name servers at GoDaddy and point the MX record to Yahoo's servers? I don't see anything on Yahoo saying it won't work, but then I see nothing to suggest it will either!
View Replies!
View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
I have a vps with dedicated ip's for my domain names. I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries. Now i have already added the glue nameserver records on my godaddy control panel, ns1.mydomain.com -> 10.20.30.40 ns2.mydomain.com -> 10.20.30.41 But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries? Is it really required?
View Replies!
View Related
UK Web Hosting 500MB Space 1GB Bandwidth Existing .org.uk Domain
I'm the webmaster for a church website: stpetersbraunstone.org.uk and our domain & hosting renewal is coming up, so I'm looking to see if there's a better deal. We're with namehog.net (and have been for 2 years with no problems at all) on their Professional package. The renewal fees are 105GBP (web hosting) + 5.90GBP (domain name) + 17.5pc VAT to cover the next 2 years, which comes to 130.31GBP. The site is powered by WordPress, so PHP and MySQL are needed. And we upload lots of photos, so need at least 250MB webspace I'd have thought. So far, our highest monthly bandwidth usage has been under 800Mb, and our visitor numbers are increasing and our highest monthly figure so far was 401. Any recommendations gratefully received. There seems to be many different companies out there who offer what I want, so I'm after some personal recommendations please. I've already used this site to discount streamline.net due to bad reviews. I'm looking at fuzioned.com and redfoxhosting.co.uk - any thoughts? I've also come across no-wires.co.uk - has anyone had any good or bad experiences with them? And yes, I have submitted my details to the "request quote" thing.
View Replies!
View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
We have a lot of unused domains that we'd like to setup domain parking for. To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page. We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?
View Replies!
View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly.. Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS?? I just can't find any answer for this, everything i've found required manual creation of lookup entries.. anyone?
View Replies!
View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site. I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx". # for i in `seq 1 15`; do host mysite.net; done mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.
View Replies!
View Related
Unrouteable Mail Domain "gmail.com"
I have started facing this problem on my cpanel server recently... I cannot send any mail from the server.. through webmail/outlook/php-scrpts etc.. every time mail returns with the message... unrouteable mail domain "gmail.com" I have checked solutions given in some other threads.. but those doesnt seem to work in my case.. I have checked dig gmail.com and dig mx gmail.com from shell.. its resolving properly.. What could be the error?
View Replies!
View Related
Mail Server And Dedicated Server Configuration
I'm a a JAVA software developer and it happens that I need to configure a dedicated server running Win 2003. It's already up and running with static IP address, however hosting offers a "Static IP Address", which doesn't really make sense, cause I already have one? Other thing is domain name. Current domain name is registered with a different company and we don't really want to transfer it from that company. Can I get away with importing a domain name and changing MX records in the domain control panel? Last thing is an email server. What do I need to set up an Email Server? I have a domain name with few POP3 email addresses. I thought about using hMail server for windows. What else do I need to do, pay for?
View Replies!
View Related
Realtime Transfer Of E-mail From Server To Server
I have a vps (CPANEL)... I would like to have incoming emails for a certain cpanel account transfer to another external server (after coming thru the VPS). I store my emails on the external server and have more space there. The reason behind this is: I have spamassassin on my VPS and would like to run email thru that before it delivers on the external server. I do not have the capability to install spamassassin on the external server. Is the above possible? How can I accomplish this?
View Replies!
View Related
A Mail Server
I own a entry level RPS (real private server). My site use only 0.02 % of server power. So I like to install a mai server for this site and for a future site that I am creating. So I need virtual host support (few sites with their own domain). I thought of PostFix as smtp but I do not select a pop3/imap agent.
View Replies!
View Related
Mail Server
I created an email account admin at haleyhosting.com .. this is the first email account that i have created. The weird thing is i can send emails out but cant recieve emails. i know this probably somthing really simple.
View Replies!
View Related
Mail Server
I have a website where we allow users to send private messages to each other. Now, lets say there are 5000 users and 1000 users mail addresses on yahoo and hotmail do not exist anymore. Each time someone sends those 1000 users a private message, an email is dispatched. The problem is that we get 1000 bounce emails and it's hard to go through each bounce email and change that user setting to recieve email We are using Mysql db and i am searching for some kind of script that can actually check if a mail box exist or not before sending the email. This way the mail server won't get too congested.
View Replies!
View Related
Server Mail
I can log into the server and send emails to other offline server email addresses but when I try to send emails to other email accounts on the server they get queued but don't get delivered. Here's what it says when I try to deliver from the email queue.... Message 1HypxJ-0003ZF-Ul is no longer frozen delivering 1HypxJ-0003ZF-Ul LOG: MAIN PANIC failed to read delivery status for davy@outlawweb.co.uk from delivery subprocess LOG: MAIN PANIC appendfile transport process returned non-zero status 0x000b: terminated by signal 11 LOG: MAIN == davy@outlawweb.co.uk R=virtual_user T=virtual_userdelivery defer (-1) LOG: MAIN Frozen
View Replies!
View Related
Create Web Server Using Windows 2003 Server
I have three machines in network. One is server with Windows 2003. And rest two are having Win XP Professional and MS Office with Publisher. I want to create website using Publisher on one machine and put to Web server created on Win 2003 server. So that other machines on the network can browse my thsi local website.
View Replies!
View Related
Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server
This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2. However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2. My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1? Server1 (www.domain.com) ns1.domain.com ns2.domain.com Server2 ns3.domain.com ns4.domain.com
View Replies!
View Related
|