mail setup in AIX


 
Thread Tools Search this Thread
Operating Systems AIX mail setup in AIX
# 1  
Old 10-20-2009
mail setup in AIX

Hi All,

We are using IBM AIX.
I have to send an automated mail from unix. For which i tried
Code:
mail -s "test message" <mail id>

It didn't give me any error message. but i didn't get any mail. On checking mail command, i see the below details.

Code:
Final-Recipient: RFC822; mugundan@itti.com
Action: failed
Status: 5.0.0
Diagnostic-Code: SMTP; 554 mailfrom without . in domain part is administratively
denied
Last-Attempt-Date: Tue, 20 Oct 2009 12:38:46 GMT

--n9KCckP446596.1256042326/IBMAIX
Content-Type: message/rfc822

Any help will be great.

Thanks,

Mugundan

Last edited by zaxxon; 10-20-2009 at 10:20 AM.. Reason: code tags
# 2  
Old 10-20-2009
This seems to be your problem.

Code:
SMTP; 554 mailfrom without . in domain part is administratively denied



---------- Post updated at 03:36 PM ---------- Previous update was at 03:24 PM ----------

Also moving it to AIX subforum, just in case.
# 3  
Old 10-20-2009
Bug

Hi,
You can check your SMTP configuration cause, i think, your email unable to be sent just for this error.
A bad question ? have you install a MTA or Not ?
# 4  
Old 10-22-2009
mail setup in AIX

Sorry about the question.
Can you explain how to do the SMTP setup or other setups required for Mailx.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

New to AIX: How do I setup high availability on an AIX System

I am new to AIX but not new to unix. I have an interview for an AIX systems admin position and I know they want someone who has knowledge of High Availability, Failover and LPARs From my research so far, It appear powerha is used to setup high availability and failover on Power systems but is... (2 Replies)
Discussion started by: mathisecure
2 Replies

2. UNIX for Dummies Questions & Answers

Minimal Mail Server Setup for Local Mail Transfer

I am trying to get stored mail out of an old mail client. I figured that the easiest way to do it is with IMAP by logging in with both clients. I can copy the mail to the server from the old mail client, and back down into the new mail client. Rather than using a real mail account on the... (2 Replies)
Discussion started by: nixie
2 Replies

3. AIX

AIX GPFS Setup

:cool:Hello, can someone guide me how to create a GPFS filesystem, I've read a couple of redbooks however certain things are still not certain, like if you require to download files or licenses... any help would be appreciated! (2 Replies)
Discussion started by: ollie01
2 Replies

4. UNIX for Advanced & Expert Users

Mail Setup on Linux

Hi Guys, I need to send mail from linux to my outlook email id. mailx command is not working. I guess, some configuration is required. Don't know what exactly needs to be done. Please help. Thanks, Vikas (1 Reply)
Discussion started by: vikanna
1 Replies

5. AIX

Routing setup - AIX

Hi All, I know there is a way to do this in routers. The question is whether it is posisble to do this in AIX. For our Web Focus ODBC connection to the Disaster Recovery servers, we want to restrict the access to the ODBC ports so that only the IP address of the Web Focus server can get to... (1 Reply)
Discussion started by: strunz
1 Replies

6. Linux

problems in linux mail server setup

hi i want to set up LInux mail server for intranet purpose. i used following document as reference Linux Mail Server softwares used are : Postfix # pre installed Procmail # pre installed Fetchmail # pre installed SpamBayes Mutt #... (1 Reply)
Discussion started by: zedex
1 Replies

7. UNIX for Dummies Questions & Answers

New User/Mail setup question. PLEASE help.

OK, here's the situation. Our regular computer guy left the company without warning. We are in the process of replacing him with someone much more knowlegeable than I, but as of right now, I have been handed the duties. Our mail server is running OpenBSD and I need to set up a new employee with an... (3 Replies)
Discussion started by: Rotting
3 Replies

8. AIX

setup of 2 gateways on AIX

Please, anybody help on resolving the following problem? I have 2 netwotks ( 10.0.0.0 and 10.0.11.0 ) on 2 different areas I need both networks to telnet the corresponding ethernet card. This is a prblem because AIX is configured with a default gateway. Please advice how to assign 2... (2 Replies)
Discussion started by: mynikolas
2 Replies

9. UNIX for Dummies Questions & Answers

setup mail server on my unix machine

hi, i just finished installation solaris 8 on my unix machine. i want to setup a mail server on it ( i assume it has not had one yet). so, what is my first step? where can i find out step by step configuration procedure on web ? so any expert is willing to teach me? pls help me. ... (1 Reply)
Discussion started by: champion
1 Replies

10. UNIX for Dummies Questions & Answers

Sendmail outgoing mail only setup.

Hi. I need to set up sendmail so that it can send mail to a mail relay. I have never touched sendmail before so I am not sure how to do this. All incoming mail is directed to a different server - this is just to enable me to get mail out. Running Solaris 8 on Sparc. Many thanks, ... (6 Replies)
Discussion started by: warrend
6 Replies
Login or Register to Ask a Question