Jump to content

pybe

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by pybe

  1. IIRC opendns do a prosumer version of their enterprise umbrella offering for under 5 users for about $20 per user per year.
  2. It should consolidate all of the immediate snapshots before the You are here current state to the base parent disk and then remove all existing snapshots from the Snapshot Manager and virtual machine.
  3. pybe

    SME Server

    So are you using all the features currently email, ldap, samba, sql, apache, etc etc Do you use sql for the websites you would like to replicate or just flat html/php
  4. I have found the free offering from opendns to be pretty good https://www.opendns.com/home-internet-security/parental-controls/opendns-home/
  5. pybe

    SME Server

    Wow didnt know SME server was still a thing I ran it at home years ago when it was owned by mitel. What do you want to replcate just the websites running on it or the full box?
  6. Yep definitely Subject only This is a good site to play, test, and learn regex http://www.regexr.com/
  7. These two are the current regex i'm blocking on subject only: Test \d\d\d\d\d\d.* Test mesage \d\d\d\d\d\d.*
  8. I have seen ridiculous amounts of these across several domains I look after, we use barracuda cloud spam service and 95% seem to be blocked but the ones getting through are still enough to cause concern. I have added a couple of regex filters on subject which seems to be catching the rest (until the subject changes) In case it helps any one these are the simple regex i'm blocking against subject. Test \d\d\d\d\d\d.* Test mesage \d\d\d\d\d\d.* I'm quite concerned though that this is just as the test to validate address before something nastier as there is an incredible volume yet no apparent payload.
  9. I have had similar issues mounting smbfs shares at boot and the only reliable workaround I found was to stick mount -a in /etc/rc.local which is executed at the end of each multiuser runlevel. Hope this helps. Pybe
×
×
  • Create New...