From owner-freebsd-questions@FreeBSD.ORG Thu Mar 20 07:27:57 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA52AB82 for ; Thu, 20 Mar 2014 07:27:57 +0000 (UTC) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0417CFD for ; Thu, 20 Mar 2014 07:27:57 +0000 (UTC) Received: by mail-yk0-f173.google.com with SMTP id 10so1248084ykt.4 for ; Thu, 20 Mar 2014 00:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Fj5t4EAhpzX8q/TqBV9CORxgsN1TkWsJz6kPWZpRDzo=; b=mlfF2+80xssDYDpMr44yd2CJDFBZj1bBJb1QbeTG/drlc40s1BRtMIPkQ81KStyHeB ZKRc85Yj8+yqM9A2QGS+SLI+C96J3ayeOj+/D6X7lc7ZLrYbnWPnw4vT6k8ONs0Ftlh+ Jvh1ByTjZK7aTwZFdxk9ICMM03U+QGf7glEz+jmQfgKxofmBX0j1IRwrE1TwGxm4zdRQ sBiob2/C+R6S4WxG9vOBoqaMcPxLU9Z98sFcORuOQ3CIMZrHQHNtphpYipGM7AASMHbg vFa67l5o5xnNaGFIvt7a9e9h1NLVvXryxo2EAenm1ddP5L1lAh+m/YFbOQR3DDPv0umN yzuQ== MIME-Version: 1.0 X-Received: by 10.236.128.170 with SMTP id f30mr17645589yhi.89.1395300476922; Thu, 20 Mar 2014 00:27:56 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.170.135.140 with HTTP; Thu, 20 Mar 2014 00:27:56 -0700 (PDT) In-Reply-To: <532A976E.1030102@tysdomain.com> References: <532A976E.1030102@tysdomain.com> Date: Thu, 20 Mar 2014 14:27:56 +0700 X-Google-Sender-Auth: 48W2UvhZDiZvwCGmHguvXrB4xxg Message-ID: Subject: Re: web/app hosting:protecting yourself From: Olivier Nicole To: tyler@tysdomain.com Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 07:27:57 -0000 Hi, > I had a quick question. I am looking at doing some app hosting for some > specific apps, Which app? > where the user will modify their service and host it with me. > I can impose resource limitations pretty easily, but I'd like to know how > hosts handle traffic control. > For example, lets say my user (bob) gets an account and then sends 5000 > emails out through an open relay. I might get a message about this. > Since monitoring network traffic is not practical (and breaks a ton of > privacy issues), Hardly no privacy issue there, because you will not read the mail, but rather read the envelope (which is public, else how to expediate the mail?) > what sorts of solutions do people have for handling this > sort of thing? How do hosts insure that users are on good behavior? Policies on Postfix. > I would like to do this in such a wa y that: I am protected and my users' > privacy is not shattered. I think you could run a spam analyzer on the outgoing email of your users, it would not be a privacy problem: as long as they have been warned about it. Olivier > > Thanks, > > -- > Take care, > Ty > http://tds-solutions.net > He that will not reason is a bigot; he that cannot reason is a fool; he that > dares not reason is a slave. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"