From e2b52823596c346549940c3febd987a8fd082bf6 Mon Sep 17 00:00:00 2001 From: thepwnexperts <123484962+thepwnexperts@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:07:49 +0530 Subject: [PATCH] for solve timeout issue --- emailwiz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/emailwiz.sh b/emailwiz.sh index 461d0e3..44ef41d 100644 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -114,6 +114,7 @@ postconf -e 'home_mailbox = Mail/Inbox/' # Prevent "Received From:" header in sent emails in order to prevent leakage of public ip addresses postconf -e "header_checks = regexp:/etc/postfix/header_checks" +sudo postconf -e "smtp_connect_timeout = 3000" # strips "Received From:" in sent emails echo "/^Received:.*/ IGNORE