- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail 8.12.7
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
02-11-2003 02:37 PM
02-11-2003 02:37 PM
sendmail 8.12.7
I have upgraded the sendmail on HP-UX 11.00 to 8.12.7. Installation went well.
Configured sendmail for spam blocking using DNS based IP address spam list. It is working fine as for blocking spam emails and receiving other emails. But when i try to send mail from my outlook or eudora operation timed out waiting for response from SMTP server.
If i disable spam blocking using DNS based IP address spam list, it works fine.
Why is this happening??
Any help in this regard greatly appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 02:50 PM
02-11-2003 02:50 PM
Re: sendmail 8.12.7
On outlook or eudora when I click send and receive i do see a proccess on mail server saying "startup with xxx.domain.com (This is my local domain). This happens for both the cases mentioned above.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 02:07 AM
02-12-2003 02:07 AM
Re: sendmail 8.12.7
I didn't understand all, but I think you should configure reverse lookup on your dns server , in order to give an answer with the IP of your outlook/Eudora client.
I.E. :
nslookup
hth
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:27 AM
02-12-2003 05:27 AM
Re: sendmail 8.12.7
Thanks for the reply. Yes i did nslookup
When i click send on outlook I do see a process on sendmail server. When I do "ps -ef|grep sendmail" on sendmail server, i see a process "sendmail: startup with client clientpc", but the send fails and outlook gives the message as shown above. Do you know why it is happening??
Receving a mail works fine.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:33 AM
02-12-2003 05:33 AM
Re: sendmail 8.12.7
Could you attach this extract with this error in order to see exactly what is the trouble.
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:56 AM
02-12-2003 05:56 AM
Re: sendmail 8.12.7
Sorry i cant send the mail.log as it contains our internal network node address. But i can tell you what gets logged in mail.log when i try to send mail from outlook. I see
Feb 12 08:09:13 mailserver sm-mta[3171]: h1CD7rUf003171: mypc.doamin.com [192.168.19.228] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:42 AM
02-12-2003 07:42 AM
Re: sendmail 8.12.7
YOu can try from your workstation to telnet directly on port 25, and see if all is OK :
example :
$telnet
you should have :
222
then type :
$helo domain.com
answer :
250
$ mail from :ben@domain.com
250 2.1.0 ben@domain.com... Sender ok
$rcpt to:
250 2.1.5
$data
354 Enter mail, end with "." on a line by itself
THis is a text
.
250 2.0.0 h1CG3KS14239 Message accepted for delivery
If you have an error before the end, what is the message ??
If you don't have any error, check config on your client .
hth
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:19 PM
02-12-2003 03:19 PM
Re: sendmail 8.12.7
Thanks for your reply.
Actually i recreated sendmail.cf again. Before creating i removed unwanted blacokhole lists and kept very few. Now the response from server is better, still working to make it faster.
Thanks again.