ix-ai / smtp

This is a SMTP docker container for sending emails. You can also relay emails to gmail and amazon SES.
MIT License
92 stars 14 forks source link

Debian-exim group ID is not guaranteed to be stable #29

Closed yanokwa closed 1 year ago

yanokwa commented 1 year ago

In my build of 0.5.0, the group ID is not 101. Looks like it's not stable across builds.

root@30de5a944fde:/etc/exim4# id Debian-exim
uid=100(Debian-exim) gid=102(Debian-exim) groups=102(Debian-exim)
tlex commented 1 year ago

Can you please rebase it on the current master?

yanokwa commented 1 year ago

Seems to be up-to-date.

$ git rebase upstream/master
Current branch fix-chgrp is up to date.
tlex commented 1 year ago

Alright, typo on my side (28 instead of 29...).

Thanks for the fix. Will release v0.5.1 asap