Search results

  1. americanintel

    No IP addresses in Linux config: startips not loading at boot

    Had me scratching my head... nothing would resolve or ping...there were no IP's in the Linux network config. Finally figured out what triggers that... startips...which wasn't loading at boot for some reason after kernel updates. /bin/systemctl restart startips.service All is well. Why did...
  2. americanintel

    da_admin user and mariadb issues

    Yes, I've gone over and executed this several times: https://help.directadmin.com/item.php?id=45 My server was on CentOS 6 which was EOL so I performed a full reload with 8. I've setup DA hundreds of times but this one has been a bear. So I get the "Error connecting to MySQL: Access denied for...
  3. americanintel

    Apache 2.4.10 memory issues - update to 2.4.11?

    2.4.10 is still showing in custombuild here on DA. I'm experiencing some high cpu and memory issues that I'm 99% sure is related to vulnerabilities listed below from malicious IP's. CSF is dealing with it now that I have it properly tweaked but I'd like to see an update in custombuild for .11 if...
  4. americanintel

    Nginx Virtual Host Custom Templates

    In /usr/local/directadmin/data/users/username/ngninx.conf it states: However these help files are geared towards Apache. We need some custom templates so we don't have to redo the nginx.conf files when DA overwrites them. The changes are simple but could become time consuming once we have...
  5. americanintel

    Email being bounced to me - Connection was not encrypted

    Had someone at my bank try to send me an email. I'm receiving email all day at the same address. In my /var/log/exim/rejectlog 2014-07-21 13:48:58 H=(emfserver.mycu.org) [216.60.132.15] F=<[email protected]> rejected RCPT <[email protected]>: Connection from [216.60.132.15]() was not...
  6. americanintel

    Stop Exim from processing email after Spamassassin deems a message as spam

    I have some of this posted in an older thread: http://forum.directadmin.com/showthread.php?t=33321 I need to stop this in it's tracks and it will require someone smarter than me with Exim and Spamassassin. I've munged this but myemail should be usamail. 1. I don't want it going to our archive...
  7. 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...
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. 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:
  13. 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...
  14. americanintel

    Domain email: SSL and TLS certificate issues

    I've searched all over the forums but can't get my mind wrapped around this one. I have several domains on a server. One, lonestarlandservices.com, has an SSL for that domain. Now typically I've setup MX records for mail.lonestarlandservices.com but without a second cert that won't work. So I...
  15. americanintel

    IP Ownership isssue for SSL Cert

    While trying to renew my SSL on a reseller account store.domain.com which has no users, just the reseller by itself, as soon as I click on SSL Menu I get this: Cannot Execute Your Request Details You can only add a certificate if you own the ip you are using I've checked these files and they...
  16. americanintel

    blacklist_domains wildcards

    Hey Jeff... It's been awhile since I addressed this and I can't find anything here via search... Can we use domain wildcards to block email...ie: *.ru *.kr *.in *.cn *.tr etc..etc. Since host_lookup = * is in your exim.conf will it compare it's host lookup response against the...
  17. americanintel

    Returned Mail and the Netsky worm

    I keep receiving these to one address. I have ClamAV and it's up to date and working? as I have tested it via various sources (test files, 3rd party tests, etc). My virus report says: Message Part>unknown - HTML/MIMEType!exploit infection. Message Part>message.scr - Win32/Netsky.P worm. Here...
  18. americanintel

    named not running

    I don't use dns on the server and guess I could just kill it all together but when I was logged into DA the other day I noticed a large amount of warning messages stating that named has not been running. I gave it a 'service named start' and get a list of problems with certain zone files. One...
  19. americanintel

    Spam 12/31/1969 - How to block?

    I am receiving quite a bit of spam that is dated 12/31/1969. Very annoying. I am using Jeff's RSS exim.conf which has been doing a fairly good job of blocking spam but these get by to the tune of about 5 per day. Any rules/way to block these by date? All of today's spam with this date is...
  20. americanintel

    Front Page Contact Form Issue

    Setup a FP contact form like I have a million times. Fill out the form and submit and it give me this: FrontPage Error. User: please report details to this site's webmaster. Webmaster: please see the server's system log for more details. Intead of going to confirm.html page I have setup. It...
Back
Top