[EMAIL PROTECTED] wrote:
Zitat von Cesar Scavuzzo <[EMAIL PROTECTED]>:

  
I think you mean this, 


Feb 17 13:50:56 serverlnx postfix/smtpd[2799]: connect from
unknown[192.168.1.97]
Feb 17 13:50:56 serverlnx postfix/smtpd[2799]: DFC447413A:
client=unknown[192.168.1.97]
Feb 17 13:50:57 serverlnx postfix/cleanup[2801]: DFC447413A:
message-id=<[EMAIL PROTECTED]>
Feb 17 13:50:57 serverlnx postfix/smtpd[2799]: disconnect from
unknown[192.168.1.97]
Feb 17 13:50:57 serverlnx postfix/qmgr[2295]: DFC447413A:
from=<[EMAIL PROTECTED]>, size=479, nrcpt=1 (queue active)
Feb 17 13:50:57 serverlnx postfix/smtpd[2799]: connect from
unknown[192.168.1.101]
Feb 17 13:50:57 serverlnx postfix/smtp[2803]: warning: host
192.168.1.101[192.168.1.101] greeted me with my own hostname serverlnx
Feb 17 13:50:57 serverlnx postfix/smtp[2803]: warning: host
192.168.1.101[192.168.1.101] replied to HELO/EHLO with my own hostname
serverlnx
Feb 17 13:50:57 serverlnx postfix/smtp[2803]: DFC447413A:
to=<[EMAIL PROTECTED]>, relay=192.168.1.101[192.168.1.101], delay=1,
status=bounced (mail for 192.168.1.101 loops back to myself)
    

Okay. First fix the IMAP/Postfix box. To do this you need the following steps :

- a working DNS to at least resolv your local hostname and "localhost"
  

If it is for testing purpose only then you could simply edit the /etc/hosts instead of setting up a whole DNS.
So, you could concentrate on Postfix/Cyrus/Sendmail und do the DNS later if needed.

Greetings,
Marek

- correct settings of "mydestination" in main.cf (localhost, $myhostname,
$mydomain)

- "mailbox_transport = cyrus" in main.cf

This should clear up part of the mess. I recommend you search for the DNS-howto
on google, buy a book about postfix and MTA basics. You can also have a look at
http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO.pdf
and omit the part with mysql and virtual domains for the start.

Regards

Andreas
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
  

Reply via email to