![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| assistance requested (sed related) | metalwarrior | UNIX for Advanced & Expert Users | 4 | 02-04-2008 10:44 PM |
| AWK issue--> Help requested | alfredo123 | Shell Programming and Scripting | 3 | 02-27-2007 12:08 PM |
| Your Opinion requested | pc9456 | SUN Solaris | 4 | 11-17-2003 05:56 AM |
| Delete Mailbox | Juergen1234 | UNIX for Dummies Questions & Answers | 3 | 02-06-2002 07:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
reason: 553 Requested action not taken: mailbox name not allowed
Hi all
I am sending a mail form a AIX5.2 system to a exchangse server. I get a return receipt as follows :- ----- The following addresses had permanent fatal errors ----- ITS-TOSG@mycompany.com (reason: 553 Requested action not taken: mailbox name not allowed) ----- Transcript of session follows ----- ... while talking to mail3.mycompany.com.: >>> MAIL From:<root@HOST1@mycompany.com> <<< 553 Requested action not taken: mailbox name not allowed |
| Forum Sponsor | ||
|
|
|
||||
|
your root's email address is getting mangled --- root@HOST1@mycompany.com --- too many "@" signs ... edit the "DSfoo.bar.com" line in /etc/mail/sendmail.cf and restart sendmail to make it append the correct domain to your outgoing emails ...
see also "man sendmail" and the sendmail homepage ... |
||||
| Google The UNIX and Linux Forums |