Am Dienstag, den 22.02.2011, 12:47 +0100 schrieb Matteo Cazzador: 
> hello i've a strange question about a request,  is it possible to create 
> an account (not alias) that can only receive mail and not send?
> I've a virtual server with mysql backend  and saslauth that uses imap login.
> Thank's
> 

I guess, it depends on your MySQL tables. What you could do is adding
extra fields (boolean) for sending and receiving directions. Then you
could combine the regular MySQL queries with the boolean values. So if
one account has the sending field set to false, the SQL query should not
give a result for that user. I am not a SQL expert, but I do the same
with LDAP. And if that works with saslauthd, no idea, too, because I use
sasl-auxprop (ldapdb).

Regards
Christian
-- 
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com

Reply via email to