mail plugin missing in YaST2 users module after upgrade from SLES 11 SP4 to SLES 15
This document (000019718) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server SLES 15
SUSE Linux Enterprise Server SLES 15 SP1
SUSE Linux Enterprise Server SLES 15 SP2
Situation
Resolution
The following commands are just examples, you need to modify them to match your Distinguished Name (DN), zone- or usernames and email address
- Adding a new mail domain
dn: zoneName=anotherdomain.de,ou=DNS,dc=vmcshford,dc=suse,dc=de changetype: modify add: objectClass objectClass: suseMailDomain - add: suseMailDomainMasquerading suseMailDomainMasquerading: yes - add: suseMailDomainType suseMailDomainType: local
ldapmodify -H ldapi:// -D cn=Administrator,dc=vmcshford,dc=suse,dc=de -W -f add-maildomain.ldif
- Removing a mail domain
- Add a email address for a existing domain to a user that has no email address assigned already e.g. The user has just been created on the system with YaST2 Users module (for an existing user do not add the lines with objectClass into the ldif !!)
dn: uid=imat,ou=people,dc=vmcshford,dc=suse,dc=de changetype: modify add: objectClass objectClass: suseMailRecipient - add: suseMailAcceptAddress suseMailAcceptAddress: imat@anotherdomain.de
ldapmodify -H ldapi:// -D cn=Administrator,dc=vmcshford,dc=suse,dc=de -W -f add-maildomain.ldif
- Removeing an email address from a user
dn: uid=imat,ou=people,dc=vmcshford,dc=suse,dc=de changetype: modify delete: suseMailAcceptAddress suseMailAcceptAddress: imat@anotherdomain.de
ldapmodify -H ldapi:// -D cn=Administrator,dc=vmcshford,dc=suse,dc=de -W -f delete-mailaddress.ldif
Cause
Additional Information
https://ldapwiki.com/wiki/LDAP%20Browsers
another one not listed there :
http://ldapbrowserlinux.com/
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000019718
- Creation Date: 18-Sep-2020
- Modified Date:25-Sep-2020
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com