• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by mikk

  1. M

    qmail & greylisting spam control

    Just re-read that and noticed your saying it is getting through. Have you recently updated plesk? If so you will need to recopy the qmail-smtpd from the compile directory to the qmail/bin directory. also worth running a myisamchk on your greylist dbase - and if necessary repairing it
  2. M

    qmail & greylisting spam control

    Its up to the sending server to resend the email again, it wont go to a passed state until such time that the senders setup does this. If your not getting any new emails through the logs then it would be wise to check your smtp connection is still live telnet YOURIP 25 and check you get...
  3. M

    observing OOM errors

    Its telling you the process directly in the error - ie tail and qmail-send
  4. M

    Login Screen re-appears

    If your IP changes on each request then you wont establish a session as plesk logs this against the IP address. Try going to a site like whatismyip.org and refresh the screen a few times and see if your ip changes, if it does this is probably the issue.
  5. M

    PHP 5.2.6 & MySQL 5.0.58 compatible with PLESK 8.4?

    have you actually remembered to install the php-mysql extension. Do other php scripts that access database functions work?
  6. M

    Mailman Problem - Uncaught runner exception: unbound method

    Are you still having issues with this? I had the same issue and based on this thread and some various other threads on other sites managed to confirm that this is indeed an issue with python 2.5, after contacting plesk support there will not be a fix for this until Plesk9 at the earliest...
  7. M

    Change Domain name without deleting webspace

    Look in the Domain Administrator section, in here you can change the domain name associated with the hosting account.
  8. M

    Qmail SMTP On Alternate Port For FreeBSD

    it enables connections on both ports.
  9. M

    Fotolia news feed

    Cool glad that still works for when we get 8.1 running:)
  10. M

    Fotolia news feed

    Havent installed 8.1 yet - but on 8.0.1 you can simply comment out (or remove) {NEWS_ARTICLES} in the templates - is this not still the same? /usr/local/psa/admin/plib/templates/main.tpl (on freebsd)
  11. M

    qmail & greylisting spam control

    Actually one further query : Is it possible to add whitelisted items on per domain basis by adding a MANUAL record that lists both an IP and a DOMAIN, this isnt clear on reading through this ticket or the patch code. I guess in theory this really shouldnt be an issue but would be nice so that...
  12. M

    qmail & greylisting spam control

    Was looking to implement ASSP - but reading through this thread this maybe the better option. One main query - is it possible to use a shared database on an external server rather than using localhost - looking at the initial config where it has allowed for MYSQLHOST to be defined this would...
  13. M

    Assp

    Ok i guess not many people are using it :) Are there any other recommended things like this that will run on FreeBSD systems. SpamAssassin does ok - but as its setup only scans mail going into mailboxes it has its flaws - i want to be able to stop mails that are being forwarded on as well...
  14. M

    Assp

    This is somewhat a repost of http://forum.swsoft.com/showthread.php?s=&postid=157693#post157693 regarding ASSP ( http://assp.sourceforge.net/ ) As that was a very old forum post that may not be read any more. Does anyone have any experience of running ASSP on a FreeBSD plesk system and if so...
  15. M

    php include from subdomains

    Not ideal but depending on how they are crafted you could just include them over http include ("http://maindomain/header.php"); for example. This wont be affected by any openbase and/or ownership permission issues this way.
Back
Top