Thanks zazzybob....!!!
When I changed ;
myorigin = smtp.xyz.com
The output of /var/log/mail is as follows;
Aug 1 13:41:55 cn2 postfix/master[8760]: terminating on signal 15
Aug 1 13:41:55 cn2 postfix/postfix-script: starting the Postfix mail system
Aug 1 13:41:55 cn2 postfix/master[3876]: daemon started
Aug 1 13:42:19 cn2 postfix/pickup[3879]: 3F0A735DD1: uid=0 from=<root>
Aug 1 13:42:19 cn2 postfix/cleanup[4130]: 3F0A735DD1: message-id=<20070801081219.3F0A735DD1@linux.local>
Aug 1 13:42:19 cn2 postfix/qmgr[3880]: 3F0A735DD1: from=<
root@smtp.xyz.com>, size=317, nrcpt=1 (queue active)
Aug 1 13:42:19 cn2 postfix/smtp[4132]: 3F0A735DD1: to=<ganesh@xyz.com>, relay=smtp.xyz.com[10.10.20.206], delay=0, status=bounced (host smtp.xyz.com[10.10.20.206] said: 554 <root@smtp.xyz.com>: Sender address rejected: Access denied)
Aug 1 13:42:19 cn2 postfix/cleanup[4130]: 9C77B35DEA: message-id=<20070801081219.9C77B35DEA@linux.local>
Aug 1 13:42:19 cn2 postfix/qmgr[3880]: 9C77B35DEA: from=<>, size=2050, nrcpt=1 (queue active)
Aug 1 13:42:19 cn2 postfix/smtp[4132]: 9C77B35DEA: to=<
root@smtp.xyz.com>, relay=smtp.xyz.com[10.10.20.206], delay=0, status=bounced (host smtp.xyz.com[10.10.20.206] said: 554 <>: Sender address rejected: Access denied)
========================================================
When I changed ;
myorigin = xyz.com
The output of /var/log/mail is as follows;
Aug 1 13:44:58 cn2 postfix/master[3876]: terminating on signal 15
Aug 1 13:44:58 cn2 postfix/postfix-script: starting the Postfix mail system
Aug 1 13:44:58 cn2 postfix/master[5996]: daemon started
Aug 1 13:45:08 cn2 postfix/pickup[5999]: 36AC235DDF: uid=0 from=<root>
Aug 1 13:45:08 cn2 postfix/cleanup[6113]: 36AC235DDF: message-id=<20070801081508.36AC235DDF@linux.local>
Aug 1 13:45:08 cn2 postfix/qmgr[6000]: 36AC235DDF: from=<
root@xyz.com>, size=301, nrcpt=1 (queue active)
Aug 1 13:45:08 cn2 postfix/smtp[6115]: 36AC235DDF: to=<ganesh@xyz.com>, relay=smtp.xyz.com[10.10.20.206], delay=0, status=bounced (host smtp.xyz.com[10.10.20.206] said: 554 <root@xyz.com>: Sender address rejected: Access denied)
Aug 1 13:45:08 cn2 postfix/cleanup[6113]: 4C54935DED: message-id=<20070801081508.4C54935DED@linux.local>
Aug 1 13:45:08 cn2 postfix/qmgr[6000]: 4C54935DED: from=<>, size=2014, nrcpt=1 (queue active)
Aug 1 13:45:08 cn2 postfix/smtp[6115]: 4C54935DED: to=<
root@xyz.com>, relay=smtp.xyz.com[10.10.20.206], delay=0, status=bounced (host smtp.xyz.com[10.10.20.206] said: 554 <>: Sender address rejected: Access denied)
As per the above outputs, can you tell me which one should I use. My smtp server address is like
abc@xyz.com.....but not like
abc@smtp.xyz.com.
Now I just need to add user
"root@xyz.com" on my smtp server (Windows) for sending the messages from my SuSE Linux box using root id...right...??
Correct me if I am wrong at any place.
Thanks & Regards,
jumadhiya.