Jump to content

Snake Nath

Members
  • Posts

    8
  • Joined

  • Last visited

Snake Nath's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Suspended: hh_username I have been attempting to renew my account however for the last 7 days everytime i try an error occurs stating either , This account is not in-active or connection to database error, I believe MYSQL Error.
  2. My website is down once again with the same message "Account Queued". Domain www.smilenetwork.co.uk Thanks
  3. I am suffering the same problem quoted , I am on the stevie server and i am getting a HelioHost Account Queued page on all subdomains and pages. The account has now expired at all and i login to Cpanel Several times a week. Many Thanks Nathan Lees User: nathanl site www.smilenetwork.co.uk
  4. The script that i use is OSTicket which is available from the Software Installer in Cpanel. I set the script to login to pop3 to download emails and delete them from the mailbox It is also set up to send emails to people via smtp which works fine for all emails excluding facebook.com emails. Where the Stevie Postmaster Fails to Deliver. The smtp script included in this installation is based on the following: <?php require_once "Mail.php"; $from = "Sandra Sender <sender@example.com>"; $to = "Ramona Recipient <recipient@example.com>"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; $host = "mail.example.com"; $username = "smtp_username"; $password = "smtp_password"; $headers = array ('From' => $from, 'To' => $to, 'Subject' => $subject); $smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => true, 'username' => $username, 'password' => $password)); $mail = $smtp->send($to, $headers, $body); if (PEAR::isError($mail)) { echo("<p>" . $mail->getMessage() . "</p>"); } else { echo("<p>Message successfully sent!</p>"); } ?> I have adjusted the script above to replicate the error and act from my mailbox on stevie to my facebook.com email address which is nathanlees@facebook.com to troubleshoot this problem however the same results occur.
  5. I can however i need a webserver which is always online. I can send emails to the facebook.com email address from any other email account just not ones that are hosted on the Stevie server/ Heliohost.
  6. Its not just the script where the emails are not delivering or recieving it is the standard webmail email account, I am unable to deliver any emails to any @facebook.com email address.
  7. I am currently using a ticket system on my domain and cannot recieve emails from or send emails to facebook.com email addresses. I have tested it by using a standard mailbox and problem still seems to exist, If i send a email to a @facebook.com email address which i have i get a email back from the stevie mail server saying No Such User. If i send a email from facebook.com to my domain the emails do not deliver when i test email delivery route via cpanel i get a "virtual_aliases via virtual_aliases router forced address failure" message. Many Thanks Nathan
×
×
  • Create New...