Files
my-vault/01_Projects/Infrastructure/Mail/Mail.md
T
windyboy b182762e14 refactor(vault): Phase 3 — metadata convergence
- Backfill `created` frontmatter on 266 active notes (git date or mtime)
- Normalize `status` to 4 values: draft/active/done/archived (11 notes)
  - Active/进行中/needs-review → active
  - archive → archived
  - 待执行/conditional → draft
  - 完成/accepted → done
- Declare clipper boundary: 04_Archive/Inbox-Clippings/** exempt from migration
- Update depth rule: max 3 → max 4 levels (new notes only)
- Add metadata-converge.mjs script for reproducibility
2026-09-26 11:37:19 +08:00

1.5 KiB

created
created
2026-01-05

icloud mail app password: thunderbird Your app-specific password is: noej-ippd-yisl-uqsk

189.cn iJ(7wA=4P#0dQ@2u

azure mailstor

url: https://mailstor.blob.core.windows.net/debian-mail account: mailstor

container: debian-mail

key: lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==

conn string: DefaultEndpointsProtocol=https;AccountName=mailstor;AccountKey=lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==;EndpointSuffix=core.windows.net

exmail.qq.com mac pass: acBcj9DUCyfoPRm6

disable antivirus

#### Re: [SOLVED] ClamAV errors even after disabled

SOLVED.

I've found someone with exactly the same problem ( [https://www.howtoforge.com/community/th … vis.52114/](https://www.howtoforge.com/community/threads/how-to-disable-clamav-or-spamassassin-check-in-amavis.52114/) )

The solution is to create a new file /etc/amavis/conf.d/90-custom with :  

use strict; 
@bypass_virus_checks_maps  = (1); 
#------------ Do not modify anything below this line -------------  
1;  # insure a defined return

And restart, this works!

postfix admin

    php -r "echo password_hash('windyboy@2006', PASSWORD_DEFAULT);"

config.local

$CONF['setup_password'] = '$2y$10$WSt0rsujCFKjycFqugG4GuWA2HwokFr91LkG9up8CiV6QDN2EGPPO';
sudo bash /var/www/postfixadmin/scripts/postfixadmin-cli admin add zhiqiang@windy.me --superadmin 1 --active 1 --password windyboy@2006 --password2 windyboy@2006