sendmail - dany a user to send email
am 17.10.2005 17:01:22 von Luca Ferrari
Hi,
is there a way in sendmail to deny a user to send email, allowing she to
receive emails?
Thanks,
Luca
--
Luca Ferrari
fluca1978@infinito.it
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: sendmail - dany a user to send email
am 17.10.2005 17:49:02 von Carl Lawton
Luca,
Have a look at http://www.sendmail.org/m4/anti_spam.html#access_db
If the user has a static IP address you could just REJECT it in the acc=
ess db.
You could also use SMTP AUTH and not give the user access.
Also you can check the comp.mail.sendmail=20
newsgroup. A quick search produced some very similar
questions:=20
http://groups.google.com/group/comp.mail.sendmail/search?gro up=3Dcomp.m=
ail.sendmail&q=3Ddeny+local+user+sending+mail&qt_g=3D1&searc hnow=3DSear=
ch+this+group.
Pay particular notice to Claus Aßmann's replies.
Regards
Carl
At 16:01 17/10/2005, you wrote:
>Hi,
>is there a way in sendmail to deny a user to=20
>send email, allowing she to receive emails?
>
>Thanks,
>Luca
>--
>Luca Ferrari
>fluca1978@infinito.it
>-
>To unsubscribe from this list: send the line "unsubscribe linux-admin"=
in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: sendmail - dany a user to send email
am 17.10.2005 17:54:03 von adam.bowen
Hi,
The easiest way I can think of to do this is to add a line in
your access file (usually /etc/mail/access) like:
From:user@mydomain.com REJECT
but, depending on how you authenticate users, it can be bypassed quite
easily. If you do try that method, don't forget to rebuild the access
db (makemap hash /etc/mail/access < /etc/mail/access).
Cheers
Adam
Luca Ferrari wrote:
> Hi,
> is there a way in sendmail to deny a user to send email, allowing she to
> receive emails?
>
> Thanks,
> Luca
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html