LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SMTP mailers (https://www.linuxquestions.org/questions/linux-software-2/smtp-mailers-124437/)

Jon- 12-09-2003 10:15 PM

SMTP mailers
 
Hey all,

Wondering what people recommend for SMTP mailers, besides sendmail. I initially wanted to use sm, but I'm finding it's queue functionality doesn't work too good for my application.

I need to be able to do my own queueing and status management based on the regular STMP protocol parsed and interpretted on stdout. Sendmail tries VERY hard to queue stuff, as it should. As such, it's not a good candiate for me.

I thought about using qmail or exim, but both seem to also be queue-centric. I also saw serialmail, but it requires an external SMTP host to do the mailing (which won't really work for this either).

I need something that can talk SMTP, and understands how to interpret MX records from DNS lookups, but doesn't queue. It either works, or it doesn't, and it can dump the associated error messages to the screen -- mailbox full, host unresolveable, no mxrecord, host not responding, etc...


Any ideas? :)

Thanks,
Jon

jalal 12-10-2003 09:11 PM

Did you have a look at this ?

http://www.linuxquestions.org/questi...hreadid=116393

it might shed some light ...


All times are GMT -5. The time now is 01:06 AM.