Disable alias login: Difference between revisions

Line 21: Line 21:


Refer /opt/zimbra/log/audit.log, upon login using alias account the log entry should show something like this.  
Refer /opt/zimbra/log/audit.log, upon login using alias account the log entry should show something like this.  
<pre>
 
2021-06-28 23:14:25,104 WARN  [qtp1225197672-333://localhost:8080/service/soap/BatchRequest] [name=alias-user@example.com;oip=172.16.7.54;ua=zclient/8.8.15_GA_3991;soapId=c2df7e2;] security - cmd=Auth;
<pre> 2021-06-28 23:14:25,104 WARN  [qtp1225197672-333://localhost:8080/service/soap/BatchRequest] [name=alias-user@example.com;oip=172.16.7.54;ua=zclient/8.8.15_GA_3991;soapId=c2df7e2;]
account=original-user@example.com; protocol=soap; error=authentication failed for [alias-user@example.com], alias login not enabled.;
security - cmd=Auth account=original-user@example.com; protocol=soap; error=authentication failed for [alias-user@example.com], alias login not enabled.;</pre>
</pre>





Revision as of 18:57, 28 June 2021

Enable or Disable login using alias account

   KB 24320        Last updated on 2021-06-28  




0.00
(0 votes)


Problem

  • Users those are Ability to Enable or Disable login using Alias account.

Solution

Execute the below command on the respective mailbox server to check the current status first. It will show TRUE or FALSE.

 zmlocalconfig alias_login_enabled

Execute the below command to disallow login to alias account.

 zmlocalconfig -e alias_login_enabled=false 

Execute the below command to allow login to alias account

 zmlocalconfig -e alias_login_enabled=true 

After making False/True, make sure to restart mailbox services.

 zmmailboxdctl restart

Refer /opt/zimbra/log/audit.log, upon login using alias account the log entry should show something like this.

 2021-06-28 23:14:25,104 WARN  [qtp1225197672-333://localhost:8080/service/soap/BatchRequest] [name=alias-user@example.com;oip=172.16.7.54;ua=zclient/8.8.15_GA_3991;soapId=c2df7e2;]  
 security - cmd=Auth account=original-user@example.com; protocol=soap; error=authentication failed for [alias-user@example.com], alias login not enabled.;


Submitted by: Amol Mistry
Verified Against: ZCS 8.8 Date Created: 2021-06-24
Article ID: https://wiki.zimbra.com/index.php?title=Disable_alias_login Date Modified: 2021-06-28



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search