On 9/12/2013 4:18 AM, Chris wrote: > Hello, > > I checked it now again. > > domain1 is on my server (vps, postfix + dovecot). > I can send and receive from u...@domain1.com to us...@domain1.com - > no problem at all. > > Now I tried to send from u...@domain1.com to a public freemailer > (the one I'm using here): > > Sep 12 04:57:06 nudin1 postfix/smtp[29110]: connect to > freenet.de[62.104.23.42]:25: Connection refused
connection refused is a network problem, probably a firewall block. Perhaps your ISP doesn't allow you to run a mail server? -- Noel Jones > Sep 12 04:57:06 nudin1 postfix/smtp[29110]: D57D812E00AF: > to=<spamo...@freenet.de>, relay=none, delay=0.08, > delays=0.01/0.01/0.06/0, dsn=4.4.1, status=deferred (connect to > freenet.de[62.104.23.42]:25: Connection refused) > > But I can't look into the log file from freenet.de - it just seems > as if the server is refusing me for a reason .. I don't know? > > So how can I find out why my server gets refused from some servers > (but not from itself)? > > Thanks, > Chris > > > > Am 10.09.2013 19:16, schrieb Noel Jones: >> On 9/9/2013 9:46 PM, Chris wrote: >>> Hello, >>> >>> if I send from a public mail service like gmail etc. to my server, I >>> get the email. >>> Then I reply to this one and I this message will never arrive. >>> Sometimes I get an error mail like: >>> >>> <v...@service.com>: host service.com[202.107.110.18] said: 554 5.7.1 >>> <v...@service.com>: Relay access denied (in reply to RCPT TO >>> command) >> >> The above message says the server at 202.107.110.18 refused to relay >> the message, but gives no indication of why. Some context would >> help. Why are you sending mail to this server? >> >> >>> >>> In the syslog when sending an email to a public mail service I find >>> this one: >>> >>> Sep 9 22:38:53 nudin1 postfix/smtpd[8648]: connect from >>> unknown[148.172.15.55] >>> Sep 9 22:38:55 nudin1 postfix/smtpd[8648]: 2723F12E00A3: >>> client=unknown[148.172.15.55], sasl_method=PLAIN, >>> sasl_username=i...@domain1.de >>> Sep 9 22:38:55 nudin1 postfix/cleanup[7756]: 2723F12E00A3: >>> message-id=<522e863a.1000...@domain1.de> >>> Sep 9 22:38:55 nudin1 postfix/qmgr[1344]: 2723F12E00A3: >>> from=<i...@domain1.de>, size=474, nrcpt=1 (queue active) >>> Sep 9 22:38:56 nudin1 postfix/smtpd[8648]: disconnect from >>> unknown[148.172.15.55] >>> Sep 9 22:38:57 nudin1 postfix/smtpd[8658]: connect from >>> localhost[127.0.0.1] >>> Sep 9 22:38:57 nudin1 postfix/smtpd[8658]: 7C75B12E00A4: >>> client=localhost[127.0.0.1] >>> Sep 9 22:38:57 nudin1 postfix/cleanup[7756]: 7C75B12E00A4: >>> message-id=<522e863a.1000...@domain1.de> >>> Sep 9 22:38:57 nudin1 postfix/smtpd[8658]: disconnect from >>> localhost[127.0.0.1] >>> Sep 9 22:38:57 nudin1 postfix/qmgr[1344]: 7C75B12E00A4: >>> from=<i...@domain1.de>, size=900, nrcpt=1 (queue active) >>> Sep 9 22:38:57 nudin1 amavis[792]: (00792-04) Passed CLEAN, >>> [148.172.15.55] <i...@domain1.de> -> <privateu...@mail.de>, >>> Message-ID: <522e863a.1000...@domain1.de>, mail_id: E1oH7KsZ3znA, >>> Hits: -0.002, size: 474, queued_as: 7C75B12E00A4, 1713 ms >>> Sep 9 22:38:57 nudin1 postfix/smtp[8654]: 2723F12E00A3: >>> to=<privateu...@mail.de>, relay=127.0.0.1[127.0.0.1]:10024, >>> delay=2.9, delays=1.2/0/0/1.7, dsn=2.0.0, status=sent (250 2.0.0 >>> from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 7C75B12E00A4) >>> Sep 9 22:38:57 nudin1 postfix/qmgr[1344]: 2723F12E00A3: removed >> >> This appears to be a perfectly normal sequence of postfix receiving >> mail from a SASL authenticated client, then postfix filtering the >> mail through amavisd-new. Is there something here you're not >> expecting? >> >> >>> >>> What could that be? >> >> If you need more help, please see: >> http://www.postfix.org/DEBUG_README.html#mail >> >> >> >> >> -- Noel Jones >> >>