AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 472554
Accepted
Spacedust
Spacedust
Asked: 2013-01-26 15:07:00 +0800 CST2013-01-26 15:07:00 +0800 CST 2013-01-26 15:07:00 +0800 CST

Fetchmail 使用错误的 SMTP 发件人名称

  • 772

我正在尝试从我的 aol.pl 帐户下载电子邮件,但它们被我本地邮件服务器上的 Spamdyke 阻止了。邮件似乎是从我不正确的电子邮件发送的,而不是在此本地服务器上。如何纠正这个?

[root@online /]# fetchmail -d0 -vk pop.aol.com
fetchmail: UWAGA: Uruchamianie jako root jest niezalecane.
fetchmail: 6.3.6 łączy się z pop.aol.com (protokół POP3) o godzinie sob 26 sty 2013 00:02:34 CET: odpytywanie rozpoczęte
Próba połączenia z 205.188.170.17/995...połączono.
fetchmail: Organizacja wystawcy: America Online Inc.
fetchmail: CommonName wystawcy: AOL Member CA
fetchmail: CommonName serwera: imap.aol.com
fetchmail: Subject Alternative Name: imap.aol.com
fetchmail: Subject Alternative Name: imap.aim.com
fetchmail: Subject Alternative Name: imap.cs.com
fetchmail: Subject Alternative Name: client.imap.aol.com
fetchmail: Subject Alternative Name: imap.au.aol.com
fetchmail: Subject Alternative Name: imap.ar.aol.com
fetchmail: Subject Alternative Name: imap.br.aol.com
fetchmail: Subject Alternative Name: imap.ca.aol.com
fetchmail: Subject Alternative Name: imap.cl.aol.com
fetchmail: Subject Alternative Name: imap.de.aol.com
fetchmail: Subject Alternative Name: imap.fr.aol.com
fetchmail: Subject Alternative Name: imap.in.aol.com
fetchmail: Subject Alternative Name: imap.jp.aol.com
fetchmail: Subject Alternative Name: imap.mx.aol.com
fetchmail: Subject Alternative Name: imap.uk.aol.com
fetchmail: Subject Alternative Name: pop.aol.com
fetchmail: Subject Alternative Name: pop.aim.com
fetchmail: Subject Alternative Name: pop.mcom.com
fetchmail: Subject Alternative Name: imap.mcom.com
fetchmail: Subject Alternative Name: pop.goowy.com
fetchmail: Subject Alternative Name: imap.goowy.com
fetchmail: Subject Alternative Name: imap.tunome.com
fetchmail: Subject Alternative Name: pop.tunome.com
fetchmail: Subject Alternative Name: imap.mda.aol.com
fetchmail: Subject Alternative Name: east.us.imap.aol.com
fetchmail: Subject Alternative Name: east.us.pop.aol.com
fetchmail: Subject Alternative Name: alf.imap.aol.com
fetchmail: Subject Alternative Name: imap.angeliamail.com
fetchmail: Subject Alternative Name: pop.angeliamail.com
fetchmail: Subject Alternative Name: imap.csi.com
fetchmail: Subject Alternative Name: pop.csi.com
fetchmail: Subject Alternative Name: nginx.aol.com
fetchmail: Subject Alternative Name: imap.about.me
fetchmail: Subject Alternative Name: pop.about.me
fetchmail: Odcisk klucza pop.aol.com: 8F:EA:FB:4F:81:F0:94:9E:A0:06:C3:74:0B:96:7F:3D
fetchmail: POP3< +OK POP3 ready
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< SASL LOGIN PLAIN
fetchmail: POP3< .
fetchmail: POP3> USER [email protected]
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< +OK server ready
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 3261
1 list dla [email protected] na pop.aol.com(3261 bajtów).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 3261
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK message follows
pobieram list [email protected]@nginx.mx.aol.com.aol.akadns.net:1 z 1 (3261 bajtów)
Próba połączenia z 127.0.0.1/25...połączono.
fetchmail: SMTP< 220 mail.domain.pl - Welcome to Qmail ESMTP
fetchmail: SMTP> EHLO domain.pl
fetchmail: SMTP< 250-mail.domain.pl - Welcome to Qmail
fetchmail: SMTP< 250-STARTTLS
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250-SIZE 268435456
fetchmail: SMTP< 250 AUTH LOGIN PLAIN CRAM-MD5
fetchmail: SMTP> MAIL FROM:<[email protected]> SIZE=3261
fetchmail: SMTP< 250 Refused. You have no reverse DNS entry.
fetchmail: SMTP> RCPT TO:<[email protected]>
fetchmail: SMTP< 421 Refused. You have no reverse DNS entry.
fetchmail: błąd SMTP: 421 Refused. You have no reverse DNS entry.
fetchmail: SMTP> RSET
fetchmail: SMTP< 554 Refused. You have no reverse DNS entry.
. nie został skasowany
fetchmail: POP3> QUIT
fetchmail: POP3< +OK core-doe004a.r1000.mail.aol.com closing connection
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 Refused. You have no reverse DNS entry.
fetchmail: 6.3.6 łączy się z pop.aol.com (protokół POP3) o godzinie sob 26 sty 2013 00:02:36 CET: odpytywanie zakończone
fetchmail: praca zakończona poprawnie, kod wyjścia 0
linux
  • 1 1 个回答
  • 814 Views

1 个回答

  • Voted
  1. Best Answer
    Spacedust
    2013-01-27T04:19:14+08:002013-01-27T04:19:14+08:00

    知道了 - 应该指定 smtphost:

    set postmaster
    [email protected]
    poll pop.aol.com
    proto pop3 port 995
    user [email protected]
    password mypassword
    smtphost somedomain.pl
    is [email protected]
    ssl
    fetchall
    nokeep
    no rewrite
    
    • 0

相关问题

  • Linux 主机到主机迁移

  • 如何在 Linux 机器上找到有关硬件的详细信息?

  • 如何在 Linux 下监控每个进程的网络 I/O 使用情况?

  • 在 RHEL4 上修改 CUPS 中的现有打印机设置

  • 为本地网络中的名称解析添加自定义 dns 条目

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve