From 4861080f6b7081f6e17c566ff6f4124cb3231395 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 23 Jan 2025 11:52:01 -0800 Subject: [PATCH] Update config.yml --- config.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index e490e26..c4227a7 100644 --- a/config.yml +++ b/config.yml @@ -9,9 +9,6 @@ host: 127.0.0.1 # The identifier for this server, such as the location (Used in whois) identifier: somewhere in the universe -# The nickserv account to automatically be IRC opped -admin-nick: admin - # The path of the data file to be used by NickServ, ChanServ, etc # This MUST be a file path. # Recommended to use a .db extension because it is an SQLite database @@ -45,9 +42,18 @@ ban-provider: /path/to/bans.txt # ban-provider: sql +# Mail server settings for PawServ + +smtp_host: smtp.example.com +smtp_port: 25 +smtp_starttls: off +smtp_username: pawserv@example.com +smtp_password: examplePassword + # Use of modules in the /modules folder, or in an absolute path specified. # You want your protection modules BEFORE the ban engine. modules: - sqlite_local - botnet_protect - - ban_engine \ No newline at end of file + - ban_engine + - pawserv \ No newline at end of file