nayagi
Members-
Posts
12 -
Joined
-
Last visited
Everything posted by nayagi
-
Hi, I wish to explain the issue clearly. We are using our cPanel box as our main server.... If this fails, the email is redirected to the godaddy by DNS entries. When cPanel comes back up, the mail should be retrieved from godaddy. Is this, should be done manually ( scripts ) or any automation available Please kelp me in this regard It would be of much value if any immediate help is provided... Thanks & Regards MMC.Nayagi
-
Hi I have created an email account namely xyz@domain.com in two servers namely secureserver and my company server If I send mail the email account created in my server recieves the mail based on the priority(my company server is the primary mail server) If I stop the email service in my server then the mail is recieved at the other account created in secureserver Now I want to sync up the mailboxes if one went down. can we configure that in the cpanel box? Please guide me in this.. I need an immediate help I would be grateful if any help provided immediately Thanks & Regards MMC.Nayagi :-)
-
What is meant by virtual email account? Is this account visible outside? If it can send/recieve mail to and from outside world(internet). Then what for that account is created ?
-
Is the account created ? When I give exim -bt admin@autoglassdelivered.com I get virtual_user and transport virtual_delivery likewise...... help me in this reagard pls
-
what actually addpop script do?
-
HI (need help immediately ... pls) I have created a pop account for the domain autoglassdelivered.com as admin@autoglassdelivered.com. I cant send mail from outlook to admin@autoglassdelivered.com. But i can send mail from root@sever.domain.com from inside (putty). But when i send from outlook , outside to that account , i get a delivery failure bounce back message to the sender.. I do dont find any error messages in the exim_mainlog. I think the account created is visible locally.... Can u explain me in this regard.... It ll be very helpful for me.... Thank you again.......... for all.......................
-
Hi, I want to create new IMAP , POP3 accounts for all domains i have.. but i do dont find any options like create / remove email accounts in WHM/cPanel There are no other domains listed in Email-> Create Email Accounts (only one domain listed in drop down box) where are the domains.. help me immediately.... pls.... thanks in advance
-
Thank you Andy, but I found my domain pinging rite now....
-
Thank you.... I get my domain pinging
-
Thank you
-
Thank you Bruce... for the reply
-
I haved attached the actual stuff.... /etc/named.conf include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; }; options { //query-source address * port 53; listen-on { 69.10.44.24; }; directory "/var/named"; // the default dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; view "localhost_resolver" { match-clients { localhost; }; match-destinations { localhost; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; include "/var/named/named.rfc1912.zones"; }; view "internal" { match-clients { localnets; }; match-destinations { localnets; }; recursion yes; zone "." IN { type hint; file "/var/named/named.ca"; }; zone "autoglassdelivered.com" { type master; file "/var/named/autoglassdelivered.com.db"; allow-query { any; }; allow-update { localhost; }; }; }; view "external" { match-clients { !localnets; !localhost; }; match-destinations { !localnets; !localhost; }; recursion no; zone "autoglassdelivered.com" { type master; file "/var/named/autoglassdelivered.com.db"; allow-query { any; }; allow-update { localhost; }; }; }; /etc/resolv.conf search server.4wtech.com nameserver 69.10.44.24 /var/named/autoglassdelivered.com.db ; Modified by Web Host Manager ; Zone File for autoglassdelivered.com $TTL 14400 @ 86400 IN SOA ns1.4wtech.com. admin.4wtech.com. ( 2008012418 86400 7200 3600000 86400 ) autoglassdelivered.com. 86400 IN NS ns1.4wtech.com. autoglassdelivered.com. 86400 IN NS ns2.4wtech.com. autoglassdelivered.com. 14400 IN A 69.10.44.28 www.autoglassdelivered.com. 14400 IN A 69.10.44.28 autoglassdelivered.com. 14400 IN MX 5 smtp.secureserver.net. autoglassdelivered.com. 14400 IN MX 10 mailstore1.secureserver.net. ns1 14400 IN A 69.10.44.24 ns2 14400 IN A 69.10.44.24 I found these messages in /var/log/messages which seems to be the issue to be solved Feb 7 01:03:09 server named[19484]: client 69.10.44.24#34913: view localhost_resolver: received notify for zone '4wtech.com': not authoritative Feb 7 01:03:22 server named[19484]: lame server resolving 'autoglassdelivered.com' (in 'autoglassdelivered.com'?): 69.10.44.24#53 When pinging ns1.4wtech.com from inside SSH(putty) and outside ,it is resolving.. Similarly autoglassdelivered.com is not resloving correct ip both inside and outside... I have compared my config files and found they are more or less the same...Sitting in this issues for more than two days found many resources but in vain... I need an immediate help... Thanks in advance...
