|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Problems with Postfix receiving
From: Frank Guerrero (frankguerreroh
gmail.com)
Date: Mon Feb 07 2005 - 09:04:25 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 03 Feb 2005 23:55:28 +0100, mouss <usebsd
free.fr> wrote:
> Frank Guerrero wrote:
>
> >Hi:
> >
> >I am having a lot of problems trying to make postfix work. When I
> >telnet from outside to port 25, i dont get the '220 "my domain" ESMTP
> >Postfix' message.
> >
> firewall? routing problem?
>
> > But i do when i telnet from inside the network. I
> >set inet_interfaces = all already. But it doesnt seems to work.
> >Another problem is that when i send a mail from inside the network
> >postfix attaches the
example.com domain to the user. And it should be
> >
mydomain.com.
> >
> >
> how do you know it's postfix that appends that? try:
> ----------------
> telnet yourserver 25
> --> look at the reply and make sure you're talking to postfix.
> EHLO whatever
> MAIL FROM:<frankgh>
> RCPT TO: <frankgh
example.com>
> DATA
> Subject: test
> test
> .
> QUIT
> ----------------
>
> watch the logs and read your mail. that'll show you what postfix do.
>
> then check your squirrelmail conf.
>
Ok I did that..
The logs show this::
Feb 7 09:57:36 fedora postfix/smtpd[19262]: connect from unknown[192.168.1.1]
Feb 7 09:58:29 fedora postfix/smtpd[19262]: 89013C33BA:
client=unknown[192.168.1.1]
Feb 7 09:58:40 fedora postfix/cleanup[19266]: 89013C33BA:
message-id=<20050207145812.89013C33BA
fpptech.com>
Feb 7 09:58:40 fedora postfix/qmgr[19247]: 89013C33BA:
from=<frankgh
fpptech.com>, size=349, nrcpt=1 (queue active)
Feb 7 09:58:42 fedora postfix/smtpd[19262]: disconnect from
unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/smtpd[19262]: connect from unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/smtp[19267]: warning: host
nexthop[65.7.207.45] greeted me with my own hostname fpptech.com
Feb 7 09:58:42 fedora postfix/smtp[19267]: warning: host
nexthop[65.7.207.45] replied to HELO/EHLO with my own hostname
fpptech.com
Feb 7 09:58:42 fedora postfix/smtp[19267]: 89013C33BA:
to=<frankgh
fpptech.com>, relay=nexthop[65.7.207.45], delay=30,
status=bounced (mail for nexthop loops back to myself)
Feb 7 09:58:42 fedora postfix/smtpd[19262]: lost connection after
EHLO from unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/smtpd[19262]: disconnect from
unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/cleanup[19266]: 92440C33BB:
message-id=<20050207145842.92440C33BB
fpptech.com>
Feb 7 09:58:42 fedora postfix/qmgr[19247]: 92440C33BB: from=<>,
size=1965, nrcpt=1 (queue active)
Feb 7 09:58:42 fedora postfix/qmgr[19247]: 89013C33BA: removed
Feb 7 09:58:42 fedora postfix/smtpd[19262]: connect from unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/smtp[19267]: warning: host
nexthop[65.7.207.45] greeted me with my own hostname fpptech.com
Feb 7 09:58:42 fedora postfix/smtp[19267]: warning: host
nexthop[65.7.207.45] replied to HELO/EHLO with my own hostname
fpptech.com
Feb 7 09:58:42 fedora postfix/smtp[19267]: 92440C33BB:
to=<frankgh
fpptech.com>, relay=nexthop[65.7.207.45], delay=0,
status=bounced (mail for nexthop loops back to myself)
Feb 7 09:58:42 fedora postfix/smtpd[19262]: lost connection after
EHLO from unknown[192.168.1.1]
Feb 7 09:58:42 fedora postfix/smtpd[19262]: disconnect from
unknown[192.168.1.1]
According to this log it says that the message got bounced!!! Why is that?!
Thanx
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]