mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #359] 老哥imap和stmp错误[BUG] #120
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#120
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 @666-eth on GitHub (Jul 22, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/359
复现步骤
老哥imap和stmp错误
用不了
预期行为
@dreamhunter2333 commented on GitHub (Jul 22, 2024):
url 配置是否正确,可以先用上个版本的 tag
@666-eth commented on GitHub (Jul 22, 2024):
docker-compose up -d
docker-compose.yaml
services:
smtp_proxy_server:
image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:latest
# build:
# context: .
# dockerfile: dockerfile
container_name: "smtp_proxy_server"
ports:
- "8025:8025"
- "11143:11143"
environment:
- proxy_url=https://worker.aabbcc.com
- port=8025
- imap_port=11143
@666-eth commented on GitHub (Jul 22, 2024):
正确的 哥
@dreamhunter2333 commented on GitHub (Jul 22, 2024):
我这测试没啥问题