PDA

View Full Version : Create a new user without email?


MarmaladeMan
12-25-2006, 04:13 AM
I'm in a position where there are many people I need to create user accounts for (in my case, specifically to allow SSH access to connect to SVN), but don't intend to provide email accounts for. I don't want these users to be able to send email through my domain. Is it possible to restrict that in any way?

Something like the FTP/CGI access checkboxes, but for email accounts instead, to allow/restrict functionality would be very useful. Is anything like that planned for the future?

Thanks!

Matt
12-27-2006, 12:03 AM
At this time there's no direct way to disable e-mail access for users. That's the one and only service implicitly allowed every time.

MarmaladeMan
12-28-2006, 02:13 AM
Dang. Thanks anyway!

dkozinn
12-28-2006, 10:53 AM
While not foolproof, you could use Esprit to set up aliases for the actual user names which would direct any inbound mail they get to you (or to /dev/null). That wouldn't keep them from sending mail, but they certainly wouldn't be able to receiving mail at your domain.

That assumes that the aliases are processed before attempted delivery to actual users, which I think is the case. (Right Matt?)

Matt
12-28-2006, 11:33 PM
That would be correct, but they'd still have outbound access so it only solves half of the problem :).