1

Topic: Small bug or mistake on my part?

The Lenny installation runtime asked for a first system user (name and pwd), in my test environment it is "administrator" and "password".
I installed iRedMail-0.5.1 on this Debian Lenny system.
First: all works great!

Haveing a look in /etc/postfix/aliases:

# /etc/aliases
mailer-daemon: postmaster
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
root: administrator
clamav: root
root: postmaster@mydomain.tld
policyd: postmaster@mydomain.tld
amavis: root

You can find the local system user "administrator" as well but root have two matches:

...
root: administrator
..
root: postmaster@mydomain.tld
...

I think it should be

...
administrator: root
..
root: postmaster@mydomain.tld
...

or is it a mistake on my part?

mbsouth

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Small bug or mistake on my part?

root: administrator

Seems it is added by Debian Installer automaticly.

3

Re: Small bug or mistake on my part?

ZhangHuangbin wrote:

Seems it is added by Debian Installer automaticly.

Thats right and I think it should be edit to

administrator(or whatever): root

after installation. Thats my suggestion.

mbsouth