![]() |
|
|
|
|
|||||||
| 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 11:44 PM |
| AWK issue--> Help requested | alfredo123 | Shell Programming and Scripting | 3 | 02-27-2007 01:08 PM |
| Your Opinion requested | pc9456 | SUN Solaris | 4 | 11-17-2003 06:56 AM |
| Delete Mailbox | Juergen1234 | UNIX for Dummies Questions & Answers | 3 | 02-06-2002 08:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 | ||
|
|
|
#2
|
||||
|
||||
|
At first blush, it seems your Exchange server has a filter that prevents emails of certain types. Whether that is a junk mail filter stopping it, or some other type of filter whether it is the dash in your name or anything else it could be.
Id check and see what filters are running on the exchange server side.
__________________
My brain is your brain |
|
#3
|
||||
|
||||
|
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 |