Files
vault-para/100-project/Personal/Infrastructure/Mail/Mail.md
T
zhiqiang feng f2703a8c14 Refactor Personal folder structure for improved organization
Consolidated 16+ top-level categories into 8 clear functional groups (AI, Development, Home-Automation, Infrastructure, Lifestyle, PKM, Professional, Backup). Merged duplicate files (OpenRouter.md, Github.md) and archived originals. This simplifies navigation and improves long-term maintainability.

(vault changes by Claude Code)
2025-12-29 14:17:58 +08:00

75 lines
1.5 KiB
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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
```bash
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
```