Benno Evers

Results 37 comments of Benno Evers

Note that *most* modern graphics cards (in particular all Nvidia and AMD cards) still support legacy OpenGL, e.g. the famous `glxgears` test program is still written using the legacy API...

Hey @carlonelong , thanks for contributing! Your patch looks reasonable to me, however when I ran it through our CI it seemed to break a few unit tests, in particular:...

One thing to keep in mind is that the `memusage()` function is typically called via dynamic dispatch from the partition synopsis, so changing this to a friend function will require...

I'm a bit skeptic that this forces people to care about and edit the sieve.conf, even if those that don't need it. Can we maybe make it such that it...

I have never used pop3 for anything, so I'm afraid I can't really help you with that.

Can you test if it works if you use the previous commit, i.e. before #28 was merged? If so, I'm probably going to revert it.

As far as I remember owncloud wants to run an interactive installer which creates the stuff in /owncloud_bootstrap, and I'm copying it directly to skip this step and have the...

Hi, for dovecot, the SSL certificate is placed in `/etc/dovecot/dovecot.pem` and the SSL key in `/etc/dovecot/private/dovecot.pem`. For postfix, the SSL certificate is placed in `/etc/ssl/certs/ssl-cert-snakeoil.pem` and the key is placed...

I haven't tried it yet, but things _might_ actually just work (tm) if you put the forward into `mail-base/aliases`. It that doesn't work, I'm afraid you'll have to manually edit...

Hi avinash, I'm afraid I don't quite understand what you want to say. I would suggest to open a separate issue and describe your problem in detail there.