Displaying 3 results from an estimated 3 matches for "68b8".
Did you mean:
688
2013 Jun 20
1
VT-d with Supermicro MBD-X10SAE-O
...(R2)
> Model Name: Supermicro X10SAE
>
> Chipset: 00:00.0 Host bridge [0600]: Intel Corporation Haswell DRAM
> Controller [8086:0c08] (rev 06)
> VGA: 01:00.0 VGA compatible controller [0300]: Advanced Micro
> Devices [AMD] nee ATI Juniper [Radeon HD 5700 Series] [1002:68b8]
> CPU: Intel(R) Xeon(R) CPU E3-1245 v3 @ 3.40GHz
> BIOS: 1.00
> VT-x: Active
> VT-d: Not Active
>
After several days of troubleshooting and around twenty reinstallations,
here is what I''ve come up with:
*The MOBO and CPU both support VT-d, but...
2017 Jul 04
2
Sieve can't move messages in a public namespace
Op 7/4/2017 om 8:44 AM schreef Paolo:
> Il 30/06/2017 10:46, Paolo ha scritto:
>> Hello,
>>
>> my dovecot version is 2.1.17
>>
>> I've configured some public namespaces (config attached). When a mail
>> arrives at a certain mail address, that mail is handled by dovecot
>> lmtp server and a sieve script is executed that shuold move the
>>
2017 Nov 30
0
Sieve can't move messages in a public namespace
...script is:
require ["fileinto", "envelope", "mailbox"];
if header :contains ["From"] "AN at ADDRESS.com" {
????? fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
}
The error:
error: msgid=<5df93e60-676c-f6bb-68b8-c17fe74934d0 at ADDRESS.com>:
failed to store into mailbox
'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
Cond-UFF_FORNITORI/CONTABILITA/Ricevuta
Il 04/07/2017 10:34, Stephan Bosch ha scritto:
> Op 7/4/2017 om 8:44 AM schreef Paolo:
>> Il 30/0...