Localhost Server With Mail Server
I would like to set up a localhost server with a mail server too, I usually use uniform server as I find it very easy to get up and running and carry around with me, are there any better solutions, I have found it difficult to get a mail server running on the uniform server. or maybe there are distributions that come with mail server ready built in?
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Mail Server & Webmail In Localhost
I want to run a local Mail Server + Webmail Client (opensource. I googled and I found hmailserver[server] and Roundcube [webmail]. the problem that i can't config any of them How have an other alternative for mail server or a solution
View Replies!
View Related
Malicious Mail Sent Out Via MailEnable On Localhost
we received a report of a malicious mail being sent from our servers. Problem is that the sender and recipients are not hosted with us. What I'm trying to find out is how the mail got sent out. The ME logs shows that the connection was made from 127.0.0.1 to the smtp service, but that's it. We don't run mail services (pop3/imap/webmail) on the web servers, if that helps any. Have run out of ideas after sifting thru lots of logs (was trying to find if anyone called an application to send the mail and attachments out), but came up empty.
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
Local Mysql Server Name, IP Or Localhost
I am using localhost as mysql server name on my config file. then, when I enter [url], the address will automatically change to[url]that obviously getting error. when I change the mysql server name from localhost to the server public IP, everything seems ok. My sql is 4.1.x with php 4.4.7, is that any way I may use localhost instead of IP? or is there any potential danger using IP?
View Replies!
View Related
Error Connecting To IMAP Server: Localhost
i'm on Linux dedicated box -DirectAdmin panel I use Squirrelmail to se my e-mail. When i try to log inn and read mail i get this message: Error connecting to IMAP server: localhost. Where can i change this...... Squirrelmail SquirrelMail version 1.4.17 By the SquirrelMail Project Team ERROR Error connecting to IMAP server: localhost. 111 : Connection refused webmail ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) (/var/www/html/webmail/inc/class.uebimiau_mail.php:80) RoundCube Webmail Connection to Imap server failed Read on another forum, that this can solve the problem /etc/rc.d/init.d/imaps restart /etc/rc.d/init.d/imap restart -bash: /etc/rc.d/init.d/imaps: No such file or directory -bash: /etc/rc.d/init.d/imap: No such file or directory telnet localhost 143 for imap or 993 for imap over ssl Usage: telnet [-8] [-E] [-K] [-L] [-X atype] [-a] [-d] [-e char] [-k realm] [-l user] [-f/-F] [-n tracefile] [-r] [-x] [host-name [port]] Also Xinetd restart don't help [root@server etc]# /etc/rc.d/init.d/xinetd restart Stopping xinetd: [ OK ] Starting xinetd: [ OK ] Looks like that Imap isn't installed ? Correct me if i'm wrong ..............
View Replies!
View Related
Can't Connect To MySQL Server On 'localhost' (10055)
Do you guys know anything about this? My server works perfectly with INSERT, UPDATE, DELETE for mysql. but after like 12 hours later, my application crashes and I get this "Can't connect to MySQL server on 'localhost' (10055)" and I would have to restart my applications and everything will be working perfectly. Do you guys have any idea why this happen? I do have a lot of connections coming in and out of my server. Would that mean anything?
View Replies!
View Related
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
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
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
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
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
Is My Mail Server Hacked?
I am running not so big hosting and do not have much customers. One of our customers have complied to me, that registration mails from his website goes to spam. I searched my IP and found it blacklisted in two databases. I started to analyze logs, and noticed that from 25th of April something started to happen. Tons of mails are sent, but I do not have such many customers. My mail server is in .lv zone and I have customers witth .lv domains, but mostly some .es mail addresses are there in maillog. Maillog is full of this records: .....
View Replies!
View Related
Forwarding Mail Server
The situation is like this, Currently i have a domain which is hosted at xyzhost.com, in my domain registrar' the name servers are pointing to this hosts addresses, Now what i need to do is, due to client's requirements, i need this domain to be hosted to their own server which has static ip's as well, but initially i need that just mail(exchange server being deployed) should be forwarded or configured in such a way that the domain is hosted at xyzhost.com, but mail is handled by a different server located elsewhere.And eventually both web server and mail server are our own. now what i dont know is what should i modify at the domain registrar(i use domainsite) so that the web site still works fine(coz the site shouldnt be down) and the mail should work on the exchange server that the client has in the office. would appreciate any help anyone can offer on this issue, i think its MX records to be modified but not sure and want to get you guys advice and suggestions as well.
View Replies!
View Related
Bulk Mail Server
I need to setup Bulk mail sending server. What would be the best approach for that ? I'm using CentOS server OS. What would be the best software ? Currently I'm using POSTFIX. But its giving troubles for me.
View Replies!
View Related
Send Mail From A Different IP Other Than Server IP
I own a dedicated server with a few IP addresses. When one of my domains (My-Domain.com) which has a dedicated IP, sent out mail through phpmailer, the mail header tells that the mail originates from my server main IP address. How can I make My-Domain.com send mail from the assigned dedicated IP address, not the server main IP address? I have set this because Yahoo thinks I am a spammer.
View Replies!
View Related
Mail Server Setup
I've got 2 servers... server1 running Exim/CPanel server2 running just HTTPD How do i get server2 running sendmail to send to server1? and how do I pipe mail from server1 to server2 for whmcs?
View Replies!
View Related
Vps Mail Server
If I were to buy a cheap entry level VPS with say webmin installed would I have to manually install the mail server software, DNS and all that myself? Iv played with Ubuntu server and webmin on a virtual pc and managed to get a website up and running but I never bothered to go as far as mail servers. My site is a joomla based site with many components and addons installed. I also have 4 other domain names Id want to point at the VPS and have mail accounts running from them and probably a virtual host for each one inside the VPS. I know the basics of Linux command line but what would I be required to do with an unmanaged VPS to get the above running?
View Replies!
View Related
Software For Mail Server
What software would you recommend for e-mail server? Must: SMTP, POP3, SSL Optional: IMAP I'm on a dedicated server without any control panel so I can install absolutely anything, but I want to choose a stable software. Resources are not the issue but if possible I'd like a software with a small footprint. I have a test machine setup so I can test it before installing it onto the production machine, but there are many e-mail servers [url] and I'd like to narrow down the selection to few of them, test them and then choose on my own.
View Replies!
View Related
External Mail Server
we have a cpanel server that has been running our website and emails. We have just obtained another dedicated server. I would like to keep our first server running our website and move all of our email for the domain to the new server. The second server has the same setup and runs cpanel as well. Can anyone point me in the right direction to achieve this?
View Replies!
View Related
Creating You Own Mail Server
When an account is created in WHM, it is given an MX record of : domain.com. 14400 MX 0 domain.com. However sometimes people have their own MX records, that can be added easily in WHM. Is it something that is simple to set up your own mail server, so that you could offer it potential clients? Is this something that can be done in WHM/cPanel?
View Replies!
View Related
How To Block A Mail Server
Our server is currently getting flooded with a lot of emails.. How do I block all emails originating from a server? we are using procmail Here is a sample email from the mqueue.site directory [root@turtle mqueue.site]# cat qfmBD3dg4o022410 V6 T1229139582 K1229139582 N1 P332901 I8/3/9422258 Mbos... mime8to7: multipart nesting boundary too deep Fbs $_root@localhost $rESMTP $sturtle.domain.org ......
View Replies!
View Related
New Mail Server Setup
I want to setup a mail server on a CentOS box on a cable connection via comcast. We have a commerical account with one IP address only but the server will be behind a router. Will I have to manually assign the server an ip address? As of right now I cant see the server from the outside. What will I have to do to have email route to that box?
View Replies!
View Related
Mail Server Configurations
I have a technical question that I cannot figure out. Right my system spec is: CentOS 4.4 Server (VPS OpenVZ) cPanel and WHM IMAP Server = uwimap Mail Server = Exim POP3 Server = cppop Ok, I have a small business with 20 user, 4 of which are partners. I want all 20 users to have the own mailbox and address. However I want all email sent and received copied to the 4 partners mailboxes. So, for example. Employee 1 (joe.bloggs@domain.com) gets an email into his mailbox, and then he replies to it. Ideally, all emails to and from joe.bloggs@domain.com get copied into a folder within each of the partners mailbox, but one step at a time ehh. What I want is the email coming in and the reply copied to all partners mailbox aswell, by default. Is there a way to set this up via the server, instead of the email client, as this could be tampered with.
View Replies!
View Related
Windows Mail Server
what the best Windows Mail Server is? I've used MailEnable and another (forgot the name, sorry) and had problems with both. My only requirement is that it php's mail() function can be used with it.
View Replies!
View Related
Mail Bounced Only Via One Server
Sometimes my clients tell me that they cannot send email but they can receive, i didn't know what was going on untill i got this: Can't send to ''. The server gives this reason: '550 Blocked - see [url]. Of course i know what this is, the IP my provider gives me at random every two days or so is blocked for sending spam even though i did not do it, well, i asked for removal of the ip from the abuseat.org site BUT! The thing is, I CAN STILL send email from other pop3 accounts on the same machine to the same adress but using different servers that the one on my server with layeredtech, ie. my provider email address... So i was wondering if the server email program (exim) on my server it's checking the blacklists as an option? so i could remove it? thanks this is very important for my business since our provider does not give us a static IP. Am using CentOS 4.4 i686 WHM 10.8.0 cPanel 10.9.0-S9966
View Replies!
View Related
Linux Mail Server
I have a dedicated server with a mail server on it. However we have been experiencing troubles with mails sent from not delivering to a lot of hosts. I believe it is something to do with the server not being a fully qualified domain. The server is running Debian Sarge Linux. The solution we were thinking of was to change the server to just be a relay to the hosting company's pop mail account for the domains we have registered. Would this get around our client's filters? Also is it difficult to do?
View Replies!
View Related
External Mail Server
On a CPanel server, I have one account where mx records are configured to route all the e-mails to external mail server. Everything works great, except when the e-mail is from another account on the same CPanel server, it doesn't reach external mail server, I think it goes to e-mail box on CPanel server. Is there a way to fix it? (How to send e-mails from the CPanel server to external mail server?)
View Replies!
View Related
Raq-4r Mail Server
I configured the server the best I can to be a mail server. I bought this server to serve the purpose as a mail server for my website which is hosted on a server which I pay for every month. I needed this server due to the fact that I have a big mailing list which is bigger than my relay for outgoing mail on my hosting plan. I have fios service thru verizon. I clock 11mb download and 2mb upload! The way this server is connected is data port off the box and has a ethernet going to a router, from the first router then to my dlink router, from my dlink router to my raq-4r. My raq-4r has a dynamic IP. I can send emails to yahoo and also msn email accounts but they go into spam folder. I can not send to aol or aim at all and those were the only addresses I was able to check. This is the return mail I get when trying to send to aol. I am using outlook express to send out the news letters and the return email address of news@rtgys.com is not a registered email address on my raq-4r server or even any other server. I just made that as the return email address in outlook. <-----return email start(i took out ip address)-----> The original message was received at Sat, 17 Feb 2007 01:24:02 -0500 from localhost with id l#H#O#x#####(i replaced the actual numbers with #) ----- The following addresses had permanent fatal errors ----- <news@rtgys.com> (reason: 553 Dynamic pool ##.###.#.##. [url] ----- Transcript of session follows ----- ... while talking to smtp.secureserver.net.: >>> RCPT Tonews@rtgys.com> <<< 553 Dynamic pool ##.###.#.##. [url]... User unknown <------End of return email------> how I can get my raq-4r to be able to send mail to aol and aim and also not go into spam folders on yahoo and msn?
View Replies!
View Related
External Mail Server
I have a web server and two DB servers. I use a third party DNS solutions. I would like to move mail to a totally separate server. My question is... How exactly would I do this? I assume that I install something like exim and then use the PHP mail function like normal except configuring it to send via the new servers IP address. Then I suppose I would create a record for mail.mydomain.com pointing to the new server and then create an mx record to use mail.mydomain when receiving mail from mydomain.com.
View Replies!
View Related
Production Mail Server
I would like to set up a quick and dirty mail server for my production machine. Basically, I just need to send emails to myself when I'm testing php scripts that use mail(). My solution right now is to comment the instances of mail() out until the site goes live, which is a pain. I'm on a Windows Vista(64) box, I'm running Apache2, PHP5, and MySQL5. What (free) mailserver could I use that has a relatively quick setup.
View Replies!
View Related
Windows Server Not Sending Mail
I am using Shopping Script, There is again constant problem of 'Helpdesk notification' not being send to Admin email. Sometimes Helpdesk notification emails comes, sometimes not. In order to start getting Helpdesk notification email, i need to restart my server and it starts working. It means there is nothing wrong with Shopping script, as it starts working as soon as server is restarted. I am running on Windows 2003 server, with IIS support. This is the reply i got from Script support ------------------------------------------------------------ It's not in our compatibility but we can propose a couple of advice to you: 1) You can test the php function mail() which is responsible for this process; For this you may create a simple script with the following line: mail($mail_to, $mail_subject, $mail_body, $headers_string) Of course, you need to past your own real values here. Then you need to launch this script every minute since the server restarted and follow the logs of what is happening there. 2) As we see you are using Microsoft FTP Service. The most probable reason for this is the issue with windows mail function - either the service itself is not reliable or it is just set incorrectly. Our administrator says that the issue with mail sending on this server happens quite often. So you can try to google the problem with the queue of windows mail function, for sure there must be some more advice as to how to resolve this. It is possible that there is set a restriction on the order of the sending mail so when the queue is full, the mail stops sending. Anyway that's all that we can advise you on this case because if the notification is sent at all then it means this function is working in our shopping cart and the issue is with something else.
View Replies!
View Related
How To Stop Mail-server Abuse
in the last 2 weeks has increased the spam mail to external users using our mail accounts. So a user receives spam believing that it is sent from our sites. I think the best method is to create a txt file in dns but I have many doubts about how to proceed. Looking at one of the e-mail back to our mail server I see that emails are sent via outlook. This is an example of the emails: ...
View Replies!
View Related
Is My Mail Server Black Listed
we have a dedicatd linux server. we use to send daily newsletters to our customers but for last few days, it looks like our mail server is sending out email to client's spam folder. Is there any way to diagnose our mail server and find out if there is anything wrong or if our mail server has been black listed?
View Replies!
View Related
Spammers Hanging My Mail Server
A spammer (probably www.powerball.com) is sending spams using one of my email addresses as his / her "from" address. This hanged my mail server last week and it took more than 60 hours to solve the problem. My host replied me the problem was "You have over 100,000 emails in your mail queue due to a large amount of Frozen emails that were either deferred by the remote servers or sent to invalid addresses repeatedly". From this morning, my emails are blocked again. I can't send / receive mails using any of my email accounts (from this server). I don't know how long this will take again to solve the situation, and I'm afraid that this may not be the last time. Now I don't know what to do. Ideally, a logical solution could be to delete any bounced mail automatically (I'm using nutsmail + squirrel mail).
View Replies!
View Related
Open Proxy Mail Server
I have a server that is running linux with WHM/cPanel , some of servers are rejecting mails through server and says that your server is open proxy mail server. how to check that our server is open proxy or stop open proxy and how can i prevent our server from spammer?
View Replies!
View Related
Yahoo Banned My Mail Server
I run an small social netwroking web site. I just checked and it looks like yahoo dont accept emails from my server. so is there any way i send those bulk emails to those users or my web site from another mail service prodider so that delivery guaranted? informing my users who has yahoo mail account about updates etc.. i have dedicated server and cpanel.
View Replies!
View Related
|