What type of hardware are you using: Raspberry Pi 0, 1 or 2 What YunoHost version are you running: 12.0.7 Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
I wanted to create email aliases for my family, but not host their email accounts.
As a matter of fact, i use Yunohost to store their address, instead of my email client
For example, my adress is
marc@mydomain.tld
And i want to create just an alias adress for my father John:
john@mydomain.tld
This address will forward to “john@google.com”
But i don’t want Yunohost to keep the email.
But if i create an user account for John, it will keep the email received, and sometime the disk wikk be full…
I will explain here the workaround i used
Changing of the LDAP is not possible with the usual commands:
* ldapadd
* ldapmodify
* ldappdelete
* etc.
because crednetials are to be entered
The solution is to connect as root, and then use the slap commands:
* add entries
slapadd -l file.ldif
* change entries
slappmodify -l file.ldif
* list of the LDAP
slapcat
* search for info on 'uid'
ldapsearch -x -LLL -b dc=yunohost,dc=org 'uid=contact'