Hi James ... What version of Postfixadmin are you trying to use, and what version of PHP are you trying to use? It looks like there's an issue with PHP coping with shorttags (<? vs <?php) - which feels like it was an issue a long time ago. Note - you'll get a better/quicker answer on github.com/postfixadmin/postfixadmin - we're not using the sourceforge site any longer.
You probably need to escape the '.' in your regex - else it'll match any character. Try e.g. /.tld$/ REJECT blah blah You should also be able to query that table/file using postmap - which might help you diagnose if you've got your syntax correct - e.g. something like : postmap -q pcre:/path/to/something blah.bar.com if my memory serves me correctly.
Hi, What versions of PostfixAdmin and PHP are you using? thanks David.
see https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md
Is there anything logged in the PHP / apache / webserver error log?
For the above, i suspect you don't have the PHP module enabled within Apache ( ? ) - it looks like it's just echoing out the PHP source code. Try : apt-get install libapache2-mod-php7.4 or .... 8.0 ? (I'm not sure what version of PHP ubuntu 22.04 shipped with)
I can't easily search the discussion here (sourceforge is slow/clunky). Try changing the pagination size settings in config.inc.php and see if that makes any difference? Can you run that SQL manually on the MySQL command line ? (it works for me, but I don't know what version of MySQL you're trying to use).
upgrade to a newer version of Postfixadmin - see github.com/postfixadmin/postfixadmin ...