1

Topic: Alias does not work

Sorry my english but i'm italian!!!!
I will try to explain!
I've installed iredmail 0.6.0. on Debian 5.x, works all properly except aliases.
When I'm sending mail from outlook express 6.0, this error appears:

"Impossibile inviare il messaggio. Uno dei destinatari non è stato accettato dal server. L'indirizzo di posta elettronica non accettato è "account@xxxxxx.it". Oggetto 'Letto: prova invio', Account: 'PROVA', Server: 'PCPROVA', Protocollo: SMTP, Risposta del server: '553 5.7.1 <alias@xxxxxxx.it>: Sender address rejected: not owned by user xxxxx@xxxxxxxxx.net', Porta: 25, Protezione (SSL): No, Errore del server: 553, Numero di errore: 0x800CCC79

What must I do?

thank you and sorry for my english!!!!!!!

Andrea

----

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

2 (edited by adicon 2010-06-23 01:58:11)

Re: Alias does not work

andrea71076 wrote:

I've installed iredmail 0.6.0. on Debian 5.x, works all properly except aliases.
When I'm sending mail from outlook express 6.0, this error appears:

[...]

What must I do?

How do you created aliases?
Do you have iRedAdminPro or via LDAP?

May you post the error reported in /var/log/mail.info?

3

Re: Alias does not work

iRedMail-0.6.0 doesn't allow user to use multiple identities by default.

To avoid this issue, you can simply replace 'reject_sender_login_mismatch' by 'reject_unauthenticated_sender_login_mismatch' in postfix main.cf setting: smtpd_sender_restrictions.

# OLD SETTING
smtpd_sender_restrictions = ..., reject_sender_login_mismatch, ...

# NET SETTING
smtpd_sender_restrictions = ..., reject_unauthenticated_sender_login_mismatch, ...

Restarting postfix is required.

Also, you may want to allow multi identities in Roundcube webmail, then change 'identities_level' parameter in roundcubemail/config/main.inc.php.

Restarting apache is recommended.

4

Re: Alias does not work

I've created aliases with postfixadmin, it's correct? or it's best iRedMail admin?
Thamk you, the error reported has been corrected, replacing
# OLD SETTING
smtpd_sender_restrictions = ..., reject_sender_login_mismatch, ...
# NET SETTING
smtpd_sender_restrictions = ..., reject_unauthenticated_sender_login_mismatch, ...

In 'identities_level' parameter in roundcubemail/config/main.inc.php what must I put? Now there is 3!

P.s.= sorry, my english!!!!!!!!!

5

Re: Alias does not work

Is it possible to do login on roundcubemail with alias?

6

Re: Alias does not work

andrea71076, could you solve the problem? Is it possible to do login on roundcubemail with alias?, if so share it please...

Sorry for my English...
Greetings...