Jump to content

Ken Ng

Members
  • Posts

    91
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ken Ng

  1. Well, Mandrill is not working again. Not sure why, all ports open on smtp. no blacklisted IPs. using SMTP on my mail client on mac and mobile works using the same API and username. If anyone know whats the best solutions for this. Please advise - Ive added whitelist IP to csf and its working again. I think this is CSF issue. but the problem is smtp.mandrillapp.com changes IP everytime. 54.158.189.65 54.204.208.115 54.197.50.101 54.159.27.16 54.237.217.91 54.204.65.134
  2. Not sure if im the only one that feels that the responsive header and navbar is a little bit funny? The menu button navbar has a huge space on the left. isn't is better that default_title is on the left and menu button on the right instead of having another div on top on navbar? I think removing the above title class. This way is is much cleaner? with visible-xs classes.
  3. I had this whitelisted IP on my csf and it is working again. 54.204.65.134 # mandrill 1 - Tue Mar 31 20:35:34 2015 54.159.27.16 # mandrill 2 - Tue Mar 31 20:36:08 2015 54.197.50.101 # mandrill 3 - Tue Mar 31 20:36:34 2015 54.237.217.91 # mandrill 4 - Tue Mar 31 20:37:06 2015 54.158.189.65 # mandrill 5 - Tue Mar 31 20:37:39 2015 54.204.208.115 # mandrill 6 - Tue Mar 31 20:38:11 2015 54.251.103.127 # mandrill static api below 54.251.103.116 54.252.94.186 54.252.87.172 54.232.85.89 54.232.85.79 54.249.244.48 54.249.244.47 54.245.105.162 54.245.105.146 54.235.146.179 54.235.146.152 54.228.241.151 54.228.236.44
  4. Seems like your solution works. I've pipe mailer@subdomain.domain.com where my blesta cpanel is located. Then I went to my main domain cpanel and forward example support department support@domain.com to support@subdomain.domain.com I am receiving updates on Support Tickets now. I do not have to create an email account on subdomain.domain.com which is wonder too. All the emails are still on support@mydomain.com Not sure this is the best solution or just a hack work around but it works.
  5. Hi Michael, Do you mean the pipe path on add forward email? Forwarding to /usr/local/bin/php /home/myblesta/public_html/plugins/support_manager/pipe.php plugin/support_manager/ticket_pipe/index/1/ ? Pipe is set to 777 and hashbang is #!/usr/local/bin/php -q The the error message is
  6. Hi, I'm trying to figure out how to pipe. My Blesta is installed on subdomain.mydomain.com and my mail is pointed to the same server as blesta's server. I went to the cPanel account where my mail is, add forwarder with pipe. I got this Mail delivery failed. pipe to |/home/myblestausername/public_html/plugins/support_manager/pipe.php plugin/support_manager/ticket_pipe/index/1/ generated by support@mydomain.com local delivery failed The following text was generated during the delivery attempt: ------ pipe to |/home/myblestausername/public_html/plugins/support_manager/pipe.php plugin/support_manager/ticket_pipe/index/1/ generated by support@mydomain.com ------ cagefs_enter: /home/myblestausername/public_html/plugins/support_manager/pipe.php: Permission denied is is denied by cagefs. How do I solve this?
  7. Thank you. Ive managed to add the $this->structure->setDefaultView(APPDIR); to fix client's template missing logo. I'm not sure if anyone has this bug? If you unblock an IP from admin area, it works. However from client's area, it is not submitting anything. the URL is mydomain.com/customers/plugin/cpanel_csf/client_main/# with the # Please advise?
  8. Hi thanks for updating this plugin. Just want to check if this is working with the latest blesta version ?
  9. I'm also having a similar situation. Which means I have to key in one by one from whm to blesta ?
  10. This has been solved. I reinstall again and it is working now. Thanks! The reason i didn't include htaccess when I install blesta. that is the reason why index.php is still appearing in the url link. I've include htaccess during installation and it is working now. Installing Admin tool and clearing cache would help too. Thanks again.
  11. My htaccess is as below ######################################################## # package: minPHP # filename: .htaccess ######################################################## <Files ~ "\.(pdt)$"> order deny,allow deny from all </Files> # Protect against Clickjacking #Header append X-Frame-Options "SAMEORIGIN" RewriteEngine on # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php RewriteCond %{REQUEST_URI} ^(.*)/install.php$ RewriteRule install.php %1/install/ [R=301,L]
  12. Found out that the links does have index.php and it is not vaild that is the reason why it is redirecting to homepage. Any advise on this? Thanks!
  13. Hi there, I'm new to blesta and i'm having problem such as when clicking on package, it will redirect to homepage which is the client portal page. even billing e.g I'm using htaccess to force SSL. could this be the reason? any advise on this. Thanks!
×
×
  • Create New...