David Goodwin

Results 134 comments of David Goodwin

> Semi-tangent: for those running it with PHP 7.4, are you using propel1 (sfPropelORMPlugin) with it? Is that working well with PHP 7.4? We are using Doctrine, sorry. There are...

Ditto external pentesting with a symfony 1.4 app (using this package) - which passed without issue.

Thank you for taking the time to submit the pull request. I've had a quick eye-ball of it, and nothing immediate is jumping out. (The relay_recipient_maps is a useful addition...

.... > > ....nor the postfix configuration script. By that - do you mean whatever config is needed for Postfix to use this functionality ?

Any chance you could rebase your branch onto master and add some basic documentation - e..g what changes are needed to the database queries postfix uses for this to be...

See https://github.com/postfixadmin/postfixadmin/issues/358 You could edit https://github.com/postfixadmin/postfixadmin/blob/master/model/AliasHandler.php#L421 and stop it from blocking you?

@frankofno check what's in the `domain_admins` database table. You should find the super admin has an domain: 'ALL' entry, while your other admin has their domains listed individually. Are you...

Yes, I think so. The 'backup' domain will just accept any mail for the domain, and queue it for delivery to the real primary.... so it'd possibly make sense for...

That's a nice howto - I'm too ignorant to know if there's a demand for the feature from anyone else - I just have a system wide TLS policy.

if you're deferring the TLS parameters to an SQL query, then it'd be fairly easy to use an SQL union to apply a system wide default if there's nothing else...