Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I fail to see the point of the question.

I've been a sysadmin, or have done sysadminny things on a wide range of (Unix) OSses: SunOS, Solaris, Linux (more distros than I care to remember), HP-UX, AIX, SGI, *BSD. I've used Perl on all of those platforms. I've worked with MTAs on all of these platforms.

I've never ever let my choice of MTA be influenced by Perl. I've never had a problem using an MTA with Perl -- any MTA which isn't tied in to the environment (such as sendmail, qmail, postfix, exim, ...) has a standard way of delivering email to it. Typically, a /usr/lib/sendmail dropin. Perl doesn't care with MTA you are using, and the MTA doesn't care mail was composed with Perl.

There are other factors that decide which MTA I use on a platform, including, but not limiting to:

  • Personal preference.
  • Ease of configuration.
  • Tools available on the box (if there's no C compiler, and installing one takes a long time, I'm more inclined to leave the vendor supplied MTA).
  • Intended use for the MTA. It makes quite a difference if the MTA is going to handle the mail of 40,000 users, or whether it's just got to mail the occasional report to an admin.
  • Directly connected to the internet or not?
  • The "special" email addresses: basically any address that does needs some other action than local delivery or forwarding.
  • Licensing.
  • Support. Not just for the MTA, but also for applications running on the box. If the box runs an important application which uses a certain MTA, and one loses support if the MTA is replaced, it's certainly a factor in deciding whether or not to replace the MTA.

In reply to Re: Which MTA is best to use with Perl.... by Anonymous Monk
in thread Which MTA is best to use with Perl.... by digiryde

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 14:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found