summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20120331/006846.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20120331/006846.html')
-rw-r--r--zarb-ml/mageia-discuss/20120331/006846.html102
1 files changed, 102 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120331/006846.html b/zarb-ml/mageia-discuss/20120331/006846.html
new file mode 100644
index 000000000..6bc546cc1
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20120331/006846.html
@@ -0,0 +1,102 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Remote login
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Remote%20login&In-Reply-To=%3C4F776F66.7070208%40pilppa.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006839.html">
+ <LINK REL="Next" HREF="006840.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Remote login</H1>
+ <B>Mika Laitio</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Remote%20login&In-Reply-To=%3C4F776F66.7070208%40pilppa.org%3E"
+ TITLE="[Mageia-discuss] Remote login">lamikr at pilppa.org
+ </A><BR>
+ <I>Sat Mar 31 22:56:06 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006839.html">[Mageia-discuss] Remote login
+</A></li>
+ <LI>Next message: <A HREF="006840.html">[Mageia-discuss] what happened to mageia servers
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6846">[ date ]</a>
+ <a href="thread.html#6846">[ thread ]</a>
+ <a href="subject.html#6846">[ subject ]</a>
+ <a href="author.html#6846">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 03/31/2012 03:42 PM, Oliver Burger wrote:
+&gt;<i> 2012/3/31 Marc Par&#233; &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>&gt;:
+</I>&gt;&gt;<i> Le 2012-03-30 17:30, Oliver Burger a &#233;crit :
+</I>&gt;&gt;&gt;<i> Am 30.03.2012 23:22, schrieb Marc Par&#233;:
+</I>&gt;&gt;&gt;<i> But in the long run, wouldn't it be better to use some server side
+</I>&gt;&gt;&gt;<i> filtering?
+</I>&gt;&gt;&gt;<i> Perhaps setting up an imap server? But I don't have much experience on
+</I>&gt;&gt;&gt;<i> that.
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Oliver
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I hadn't thought of running an imap server, but this does sound appealing
+</I>&gt;&gt;<i> for my uses. I wonder if it would be too &quot;resource&quot; demanding to ask from
+</I>&gt;&gt;<i> my desktop computer to do both imap as well as my regular work on the
+</I>&gt;&gt;<i> desktop.
+</I>&gt;&gt;<i>
+</I>&gt;<i> No, a standard setup (postfix and dovecot) does not use many resources
+</I>&gt;<i> and is rather easy to setup.
+</I>
+I use this combination + spamassassin on the server side.
+Users can have their own automatic filtering of emails to inbox
+subfolders by doing a file dovecot.sieve in their home folders which can
+for example then have rules like this:
+
+if header :contains &quot;subject&quot; [&quot;[Mageia-dev]&quot;] {
+ fileinto &quot;mageia-dev&quot;;
+ stop;
+}
+if header :contains &quot;X-Spam-Flag&quot; [&quot;YES&quot;] {
+ fileinto &quot;spam&quot;;
+ stop;
+}
+else {
+ keep;
+}
+
+This rule would basically move all mageia-dev messages to mageia-dev
+folder, all messages detected by spamassassing to spam folder and then
+keep all other messages in the inbox.
+
+Setting up the spamassassin daemon parts was most confussing and I do
+not have exact guides in my hand. (web was floating with various guides
+for postfix+dovecot+spamassassing combination from which some worked
+while some did not...)
+
+Mika
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006839.html">[Mageia-discuss] Remote login
+</A></li>
+ <LI>Next message: <A HREF="006840.html">[Mageia-discuss] what happened to mageia servers
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6846">[ date ]</a>
+ <a href="thread.html#6846">[ thread ]</a>
+ <a href="subject.html#6846">[ subject ]</a>
+ <a href="author.html#6846">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>