Displaying 9 results from an estimated 9 matches for "jungersen".
2018 Jan 23
1
LAYOUT=fs
...t face="Arial" size="2"><span style=" font-size:10pt"><br />
</span></font></div>
<div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">On 23.01.2018 11:27, Jungersen, Danjel - Jungersen Grafisk ApS wrote:</span></font></div>
<div align="left" style="margin-left:9mm; margin-right:0mm; text-indent:0mm; margin-top:0.00mm; margin-bottom:0.00mm;">
<hr size="1pt" width="100%" align="left"/&g...
2018 Jan 23
0
LAYOUT=fs
On 23.01.2018 11:27, Jungersen, Danjel - Jungersen Grafisk ApS wrote:
> ------------------------------------------------------------------------
>
> On 22 Jan 2018 at 10:28, Aki Tuomi wrote:
>
>
>
>
> On 22.01.2018 00:46, Jungersen, Danjel - Jungersen Grafisk ApS wrote:
> Hi there.
>
> I have rea...
2018 Jan 23
2
LAYOUT=fs
...t face="Arial" size="2"><span style=" font-size:10pt"><br />
</span></font></div>
<div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">On 22.01.2018 00:46, Jungersen, Danjel - Jungersen Grafisk ApS wrote:</span></font></div>
<div align="left" style="margin-left:9mm; margin-right:0mm; text-indent:0mm; margin-top:0.00mm; margin-bottom:0.00mm;"><font face="Arial" size="2">
<span style="...
2018 Jan 22
0
LAYOUT=fs
On 22.01.2018 00:46, Jungersen, Danjel - Jungersen Grafisk ApS wrote:
> Hi there.
>
> I have read what I could find, but not enough apparently.
>
> I am about to migrate my server to a postfix / dovecot setup.
>
> I have stumbled on the mentioned option and are wondering if I should
> use it.
>
> I...
2018 Mar 15
0
Sieve not working.
On 15.03.2018 00:43, Jungersen, Danjel - Jungersen Grafisk ApS wrote:
> Hi there.
>
> I have set up dovecot and sieve.
>
> I can log in, see, send and receive mails.
> I can move files around via imap.
>
> I have set up a sieve script that are supposed to move some files to
> junk based on a header fro...
2018 Jan 21
2
LAYOUT=fs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
2018 Mar 14
3
Sieve not working.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
2018 Mar 02
2
Sieve filter doesn't respect mailbox separator
namespace separator is '.',
this sieve script incorrectly tries to put the mail inside a mailbox
rather that beside it, for example if the mailbox is named
'example', the mail will be put in the path 'example/.Spam'
instead of 'example.Spam'
require ["fileinto"];
if header :contains "X-Spam" "yes" {
? fileinto "Spam";
}
#
2018 Mar 06
0
Sieve filter doesn't respect mailbox separator
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>