mirror of
https://github.com/DanWin/mail-hosting.git
synced 2025-08-21 14:49:33 +02:00
Initial commit
This commit is contained in:
commit
81a6b562b6
50 changed files with 3837 additions and 0 deletions
8
usr/local/etc/rspamd/lua/rspamd.local.lua
Normal file
8
usr/local/etc/rspamd/lua/rspamd.local.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
rspamd_config.AUTHENTICATED_USER = {
|
||||
callback = function(task)
|
||||
local uname = task:get_user()
|
||||
if uname then
|
||||
return 1
|
||||
end
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue