Is it possible to create a User without an email address?
I mean I can disable the access to the IMAP server. But I can't delete the email address.
So email is still delivered and can't be read...
I mean I can disable the access to the IMAP server. But I can't delete the email address.
So email is still delivered and can't be read...
In SMTP Server
Share this post:
Responses (5)
-
Accepted Answer
Additional Info:
I did create a separate user for this. And after it worked I deleted this test user.
Then I realised that the cyrus-imap mail box was still there. And when I recreated
the user I was able to login and access the mail with all the test mails still there.
So don't forget to delete the mailbox by hand when you delete a user -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Gabriel Flepp wrote:
Is it possible to create a User without an email address?
I mean I can disable the access to the IMAP server. But I can't delete the email address.
So email is still delivered and can't be read...
Try
useradd -u 1100 -g 63000 -s /bin/bash username
Check if the userid 1100 is still free
Groupid 63000 is "Allusers"

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »