Hello.
I'm reading the thread about blocking some user.
I have a question but on the opposite way. I would like that my server only
admits e-mails from certain users (over the SMTP server).
As I see this can't be done modifying the .qmail file of the user, as I want
to limit its use of my SMTP server.
I use tcpserver, the idea is to create a file containing the users
([EMAIL PROTECTED] for example) that are allowed to send e-mails with me, to
define this on the tcp.smtp.cdb file and to check that list with a perl
program or whatever every time an e-mail is going to be sent.
Could anyone help me with this?
Thanks in advance.