mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5029] Port 25 Timeout #3959
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3959
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 @burakertr on GitHub (Oct 25, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5029
Bug Description
Hello I have set port 25,587 and 465 as frps and frpc accordingly but while I try to send email I get timeout where the usual request should go over frp but actually not going through it. Recieveing mails is just fine. What could be the problem?
frpc Version
0.63
frps Version
0.63
System Architecture
linux/amd64
Configurations
[common]
server_addr = x.x.x.x
server_port = 7001
authentication_token = xxx
tls_enable = true
SMTP ports
[smtp_25]
type = tcp
local_ip = 127.0.0.1
local_port = 25
remote_port = 25
[smtp_465]
type = tcp
local_ip = 127.0.0.1
local_port = 465
remote_port = 465
[smtp_587]
type = tcp
local_ip = 127.0.0.1
local_port = 587
remote_port = 587
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Oct 27, 2025):
We are unable to troubleshoot or resolve issues related to other applications.
@github-actions[bot] commented on GitHub (Nov 11, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.