Conrad Eaglehill
2004-09-25 01:31:54 UTC
Hi. I have a question concerning Elm 2.5.2's source code, though
perhaps it's not specific to this version.
I'm working on a software engineering course project, where, among
other things, we're to modify preexisting communication protocols
between an MUA and an MSA/MTA. I'm debating between sendmail and
postfix as the MTA, but in either event, I'd need to determing how Elm
opens a connection (and communicates) with the mail server to send a
message.
I think the work is done in syscall.c (syscall_())and sndmsg.c
(build_mailer_command()), but I'm not seeing anything resembling a
protocol (SMTP or otherwise) that I thought it'd follow. Am I on the
wrong track somehow?
Thanks in advance,
Conrad Eaglehill
perhaps it's not specific to this version.
I'm working on a software engineering course project, where, among
other things, we're to modify preexisting communication protocols
between an MUA and an MSA/MTA. I'm debating between sendmail and
postfix as the MTA, but in either event, I'd need to determing how Elm
opens a connection (and communicates) with the mail server to send a
message.
I think the work is done in syscall.c (syscall_())and sndmsg.c
(build_mailer_command()), but I'm not seeing anything resembling a
protocol (SMTP or otherwise) that I thought it'd follow. Am I on the
wrong track somehow?
Thanks in advance,
Conrad Eaglehill