- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail 8.13.3 problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 08:35 PM
05-08-2005 08:35 PM
Sendmail 8.13.3 problem
I have upgraded sendmail, with the almost new 8.13.3 version from HP.
The reason for the upgrade was the presence of the "milter" library, that lets us the ClamAV antivirus from e-mail on the server.
Everything seemed to work fine (for example with elm or through POP server), except when I tried to send myself an attachment through the mpack utility:
enrico@gissi 70 > mpack -s "Just a test" Document.doc enrico
WARNING: RunAsUser for MSP ignored, check group ids (egid=6, want=25)
can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedUser.
This seems to be a problem with user and/or group IDs, but I really don't understand why, since:
- user and group smmsp have been created
- the /var/spool/clientmqueue dir is of user smmsp:smmsp with permits drwxrwx---
- the option "RunAsUser", set to "smmsp", is present in the sendmail.cf and submit.cf files
Can anybody please help me ?
Thank you
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 08:56 PM
05-08-2005 08:56 PM
Re: Sendmail 8.13.3 problem
Could you post
# ll /usr/bin/sendmail
I believe it should be
-r-sr-sr-t 1 root smmsp 831488 Oct 15 2004 sendmail
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 10:21 PM
05-08-2005 10:21 PM
Re: Sendmail 8.13.3 problem
enrico@gissi 57 > ll /usr/sbin/sendmail
lrwxr-xr-x 1 root sys 39 mag 3 14:45 /usr/sbin/sendmail@ -> /usr/contrib/sendmail/usr/sbin/sendmail
enrico@gissi 58 > ll /usr/contrib/sendmail/usr/sbin/sendmail
-r-xr-sr-x 1 root mail 1826816 feb 17 19:53 /usr/contrib/sendmail/usr/sbin/sendmail
Permits should be changed ? Even in all files in /var/mail ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 11:01 PM
05-08-2005 11:01 PM
Re: Sendmail 8.13.3 problem
# cd /usr/contrib/sendmail/usr/sbin/
# chown root:smmsp sendmail
# chmod 2555 sendmail
# /etc/init.d/sendmail stop
# /etc/init.d/sendmail start
Regards,
Robert-Jan
Ps. did you compile this version yourself ?
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL813
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 01:54 AM
05-09-2005 01:54 AM
Re: Sendmail 8.13.3 problem
May 9 15:47:10 gissi sm-mta[14526]: j49DlAIk014526: SYSERR(root): collect: Cann
ot write ./dfj49DlAIk014526 (bfcommit, uid=2500, gid=25): Permission denied
May 9 15:47:10 gissi sm-mta[14526]: j49DlAIk014526: from=
13]
at the first message arrived on the server.
Yes, this is the version taken from the HP software.hp.com website: the installation procedure didn't set the permits to the smmsp user.
Any other clue ?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:09 AM
05-09-2005 02:09 AM
Re: Sendmail 8.13.3 problem
ot write ./dfj49DlAIk014526 (bfcommit, uid=2500, gid=25): Permission denied
May 9 15:47:10 gissi sm-mta[14526]:
You may have a permission or space problem on /var/spool/mqueue
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 02:49 PM
05-09-2005 02:49 PM
Re: Sendmail 8.13.3 problem
sendmail.cf is for incoming email. It operates on /var/spool/mqueue directory. This directory is writable by root only, so if you make sendmail run as smmsp it won't be able to write to it.