mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #219] Timeout (30 secs) waiting for server response #44
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.inisettingsread_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 srv131There’s a chance it might return
Timeout (30 secs) waiting for server responseIf I made any mistakes, please point them out. Thank you.