X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by lists.alpinelinux.org (Postfix) with ESMTP id 486695C5006 for ; Thu, 24 May 2018 11:06:06 +0000 (GMT) Received: by mail-wm0-f47.google.com with SMTP id q4-v6so7521288wmq.1 for ; Thu, 24 May 2018 04:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=h6g-de.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=7LE9dWiX+l0o5i/0kXeKm4YQK4ojTL7rFT/AXFjpNT0=; b=Ly+zy9z0K2fjqmsCyFB3x5Z6ziq8BEpsUnhxOG2UKTBnsuR801SgnF/rBEVK4/fVAq +6qa2mI0VYSdOKB5S4QLZ6016Obn3tEAoHCleRGQr9/la0Rtkx8qbfu+Lv3atXE7ECd4 JAfJPxXp0hbeYeeQXJs5fNRa8mRWGnU1oJkMWvOVH3tDoN5lUKsfRUmYxEPFy1up3Nk0 WMuHwPbH16t2uMtjrrfyOOoj55k2IlPFlcKuk43/+IUXEjCpQw1Q7ln74cfdbZYprDnV ZCu8h+Z24phW1//TO2Q9Ii3MMfGFuYXfeRcGkfztXx+AMxv19nLzze3V5VRUycGDWJJS 2u/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=7LE9dWiX+l0o5i/0kXeKm4YQK4ojTL7rFT/AXFjpNT0=; b=ZAxVHrta6/yV6vF6H/uUX3czSNMTT/kSEA7ufswDpP7Jsps7FtuDEphX9VJL9m/IBT YHw4x32eq2QASzSmWnH3Az4fZ55ZGx9QxjfBSGL3xiNtIiePXe/mr50Yl2ReTLGByLfw JdP0pnZP/IK0GAeKx7XAUizQu4k8a+gPmy2LCoUgUXV5Mjr1XbnRNTiit9SKF8lyrMua 1QL+Rpiug3OeE7JiIQ/LCXg9VlHHnG1zcdUcSU5Ef3KuOjegven+SuX3t+yia5waVjsd 5QgmcnWlVyru+QXjta6lLdjoUPXmS021tmX0hdlPMPPOPrQRVed4dhzTvU+dVZM0VCW0 hMcw== X-Gm-Message-State: ALKqPweHolYX8By6Z1amUgDlOBX2N++VlMA8p1uLr85rf6KSR7BTDN0e 8ppKvSqAgCDTfYYMds2vtT+pC6Le X-Google-Smtp-Source: AB8JxZqi+KCoOGZD3KXgAvCf11LOPUuW1HbpWDOCcr2DdpjTv+/tLJADkOFHiUW/bdGSI8G0KCt+nA== X-Received: by 2002:a50:8243:: with SMTP id 61-v6mr11869734edf.308.1527159965170; Thu, 24 May 2018 04:06:05 -0700 (PDT) Received: from [10.10.195.72] ([193.175.119.50]) by smtp.gmail.com with ESMTPSA id y4-v6sm11044422edr.51.2018.05.24.04.06.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 May 2018 04:06:04 -0700 (PDT) Subject: Re: [alpine-user] How to label mails (the gmail way) ? To: franck.houssen@eolen.com, alpine-user@lists.alpinelinux.org References: <5ab7b77b-6801-92b1-621b-a0a82ed9cb6d@libero.it> <137ba773-40ba-6352-84ba-3b60d0e7f957@h6g.de> From: Paul Zillmann Message-ID: <6bc0abd5-7be1-79c2-e063-417d5a7b54f2@h6g.de> Date: Thu, 24 May 2018 13:06:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hello Franck Am 23.05.2018 um 15:43 schrieb franck.houssen@eolen.com: > Beginning a new job. I use the IMPA server of my company : it's a > outlook web app where nothing works really !... :D So I took a chance > to move to alpine. > Can't really tell more as I am not expert in all this (IMAP/SMTP)... You need to know what IMAP daemon you use. Is it Dovecot or Cyrus or Curier etc. pp. > OK. If I got you well, it seems the behavior I am looking for is more > a IMAP server thing, not an alpine problem (my mistake - I believed it > was). > > Alpine can not create folders at IMAP server side and can't move mails > from/to IMAP server folders: correct ? You can do that on every Linux if you configured the mailbox format to be "Maildir" -> every mail is a file on the filesystem Configuring a mailsystem for internet usage requires some knowledge about DNS, DKIM signing etc. I don't recommend you to run such a system (for a company) with your knowledge base. You may take a look at Mailcow[1] - this is a finished configured mailsystem. 1: https://github.com/mailcow/mailcow-dockerized Paul --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---