Hi,
I have configured my FreeBSD server at work exactly the same way as i did on my test server at home. But on this server at work, Postfix is not transferring the incoming mail to the DBMail system I tried using LMTP and pipe, but when I telnet to port 25 and type the HELO MAIL FROM: RCPT TO: DATA commands, i see in the /var/log/maillog that the incoming mail does not activate the LMTP deamon. It looks like it relays it to someind of Spam detection server. But I can't find any settings in the Postfix config files. I have already copied the main.cf and master.cf from my server that Works. But this didn't help Here the part from /var/log/maillog Mar 17 12:14:51 yeahmail postfix/qmgr[10487]: 2E2BB6123: from=<[EMAIL PROTECTED]>, size=359, nrcpt=1 (queue active) Mar 17 12:14:51 yeahmail postfix/smtp[10598]: 2E2BB6123: to=<[EMAIL PROTECTED]>, relay=eforward5.name-services.com[212.118.243.116], delay=14, status=bounced (host eforward5.name-services.com[212.118.243.116] said: 550 5.7.1 Invalid recipient: '[EMAIL PROTECTED]' (in reply to RCPT TO command)) Mar 17 12:14:51 yeahmail postfix/cleanup[10597]: A09376130: message-id=<[EMAIL PROTECTED]> Mar 17 12:14:51 yeahmail postfix/qmgr[10487]: A09376130: from=<>, size=2242, nrcpt=1 (queue active) Mar 17 12:14:51 yeahmail postfix/qmgr[10487]: 2E2BB6123: removed Mar 17 12:14:55 yeahmail postfix/smtp[10598]: A09376130: to=<[EMAIL PROTECTED]>, relay=mx3.xs4all.nl[194.109.24.134], delay=4, status=sent (250 2.0.0 j2HCEK7R037015 Message accepted for delivery by mxdrop21.xs4all.nl) Mar 17 12:14:55 yeahmail postfix/qmgr[10487]: A09376130: removed Mar 17 12:16:35 yeahmail postfix/smtpd[10591]: disconnect from localhost.mydomain.com[127.0.0.1] I am sure I have overlooked some setting in some config file, but i am lost at the moment, Please a little help Grtx, Bar
