HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: sendmail : keyword scanning and statistics of...
 
Operating System - HP-UX
        1840173
        Members
    
    
        2624
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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-20-2001 06:45 AM
05-20-2001 06:45 AM
			
				
					
						
							sendmail : keyword scanning and  statistics of mail per user
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
We are using sendmail for sending and receiving
mails.
Here are the questions.
1.Is there a a software (or some R&D on the existing setup) on the mail server
which will look for specific keywords. Keep count of number of such mails by a user and warn the concerned user.
Or, is it possible by configuring sendmail.
2. Keep history data of number of mails sent per month by every user.Monitor this data and
inform the authorized person (email) about such usage so that concerned person can be warned.
Thanks and Regards
Deepak
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
We are using sendmail for sending and receiving
mails.
Here are the questions.
1.Is there a a software (or some R&D on the existing setup) on the mail server
which will look for specific keywords. Keep count of number of such mails by a user and warn the concerned user.
Or, is it possible by configuring sendmail.
2. Keep history data of number of mails sent per month by every user.Monitor this data and
inform the authorized person (email) about such usage so that concerned person can be warned.
Thanks and Regards
Deepak
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-21-2001 04:23 AM
05-21-2001 04:23 AM
			
				
					
						
							Re: sendmail : keyword scanning and  statistics of mail per user
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						If you want your users to be able to check what mail they have been sending and recieving.... 
You could use the syslog facility.
Sendmail will log at the info level all recieved and sent envelopes and other assorted errors.
You could setup syslog to log mail info to a separate file,
then you would have to parse the log based on the
criteria you want.
This process *will not* allow you to look inside the email if that is what you are looking for.
If it is you might find some virus scanning software that would allow you to define your own patterns.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
You could use the syslog facility.
Sendmail will log at the info level all recieved and sent envelopes and other assorted errors.
You could setup syslog to log mail info to a separate file,
then you would have to parse the log based on the
criteria you want.
This process *will not* allow you to look inside the email if that is what you are looking for.
If it is you might find some virus scanning software that would allow you to define your own patterns.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-21-2001 06:35 AM
05-21-2001 06:35 AM
			
				
					
						
							Re: sendmail : keyword scanning and  statistics of mail per user
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Not sure about #1 - but as to #2, sendmail will log that anyway in /var/adm/syslog/syslog.log or /var/adm/syslog/mail.log
I suspect the level of logging is configurable in /etc/mail/sendmail.cf
					
				
			
			
				
		
		
	
	
	
I suspect the level of logging is configurable in /etc/mail/sendmail.cf
	fmartin@applicatorssales.com
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-21-2001 02:21 PM
05-21-2001 02:21 PM
			
				
					
						
							Re: sendmail : keyword scanning and  statistics of mail per user
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						The command "mailstats" should be in /usr/sbin, and will give you mail statistics!
The other, is not quite as easy. I have never seen anything that does this with sendmail Try sendmail.org, or deja perhaps, but you may have to use a product like HP Openmail or something....
Regards,
Shannon
		
		
	
	
	
The other, is not quite as easy. I have never seen anything that does this with sendmail Try sendmail.org, or deja perhaps, but you may have to use a product like HP Openmail or something....
Regards,
Shannon
	Microsoft.  When do you want a virus today?
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP