tomtom76

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

tomtom76 last won the day on April 12 2012

tomtom76 had the most liked content!

tomtom76's Achievements

Advanced Member

Advanced Member (3/4)

20

Reputation

  1. @petrosa Office 365 with Hawkhost works like a charm, we have several customers using this without any problems. There are some different ways to implent this. It its possible to use either strictly office 365 or you use hawkkost own MAIL Accounts AND Office 365 in a mixed environment. (You can let the "mail only" users at hawkhost) if you need support, with office 365 and hawkhost, i could help you,
  2. Notice for Users using external DNS I have setup some Domains on a external DNS, so i have to manually point the A-Record and MX-Records to the Server IP. Before Deploying SpamExperts on the HawkHost Servers i had to use the SharedHosting Server IP (Same IP as A-Record) as MX Record. Now, if want to use SpamExperts, i have to change the MX Record to mx1.arandomserver.com mx2.arandomserver.com
  3. we are getting: "<html>Your request timed out. Please retry the request. </html>" the server seems to be overloaded at the moment? Between the lines i can see the server seems to be DDOSed at the moment? Can you explain the situation please?
  4. funny routing? is there something going on: Ablaufverfolgung beendet. what is happening here`?
  5. Now i found a way to automatic delete mails older than a year. Only Mails in a folder called "Important" can stay longer than a year find -P /home/mail/*/* -mindepth 2 -mtime '+365' -type f | grep -v '/Important' | xargs -I {} rm -r "{}" this running as cron job once a month will do it fine
  6. this is a feature i really would need too. how do you handle this now? i saw same email retention/pruning scripts around, but nothing what worked really good. would be great if cpanel offers such a feature.
  7. Has anybody an idea how to delete old emails automatically? We have some email accounts with very old messages and we told the users to delete them. But how to delete this old mails for all users very simple? I didnt find any settings in cpanel regarding this.
  8. Does anybody have an idea to workaround this PHP Bug? Description: ------------ Files with filenames containing non-ascii characters like german umlauts get destroyed when saved with move_uploaded_file(). The UTF-8 special characters get translated byte-wise into CP1251 characters when determining the Windows filenames thus destroying the original special characters. http://bugs.php.net/bug.php?id=47096
  9. Hi! It seems that status.hawkhost.com is forwarded to the wrong page **EDIT** NSFW
  10. Good Morning! One of my users wants to read his email via webmail. But on the public computers he uses, there are all other ports than port 80 blocked. is there a way to get webmail working on other ports? best regards tom
  11. i am running an own exchange server. so normaly we would need a static ip, and change the DNS MX entry to our static ip and the mails would just comming in. Now we have serveral POP3 Boxes on the hawkhost server and only some email adresses should be forwarded to our exchange server. Our ISP blocks INCOMING PORT 25, so we have to change the port for incoming smtp connections. so i need a solution to redirect some email adresses from the hawkhost pop3 box to our smtp server. like this [email protected] > MX entry is hawwkhost > at hawkhost i have a mail forwarder to myhomeserver.dnydns.org:2525 (so the mails should be redirectet to myhomeserver.dyndns.org at port 2525)
  12. i have several email accounts configured in cpanel. Now i want to forward all mails for the adresse [email protected] to myhomeserver.dyndns.org:2525 (because Port 25 is blocked). myhomeserver.dyndns.org is configured to listen to smtp connections at port 2525, because port 25 is blocked by my provider. is this possible with a shared hosting account to get this working? best regards tom