Prevent the user from changing their e-mail aliases [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Does anyone know how the "Citadel e-mail server" prevents the user can define their e-mail aliases yourself?
I've already read the FAQ, but unfortunately I have not found anything.

In my current version (8.17) only users with Aide rights can change their e-mail alias on citadel/webcit.
I believe that users with lower rights can't change it, at least when I tried, my users are "local users" (one Aide, and sometimes other for testing purposes).

Related

Find out the player's password on the Minecraft server [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I am the owner of a Minecraft server, and I would like to find out the passwords of the players, because I would like to shoot a video on YouTube "I log in to subscribers' accounts"
I haven't tried anything
Obviously not possible. That would be a huge security issue

Is it possible to set a default Outlook profile per machine? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
Dear people on Stackoverflow,
is it possible to set a default Outlook profile per machine, so for example that it doesn't matter which user logs in at the machine, they can only access one particular mail profile.
Thank you all for helping!
No, Outlook profiles are stored on the per user (HKCU) basis.

IBM Iseries security questions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am new to Iseries, my manager is off today. Someone asked me for a list of users that have access to certain programs.
I google and I am not even sure what to ask for in my search. Is there a command I can use that if I specify the module/program name it will return list of users who have access? and also a list of which access templates include these programs?
Display Object Authority command, DSPOBJAUT

How do I create an account on Postfix? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
How would I go about adding an account to Postfix and secure it with a password?
I've already setup everything else, and root works.
The simple way to add a user is to simply add a new account on the system. Postfix will handle the rest.
If you don't want to create a system account for the user, you should have a virtual domain set up that is not configured as a mydestination domain. For more on this, be sure to read the Postfix guide on virtual domain hosting.
See http://www.serverwatch.com/tutorials/article.php/3912056/Adding-Users-and-Aliases-for-Postfix.htm

How to check the existence of a Group in Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have successfully been able to determine if a specified user exists under DOMAIN/User but I am not sure of the best way to determine if a group exists under a specific domain.
Has anyone created a solution for this issue?
Thanks!
You can also use the adsisearcher type shortcut:
([adsisearcher]'(&(objectClass=group)(samaccountname=group1))').FindOne()
[ADSI]::Exists("WinNT://$srvName/$grpName,group")