Jürgen Echter | 25 May 2012 14:53
Picon

getting fetchmail to work with postfix

Hi,

i try to setup fetchmail to get mails and send them with postfix to my 
local dovecot imapd.

If i try to run fetchmail i get this in the logs:

fetchmail[4514]: 1 message for test <at> mydomain.de at mailserver.external.de.
fetchmail[4514]: reading message test <at> mydomain <at> mailserver.external.de:1 
of 1 (649 header octets) (log message incomplete)
fetchmail[4514]: connection to localhost:smtp [::1/25] failed: 
Connection refused.
postfix/smtpd[4516]: connect from localhost[127.0.0.1]
postfix/smtpd[4516]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 
550 5.1.1 <test <at> mydomain.de>: Recipient address rejected: mydomain.de; 
from=<j.echter <at> mydomain.de> to=<test <at> mydomain.de> proto=ESMTP 
helo=<mehlbox.workgroup.local>
fetchmail[4514]: SMTP error: 550 5.1.1 <test <at> mydomain.de>: Recipient 
address rejected: mydomain.de
fetchmail[4514]: connection to localhost:smtp [::1/25] failed: 
Connection refused.
postfix/smtpd[4519]: connect from localhost[127.0.0.1]
postfix/smtpd[4519]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 
550 5.1.1 <j.echter <at> mydomain.de>: Recipient address rejected: 
mydomain.de; from=<> to=<j.echter <at> mydomain.de> proto=SMTP 
helo=<mehlbox.workgroup.local>
postfix/smtpd[4519]: disconnect from localhost[127.0.0.1]
postfix/smtpd[4516]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 
550 5.1.1 <j.echter <at> mydomain.de>: Recipient address rejected: 
mydomain.de; from=<j.echter <at> mydomain.de> to=<j.echter <at> mydomain.de> 
(Continue reading)

Rob MacGregor | 25 May 2012 18:26
Picon
Gravatar

Re: getting fetchmail to work with postfix

On Fri, May 25, 2012 at 1:53 PM, Jürgen Echter
<j.echter <at> echter-kuechen-elektro.de> wrote:
> Hi,
>
> i try to setup fetchmail to get mails and send them with postfix to my local
> dovecot imapd.
>
> If i try to run fetchmail i get this in the logs:
>
> fetchmail[4514]: 1 message for test <at> mydomain.de at mailserver.external.de.
> fetchmail[4514]: reading message test <at> mydomain <at> mailserver.external.de:1 of 1
> (649 header octets) (log message incomplete)
> fetchmail[4514]: connection to localhost:smtp [::1/25] failed: Connection
> refused.
> postfix/smtpd[4516]: connect from localhost[127.0.0.1]
> postfix/smtpd[4516]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550
> 5.1.1 <test <at> mydomain.de>: Recipient address rejected: mydomain.de;
> from=<j.echter <at> mydomain.de> to=<test <at> mydomain.de> proto=ESMTP
> helo=<mehlbox.workgroup.local>

Your Postfix configuration doesn't support the domain - ensure you've
correctly configured it to support that domain, or tell fetchmail to
deliver to a domain the server is configured to support.

--

-- 
                 Please keep list traffic on the list.

Rob MacGregor
      Whoever fights monsters should see to it that in the process he
        doesn't become a monster.                  Friedrich Nietzsche
(Continue reading)

Matthias Andree | 26 May 2012 03:01
Picon
Picon

Re: getting fetchmail to work with postfix

Am 25.05.2012 14:53, schrieb Jürgen Echter:
> Hi,
> 
> i try to setup fetchmail to get mails and send them with postfix to my
> local dovecot imapd.
> 
> If i try to run fetchmail i get this in the logs:
> 
> fetchmail[4514]: 1 message for test <at> mydomain.de at mailserver.external.de.
> fetchmail[4514]: reading message test <at> mydomain <at> mailserver.external.de:1
> of 1 (649 header octets) (log message incomplete)
> fetchmail[4514]: connection to localhost:smtp [::1/25] failed:
> Connection refused.
> postfix/smtpd[4516]: connect from localhost[127.0.0.1]
> postfix/smtpd[4516]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]:
> 550 5.1.1 <test <at> mydomain.de>: Recipient address rejected: mydomain.de;
> from=<j.echter <at> mydomain.de> to=<test <at> mydomain.de> proto=ESMTP
> helo=<mehlbox.workgroup.local>
> fetchmail[4514]: SMTP error: 550 5.1.1 <test <at> mydomain.de>: Recipient
> address rejected: mydomain.de
> fetchmail[4514]: connection to localhost:smtp [::1/25] failed:
> Connection refused.
> postfix/smtpd[4519]: connect from localhost[127.0.0.1]
> postfix/smtpd[4519]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]:
> 550 5.1.1 <j.echter <at> mydomain.de>: Recipient address rejected:
> mydomain.de; from=<> to=<j.echter <at> mydomain.de> proto=SMTP
> helo=<mehlbox.workgroup.local>
> postfix/smtpd[4519]: disconnect from localhost[127.0.0.1]
> postfix/smtpd[4516]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]:
> 550 5.1.1 <j.echter <at> mydomain.de>: Recipient address rejected:
(Continue reading)


Gmane