Files
vault-para/100-project/Personal/Infrastructure/Mail/Mail.md
T

75 lines
1.5 KiB
Markdown
Raw Normal View History

2025-12-29 13:38:39 +08:00
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
```