學術及資源的交流園地 ^_^

dovecot - ACL(Access Control Lists)

最後更新: 2017-10-31

 

介紹

 

Dovecot supports only virtual ACL files.

Note that using ACLs doesn't grant mail processes any extra filesystem permissions that they already don't have.

 

telnet mail server (pop3, imap, smtp)

最後更新: 2024-02-16

 

目錄

 

Kicad 的 library

安全地修改 file

Overwriting an existing file using a rename is atomic

echo "oldcontent" > file

# make sure oldcontent is on disk
sync

echo "newcontent" > file.tmp
mv -f file.tmp file

# *crash*

 

 

RSS feed