Solaris 9 Sendmail Question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Solaris 9 Sendmail Question
# 1  
Old 09-10-2006
Solaris 9 Sendmail Question

hello to all,

I'm a newbie to configuring sendmail. I have a solaris 9 server that is also set up as a NIS master server. My 1st question is how do properly set up sendmail to work in conjuntion with NIS users, so I need to set up sendmail in a certain way or can I just set it up normally. Also what does the following error mean:

/usr/lib/sendmail: illegal option -- A

I get this when I start the sendmail daemon. Thanks to all that respond
# 2  
Old 09-11-2006
Quote:
/usr/lib/sendmail: illegal option -- A
This is telling you that the startup script (or the command you are running) has an illegal option - see the man page for legal options to the sendmail process.

As far as NIS, I don't believe there is anything special you have to do for sendmail to work with it - anything that was set up to allow NIS to work as far as logging into the server will be enough for sendmail to work (this is assuming you are talking about NIS and not NIS + )
# 3  
Old 09-11-2006
Quote:
Originally Posted by RTM
This is telling you that the startup script (or the command you are running) has an illegal option - see the man page for legal options to the sendmail process.

As far as NIS, I don't believe there is anything special you have to do for sendmail to work with it - anything that was set up to allow NIS to work as far as logging into the server will be enough for sendmail to work (this is assuming you are talking about NIS and not NIS + )

Thanks RTM thanks. This has been a big help. I have one more question if you dont mind, How do I go about making sendmail function as an IMAP server to work in conjunction with NIS? The users are able to logon to the server but when they point their respective email clients to it they are getting connection refused. This new server is a replacement server and I have setup sendmail exactly the same. I keep running over all of Sendmail's config files but I am stumped.

Last edited by GLJ@USC; 09-11-2006 at 02:37 PM..
# 4  
Old 09-13-2006
Sorry, but I don't know the answer to that - have never set up a imap proxy on a server (althought I do know it seems to be a separate package on Solaris - at least on a couple of boxes that use it that I do have access to - can't tell you much else about it.)
# 5  
Old 09-13-2006
And going back to your original question, if you are running Solaris 9, there should be a -A option for sendmail (this was new for Solaris 9 and 10). What version of sendmail are you running?
# 6  
Old 09-13-2006
Quote:
Originally Posted by GLJ@USC
Thanks RTM thanks. This has been a big help. I have one more question if you dont mind, How do I go about making sendmail function as an IMAP server to work in conjunction with NIS? The users are able to logon to the server but when they point their respective email clients to it they are getting connection refused. This new server is a replacement server and I have setup sendmail exactly the same. I keep running over all of Sendmail's config files but I am stumped.
You need to install an IMAP server. sendmail is a mail server. It accepts incoming mail and processes outgoing mail. If you telnet to the imap port (grep imap /etc/services; could be 143, or 220 depending on what version of the imap spec is being used) on the working system, you probably will get a header that should tell you what package is being maintained on that server.

Carl
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. BSD

OpneBSD 5.3 sendmail question

I have a basic OpenBSD 5.3 system installed as 64 bit on an old Sun Blade 100. Yes, it does work fine! It has XFCE, R, Firefox 3.6, nano installed. I have to say that 5.3 is much better than 5.0 or 5.1, and R works very well on it. Anyway, onto the main question. Could someone provide me with... (2 Replies)
Discussion started by: RichardET
2 Replies

2. UNIX for Advanced & Expert Users

sendmail config question

I configured Solaris 10 server to send all mails to our exchange server via D{MTAHost} in submit.cf. but now I don't get internal messages like cron output. what can I do? (2 Replies)
Discussion started by: amozofer
2 Replies

3. Solaris

sendmail question

Hello all, On my solaris 9 I have this process running smmsp 29138 1 0 Apr 17 ? 0:00 /usr/lib/sendmail -Ac -q15m root 29137 1 0 Apr 17 ? 0:00 /usr/lib/sendmail -q15m if i use the command /usr/bin/mconnect connecting to host localhost (127.0.0.1), port... (0 Replies)
Discussion started by: Hugues
0 Replies

4. Solaris

Sendmail Question

Yes Folks, Quick question. Is it possible to send multiple attachments with sendmail and if so how? Thinking here in terms of sending multiple .pdf files as attachments. I can do it with one but how do I do it for multiples. Slainte, (1 Reply)
Discussion started by: KenLynch
1 Replies

5. Solaris

Sendmail Question

Hi Guys, Quick question re sendmail and mail queues. If the sendmail deamon is stopped i.e. set up to execute and stop at certain intervals from crontab, and the sendmail command is invoked the mail is queued in the clientmqueue directory. Then the next time sendmail is executed the mails... (2 Replies)
Discussion started by: KenLynch
2 Replies

6. UNIX for Dummies Questions & Answers

Sendmail question

Hello to all, I configured sendmail on a solaris 9 system the same as another server that the one I configured will replace. I transferred all the required files from the original system to the new one as well ar the /var/mail directory. The sendmail daemon is running however when I try to... (4 Replies)
Discussion started by: GLJ@USC
4 Replies

7. UNIX for Dummies Questions & Answers

Sendmail question

I apologize for asking what I'm sure is a basic question, but I have an automated script that will send a file using sendmail to a list of e-mail accounts. When one or more of those e-mail accounts is bad, it bounces the message back to the account that is executing the script. How can I... (2 Replies)
Discussion started by: Jake513
2 Replies

8. UNIX for Advanced & Expert Users

Sendmail user question

Hi All I am trying to deal with a problem. Any suggestions would be helpful! I have sendmail running on a Redhat 8 box and is serving about 75 e-mail accounts. Version Info: OS:Red Hat Linux release 8.0 (Psyche) sendmail-8.12.8-9.80 sendmail-cf-8.12.8-9.80 There are a few users that... (0 Replies)
Discussion started by: skotapal
0 Replies

9. UNIX for Advanced & Expert Users

Sendmail question

How would I configure sendmail so that the INTERN group can only send email locally to xyz.com, while the EXTERN group can send email anywhere. Thanks for your help! (5 Replies)
Discussion started by: Malbeuf
5 Replies

10. UNIX for Dummies Questions & Answers

Sendmail question

I'm using sendmail to send a attachment which works good. I send the To Cc Subject Attachment. Question is does anyone know how to put a voting botton in the script when sending the email I want the Approve;Reject button. (2 Replies)
Discussion started by: Dan Savarino
2 Replies
Login or Register to Ask a Question