- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SMTP and RFC complience
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
12-19-2002 09:21 PM
12-19-2002 09:21 PM
"Systems connecting using SMTP
should be complient with following request for RFC standard:
-RFC 821 Simple mail transfer Protocol
-RFC 822 Internate mail Header Format
-RFC 1123 Internate Host Requirments.
-RFC 1869 SMTP Service Extension
-RFC 1891 SMTP Delivery Status Notification.
-RFC 1894 Delivery Status Notifications.
-RFC 2476 Message Submission "
How Can I test and prove it ?
Any help ?
Thanks
Animesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 10:37 PM
12-19-2002 10:37 PM
Re: SMTP and RFC complience
Hi,
Sendmail comlies with RFC821 (Simple Mail Transport Protocol), RFC822 (Internet Mail Format Protocol), RFC1123 (Internet Host Requirements), RFC1521 (MIME), RFC1651 (SMTP Service Extensions), RFC1891 (SMTP Delivery Status Notifications), RFC1892 (Multipart/Report), RFC1893 (Mail System Status Codes), RFC1894 (Delivery Status Notifications), and RFC1985 (SMTP Service Extension for Remote Message Queue Starting).
And Qmail is not fully RFC compliant .
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 10:39 PM
12-19-2002 10:39 PM
Re: SMTP and RFC complience
Hi,
Sendmail comlies with RFC821 (Simple Mail Transport Protocol), RFC822 (Internet Mail Format Protocol), RFC1123 (Internet Host Requirements), RFC1521 (MIME), RFC1651 (SMTP Service Extensions), RFC1891 (SMTP Delivery Status Notifications), RFC1892 (Multipart/Report), RFC1893 (Mail System Status Codes), RFC1894 (Delivery Status Notifications), and RFC1985 (SMTP Service Extension for Remote Message Queue Starting).
And Qmail is not fully RFC compliant .
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 10:39 PM
12-19-2002 10:39 PM
Re: SMTP and RFC complience
Hi,
Sendmail comlies with RFC821 (Simple Mail Transport Protocol), RFC822 (Internet Mail Format Protocol), RFC1123 (Internet Host Requirements), RFC1521 (MIME), RFC1651 (SMTP Service Extensions), RFC1891 (SMTP Delivery Status Notifications), RFC1892 (Multipart/Report), RFC1893 (Mail System Status Codes), RFC1894 (Delivery Status Notifications), and RFC1985 (SMTP Service Extension for Remote Message Queue Starting).
And Qmail is not fully RFC compliant .
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 10:30 PM
01-07-2003 10:30 PM
Re: SMTP and RFC complience
I am still stuck here .Even opening a case with HP does not help much.
I have configured sendmail(Sendmail 8.9.3 and hpux 11i).
and it is working fine.
"Sendmail 8.9.3 and higher provides anti-spam features that enable you to control the flow of mail messages coming in from certain domains by
using an access database".
It is working fine for the accepted domains configured in access db also.
Now Can I accept all mail from
postmaster@*,
mailmaster@* and mailerdaemon@* ?
As our mail administrator says "RFC's rate postmaster* as
cumpolsory, you need to handle/accept all fatal sytem error regardless
of domain to and from postmaster. Since a
postmaster@machine.sub.domainname may return your message it would be
easier to acceppt all messages to and from postmaster."
Can anybody help me on this ?
gurenteed 10 points!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 11:15 PM
01-07-2003 11:15 PM
SolutionEdit sendmail.cf file and uncomment these lines.
O PostmasterCopy=postmaster
O DoubleBounceAddress=postmaster
edit /etc/aliases file , modify like this
mailer-daemon: you@yourdomain.co.in
postmaster: you@yourdomain.co.in
Run this command.
#newaliases -i
Restart sendmail .
Now the error messages and bounce messages will mailed to you@yourdomain.co.in
( Mail Admin address )
regards,
U.SivaKumar