aports/community/exim/exim.pre-install
Valery Kartel d93a16e6dd community/exim: move from testing
It works pretty fine.
So, I think, it's time to move it from testing.
2017-04-25 08:40:59 +00:00

8 lines
164 B
Bash

#!/bin/sh
addgroup -S exim 2>/dev/null
adduser -S -D -H -h /var/spool/exim -s /sbin/nologin -G exim -g exim exim 2>/dev/null
adduser exim mail 2>/dev/null
exit 0