[GH-ISSUE #219] Timeout (30 secs) waiting for server response #44

Closed
opened 2026-02-26 18:33:03 +03:00 by kerem · 0 comments
Owner

Originally created by @cleepseek on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/decke/smtprelay/issues/219

Dear decke

below is my smtprelay.ini settings

read_timeout = 60s
write_timeout = 60s
data_timeout = 5m
max_connections = 100
max_message_size = 10240000
max_recipients = 100
allowed_nets = ""
allowed_sender = ^(admin@fakedomainname.com)$
allowed_recipients = ^(user01@fakedomainname.com)$
remotes = smtp://admin@fakedomainname.com:**********@smtp.exmail.qq.com:25?auth=login

when is use command to test.

swaks --to user01@fakedomainname.com --from admin@fakedomainname.com --server 192.168.13.211:25 --helo srv131

There’s a chance it might return

Timeout (30 secs) waiting for server response

If I made any mistakes, please point them out. Thank you.

Originally created by @cleepseek on GitHub (Jun 19, 2025). Original GitHub issue: https://github.com/decke/smtprelay/issues/219 Dear decke below is my `smtprelay.ini` settings read_timeout = 60s write_timeout = 60s data_timeout = 5m max_connections = 100 max_message_size = 10240000 max_recipients = 100 allowed_nets = "" allowed_sender = ^(admin@fakedomainname\.com)$ allowed_recipients = ^(user01@fakedomainname\.com)$ remotes = smtp://admin@fakedomainname.com:**********@smtp.exmail.qq.com:25?auth=login when is use command to test. `swaks --to user01@fakedomainname.com --from admin@fakedomainname.com --server 192.168.13.211:25 --helo srv131` There’s a chance it might return `Timeout (30 secs) waiting for server response` If I made any mistakes, please point them out. Thank you.
kerem closed this issue 2026-02-26 18:33:03 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtprelay#44
No description provided.