Quoting Frans Pop ([EMAIL PROTECTED]): > Package: user-setup-udeb > Version: 0.01 > > With the old user setup in base-config, the normal user account would be > used by default for "root and postmaster recipient" in exim4 > configuration. > > With the new udeb, the default is no longer set. I think this should be > reenabled.
Well, we need to find *where* this was done. >From what I see in base-config, nothing happens to do this, and anyway the code calling passwd reconfigure action is currently still here. However, I find something else we will need to re-enable when we'll remove the base-config "passwd" menu entry: # This should be done by passwd, not us. . /usr/share/debconf/confmodule db_get passwd/username if [ -n "$RET" ]; then adduser "$RET" audio >/dev/null 2>&1 || true adduser "$RET" cdrom >/dev/null 2>&1 || true adduser "$RET" dialout >/dev/null 2>&1 || true adduser "$RET" floppy >/dev/null 2>&1 || true adduser "$RET" video >/dev/null 2>&1 || true adduser "$RET" plugdev >/dev/null 2>&1 || true fi Apart from that, I see nothing and I'm not aware of anything which did set the first created user as default for exim4. Couldn't this be some code in exim4 itself? -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]