Jump to content

jlevandowski

Members
  • Posts

    12
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://johnlevandowski.com

jlevandowski's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi, I'm thinking of coming back to TCH, but have a question. Do you allow wildcard subdomains to be setup so that a visit to *.domain.com will go to my home page. I realize I need to have my dns A record reflect the wildcard, but do you allow this in cpanel. Thanks, John
  2. 134 1 plus 3 equals 4
  3. I know that you can park an additional domain on your hosting account and it will point to the root of your original www site. My question is what happens to e-mail. For example I have primary.com and secondary.com. When e-mail gets sent to user@secondary.com does it automatically go to user@primary.com?
  4. With help from the following thread How To Install Squirrelmail - The Ultimate Guide, including a powerful spam fighting setup I have tried to set up a script to learn spam. Here is what I have done. I have created a file name saspam.sh and placed it in public_html/cgi-bin with permissions 755 >#!/bin/sh echo "Learning SPAM" sa-learn --showdots --spam --mbox /home/username/mail/spam_missed echo "Done" I have created a php file named learnspam.php in public_html/learnspam with permissions 644. The learnspam folder is webprotected from cpanel. ><html> <body> <?php $input = '/home/username/public_html/cgi-bin/saspam.sh'; $output = shell_exec("$input" . " 2>&1"); echo (nl2br("$output")); ?> </body> </html> The mail folder spam_missed has permissions 755. When I open the learnspam.php file I get the following: >Learning SPAM bayes expire_old_tokens: lock: 22313 cannot create tmp lockfile //.spamassassin/bayes.lock.server80.totalchoicehosting.com.22313 for //.spamassassin/bayes.lock: No such file or directory unable to open /home/username/mail/spam_missed: Permission denied Learned from 0 message(s) (0 message(s) examined). Done Can anyone help diagnose the problem.
  5. Sorry. I should have phrased my question differently. I wasn't insinuating that TCH has servers used for spamming. I will contact godaddy. I have contacted them in the past about similar issues with no luck in resolution. New Question: Does TCH use block lists or do you leave spam control completely up to the user. I prefer being able to control spam myself.
  6. I guess we need to take godaddy.com out and flogg them. Because that's who is rejecting the e-mail from server80.
  7. Server 80 is listed in the SPEWS2 Spam Database. see Spam Database Lookup What can be done to have this removed? I realize that this is something that the CoLocation facility is responsible for.
  8. What if it's not based on a subdomain? Does that mean you can't use a standard hosting plan to sell a product?
  9. I have a starter plan account. I have read through the AUP and was unable to find anything in it that would prohibit me from doing this, but I wanted to ask to confirm. Is there anything that would prohibit me from running a web based e-mail service from my starter plan account and sell the service to private individuals?
  10. So based on the above thread link, what I want to do is not possible. Correct?
  11. Is it possible to set up a a filter to have for example all mail to user@domain.com with a header of test123 filed into a folder name test123? I am looking for the ability to do server side filtering, not message rules on the client.
×
×
  • Create New...