Search results

  1. americanintel

    Securing phpMyAdmin by IP

    You realize this is an nginx forum? You might want to read this: http://cwells.net/2012/03/27/why-doesnt-nginx-support-htaccess-files/ Additionally, if it were possible, how is that 'simpler'? I login via ssh and alter the allow file. As I login with keys I can assure you it's faster than doing...
  2. americanintel

    Securing phpMyAdmin by IP

    Just thought I'd share this as DA's deployment of nginx is a bit different than 'stock'. I realize this may be simple to some but I didn't see a whole lot of info here regarding this and anything you find about generic nginx confs will be a bit different. We (project admins) have a hosted app...
  3. americanintel

    Nginx - SSL Certs - Subdomain Questions

    Thanks. I haven't had time to get back around to this. Will give it a whirl tonight. I think it will work but will report back.
  4. americanintel

    Nginx Info on various files and DA architecture

    One thing I found... [root@app1 domains]# service php-fpm54 restart Gracefully shutting down php-fpm54: warning, no pid file found - php-fpm54 is not running ? Starting php-fpm54: done Kinda hard to make PHP go if it's not running huh? Made sure it starts at boot this time.
  5. americanintel

    Nginx Info on various files and DA architecture

    We have an MVC router that needs to be put somewhere: location / { try_files $uri $uri/ /index.php$is_args$args; } Possibly in include /usr/local/directadmin/data/users/ouruser/nginx.conf; But I'm also seeing plenty of files in /etc/nginx: [root@app1...
  6. americanintel

    Nginx - SSL Certs - Subdomain Questions

    Haven't tried this before so I thought I might ask before I go burn $$ on a wildcard cert. Here's the mission. We have a new hosted PHP/MySQL application that I intend to use DA to admin. We are using Nginx instead of Apache. Here's the config: Server is app.ourdomain.net with 8 IP addresses...
  7. americanintel

    invite.ics getting blocked

    Sending out meeting invites via Thunderbird, my server which handles pop/smtp is kicking it back: The attachment is invite.ics. I can't seem to find where I can permit this to occur. Any feedback or ideas?
  8. americanintel

    "DirectAdmin Client Message" Email - Scam/Real?

    DA should send out emails telling their clients not to click on the link... sure most are savvy enough to know better but I bet there will be one or two. Pretty ballsy though for someone to try and scam a bunch of network/server admins... we need target information so we can counterattack!
  9. americanintel

    "DirectAdmin Client Message" Email - Scam/Real?

    2 received here as well. Sure hope they didn't hack the update server too... could be bad juju for all of us if we did what I did and checked for updates and did so accordingly.
  10. americanintel

    Spamassassin letting high scoring spam be delivered

    I have ONE user that receives emails that score overly high. I have spamassassin set to block and delete anything over 4.0 yet he receives these, no one else does: Spam detection software, running on the system "server.myserver.net", has identified this incoming email as possible spam. The...
  11. americanintel

    ClamAV not reporting correct version

    Couldn't get YUM to upgrade from 95 to 97.1xxx so I uninstalled with YUM, verified no ClamAV was running nor freshclam and then reinstalled with YUM. Everything works fine but it's still reporting: What am I missing? YUM shows to downloaded and installed:
  12. americanintel

    How do I setup SMTP Relay?

    In case anyone needs this...and I did this weekend. This works in Exim 4: smarthost: driver = manualroute domains = * transport = remote_smtp route_data = "208.xx.xx.xxx" Just add your IP or server name to route_data and it works just fine.
  13. americanintel

    Not receiving email - R=domain_filter - Yet I have no filters

    Actually, I read the thing so many times that I can almost quote it to you but after a long day clearing trees and brush my brain was mush and I was literally searching for +relay_hosts instead of relay_hosts. :D However you are quite correct, I did skip that section for some reason. Thank you...
  14. americanintel

    Not receiving email - R=domain_filter - Yet I have no filters

    Deleted the filter and filter.conf files in several of my older domains and then copied over the conf file from a working domain, logged in to DA and triggered the Spamassassin update by saving the config. Then I started getting emails with super high scores: So after doing a bit of reading...
  15. americanintel

    Not receiving email - R=domain_filter - Yet I have no filters

    Now I'm cookin'.... Checked a filter file for a domain that I had added after I moved to a new server and it is different: Copied that file over and chowned it and insto presto... we have email. So that go me thinking...which hurt...what does the filter.conf look like in the newer domain...
  16. americanintel

    Not receiving email - R=domain_filter - Yet I have no filters

    Updated to RC 3.2.5 and still the same thing. This is driving me crazy as I have no filters but it's picking up on something somewhere. Jeff this is one I may need your help with.... Oh.. .and if you see this, I'm getting the following 'error' in /exim/mainlog but couldn't find anything in the...
  17. americanintel

    Not receiving email - R=domain_filter - Yet I have no filters

    I have noticed far too many email being blocked lately and was seemingly getting worse....now I can't receive email at all. The R=domain_filter is the only tell tale. I have NO filters in place via DA, no sex filters, no domains, no keywords...nothing. I have nothing in my /etc/virtual...
  18. americanintel

    Domain email: SSL and TLS certificate issues

    Yeah.. I read that but we are on 1.2 AND while that helps with POP3 it doesn't help with SMTP via Exim....unless I'm missing something. I did a chain cert on exim and that fixed that but I would like to use SSL for other domains and right now I'm limited to one domain as it stands.
  19. americanintel

    Domain email: SSL and TLS certificate issues

    Nope... if I add another 3 lines for a second domain after installing the cert then when Thunderbird checks email it will refer to the last lines.....so lonestarlandservices.com email pulls up my new domain's cert..... so that won't work for multi domain ssl email. Now I'm wondering about my...
  20. americanintel

    Domain email: SSL and TLS certificate issues

    Trying to work my way through this.... exim.conf's TLS section is as follows: # EDIT AS REQUIRED TO FIT YOUR ENVIRONMENT # SSL/TLS cert and key tls_certificate = /etc/exim.cert tls_privatekey = /etc/exim.key tls_advertise_hosts = * #auth_over_tls_hosts = * tls_require_ciphers =...
Back
Top