On 7/2/21 4:43 AM, Hardy Flor wrote:
> I want to find a keyword in the subject between two "*".
> How do I have to mask the "*" correctly?
>
> I tried:
> if header :matches "subject" "\*xyz\**"
> if header :matches "subject" "\\*xyz\\**"
Use ":contains" instead of ":matches":
if header :contain
Hi,
I used dovect with the following setup :
mbox:/var/spool2/mail/%u:INBOX=/var/spool/mail/%u
If I have a look via cmd line
[root@mbxx1 ~]# telnet localhost 143
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^
Le 02/07/2021 à 16:37, Stephane Magnier a écrit :
>
> Hi,
>
> I used dovect with the following setup :
> mbox:/var/spool2/mail/%u:INBOX=/var/spool/mail/%u
>
> If I have a look via cmd line
>
> [root@mbxx1 ~]# telnet localhost 143
> Trying ::1...
> telnet: connect to address ::1: Connection refused
We have an emar...@example.com mailbox that receives orders from customers.
Postfix redirects such emails to the email addresses of our sales managers, as
well as to the special address par...@example.com, which is used by some
analytical software. For this, a file named "Virtual" has been creat
Hello,
I want to find a keyword in the subject between two "*".
How do I have to mask the "*" correctly?
I tried:
if header :matches "subject" "\*xyz\**"
if header :matches "subject" "\\*xyz\\**"
Hardy
Hi,
the memory issue has already been reported, not resolved yet:
https://www.mail-archive.com/dovecot@dovecot.org/msg83763.html
the disk-free issue is something different. Increasing memory parameters
doesn't help- the sync only crashes later.
Here, everything seems to be synced fine never
> On 02/07/2021 12:03 Dan Malm wrote:
>
>
> On 2021-07-02 10:56, Aki Tuomi wrote:
> >
> >> On 02/07/2021 11:48 Dan Malm wrote:
> >>
> >>
> >> Hi,
> >>
> >> I'm trying to migrate some users into our system from another one that
> >> also run dovecot but with different prefix and separator
On 2021-07-02 10:56, Aki Tuomi wrote:
>
>> On 02/07/2021 11:48 Dan Malm wrote:
>>
>>
>> Hi,
>>
>> I'm trying to migrate some users into our system from another one that
>> also run dovecot but with different prefix and separator settings than
>> we do.
>>
>> I've setup userdb to return these
> On 02/07/2021 11:48 Dan Malm wrote:
>
>
> Hi,
>
> I'm trying to migrate some users into our system from another one that
> also run dovecot but with different prefix and separator settings than
> we do.
>
> I've setup userdb to return these values for a test user to match the
> other syst
Hi,
I'm trying to migrate some users into our system from another one that
also run dovecot but with different prefix and separator settings than
we do.
I've setup userdb to return these values for a test user to match the
other systems separator/prefix setup:
{
"home": "/customers/b/5/3/cdeadb
10 matches
Mail list logo