Sendmail user question


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Sendmail user question
# 1  
Old 10-31-2005
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 need pop accounts so I have created user accounts on the system for them. I have however made /var/spool/mail as the home directory for all of them.

The other users are essentially aliases to these few accounts.

I keep getting the following in the maillog:

Oct 31 10:32:08 Spitfire2 sendmail[23123]: j9VFW8i7023122: forward /var/spool/mail/.forward.localhost: Group writable directory
Oct 31 10:32:08 Spitfire2 sendmail[23123]: j9VFW8i7023122: forward /var/spool/mail/.forward: Group writable directory

Does this have something to do with the setup I have? I have read the FAQ on the sendmail site that tells me to set the following option, to get rid of this message:
DontBlameSendmail=forwardfileingroupwritabledirpath

Is there a way to have users logon to their pop3 accounts to download without having user accounts on the mail server?

Please advice!

Thanks

KS
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. UNIX for Dummies Questions & Answers

Question about Sendmail Options

I am using Sendmail 8.13.1 My sendmail issues 'EHLO aaa.mydomain.com' to another MTA during sending mails. aaa.mydomain.com is hostname of my server. I want to set another domain( bbb.mydomain.com ) in this hello messgae. I tried to change this in sendmail configuration and failed. O... (1 Reply)
Discussion started by: hcliff
1 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. Solaris

Sendmail Config Question

Hi, I have sendmail configured on my SOLARIS 10 server. But right now, it uses by default root@mysun.localdomain. I wanted to change the default from field to a outside ISP address, so that I can send email to any outside internet email address without changing the FROM field...... because... (5 Replies)
Discussion started by: callingrohit
5 Replies

8. 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

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
KSC(1)								   User Commands							    KSC(1)

NAME
ksc - Linux kernel module source checker SYNOPSIS
ksc [ -d | --directory ] DIRECTORY ksc [ -k | --ko ] FILE OPTIONS
KSC accepts command-line arguments, and has both a long and short form usage. You can use either style or combine them to specify options. When the tool is run with kernel module sources it checks for all four architectures, and when run with binary kernel modules, it checks for the specific architecture for which the binary was built. Valid RHEL whitelist releases are rhel6.0, rhel6.1, rhel6.2, rhel6.3, rhel6.4 -h, --help show this help message and exit -c CONFIG, --config=CONFIG path to the local ksc.conf file. If not specified the tool tries to read from ~/ksc.conf and if that is also not found then from /etc/ksc.conf -d DIRECTORY, --directory=DIRECTORY path to the directory -i, --internal to create text files to be used internally. -k KO, --ko=KO path to the ko file. You should either use -d or -k to run the KSC tool, but not both. If both -d and -k option is used at the same time then only -d is used and the -k option is discarded. -n RELEASENAME, --name=RELEASENAME Red Hat release against which the bug is to be filed. Default value is 6.5 -p PREVIOUS, --previous=PREVIOUS path to the previous resultset file and submit it as a bug to Red Hat Bugzilla. -r RELEASE, --release=RELEASE RHEL whitelist release used for comparison -s, --submit Submits the report to the Red Hat bugzilla (https://bugzilla.redhat.com). The credentials need to be in the /etc/ksc.conf file. The tool will prompt for bugzilla password. The configuration file looks like below: [bugzilla] user=user@redhat.com partner=partner-name partnergroup=partner-group server=https://bugzilla.redhat.com/xmlrpc.cgi -v, --version Prints KSC version number ksc - Version 0.9.11 Feb 2014 KSC(1)