matlink / emailpoubelle_ynh

5 stars 0 forks source link

Can not use the reserved mail addresses #1

Open anmol26s opened 8 years ago

anmol26s commented 8 years ago

Hi I can not use the mails like admin@domain.tld , posmaster@domain.tld, webmaster@domain.tld,root@domain.tld

If I try to add emails then there is error message Error : throwable email address forbidden

matlink commented 8 years ago

It's expected: this kind of addresses are reserved. You need to edit /etc/aliases and put your username in front of root, webmaster, and postmaster. admin is reserved for the yunohost admin account.

anmol26s commented 8 years ago

Hi I tired editing /etc/aliases and put username in front of root, webmaster and postmaster and did ran newaliases in command-line.But the mail were not received. I am the admin of yunohost admin account. But I am not receiving the mail on when the mail is sent to admin account. I tired to inserting root@domain.tld in the emailpoubelle database table from phpmyadmin, but it did not worked as well.