David Goodwin

Results 134 comments of David Goodwin

I was wondering if there was some reason you wanted the release/tag format to change. I was just following the same pattern we've had in the past. I'm not against...

perhaps we need to litter the code with #SensitiveParameter - at least for newer versions of PHP that would stop them being displayed in some backtraces etc see also https://wiki.php.net/rfc/redact_parameters_in_back_traces

Hi - Technically your problem is more of a postfix configuration issue, rather than one with postfixadmin. You need to configure postfix to accept (and relay) mail sent from your...

I think it's because the docker container is based on the 3.3 (stable) branch; I think you need to be on master or 4.0-beta ?

The SMTP sending code isn't particularly elegant / intelligent .... https://github.com/postfixadmin/postfixadmin/blob/8461afb4ff66419367113ea302316e6873d34390/functions.inc.php#L1539 I don't know what 'smtp_enforce_sync' does, but presumably it's trying to catch spammy clients out due to timing etc?

I've not used dovecot's quota "properly", but from looking at upgrade.php, I think there's only a trigger created for PostgreSQL databases ? (why not MySQL?) I'm not sure how we...

@casta thanks for rummaging to find out the above. Yes, I think that's probably the only way to handle it, where if $CONF['something-quota-dovecot-something'] being set would skip adding the trigger...

I'm indifferent to which approach is taken, alternatively we could just add a note in the documentation that if you're using Dovecot 2.4, you need to drop the trigger?

there should be an 'install.sh' script - run that; it'll populate the vendor directory with libraries etc.