Sponsored Content
Operating Systems Linux Ubuntu What is the default MTA in Ubuntu? Post 302438419 by Corona688 on Monday 19th of July 2010 03:44:18 PM
Old 07-19-2010
You might find ssmtp much easier to manage than either of those behemoths. ssmtp's a barebones mta backend that just acts as a SMTP email client. I've seen it appearing in quite a few distros rather than burden them with full-out MTA's.
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

MTA simple question.

Hi! I have a very litle question: The communications between MTAs are be SMTP? I mean, wen an MTA whants to send a mail to other MTA uses the SMTP protocol?? (2 Replies)
Discussion started by: comadreja
2 Replies

2. UNIX for Dummies Questions & Answers

localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA

hardware = raq550 running on strongbolt2. my sendmail log is littered with this entry all through the day: localhost did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA it occurrs every 15 minutes. I don't have any problem sending or receiving mail. I did a search on google but couldn't... (0 Replies)
Discussion started by: tonj
0 Replies

3. UNIX for Dummies Questions & Answers

MTA problems; root gets no mail

Hello, I am afraid that I goofed up my mailing system. I have an Ubuntu 9.10 system $ uname -smor Linux 2.6.31-14-generic x86_64 GNU/Linux I am wanting to receive cron job mails. I noticed that cron jobs were trying to send mail to sendmail. I had installed ssmtp so I could send mail... (1 Reply)
Discussion started by: Narnie
1 Replies

4. AIX

Able to send mail without running MTA (sendmail)?

Hi, I am facing a (for me and coworkers) strange behaviour. When I stop sendmail on a plain AIX 5.3 testing box (there is definetly no sendmail process left running anymore), I am still able to send mails to remote addresses via the mail command. I tried that on another box which is not a... (6 Replies)
Discussion started by: zaxxon
6 Replies

5. What is on Your Mind?

Most popular mail server(MTA)

Which among the following is most popular choice as a mail server - 1)Sendmail 2)Postfix 3)Qmail Which is the industry preferred one? (2 Replies)
Discussion started by: proactiveaditya
2 Replies

6. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

7. Ubuntu

Do i really need and MTA in my ubuntu lucyd

Hi I would like to ask some information regarding the installed package name Exim Mail Transport Agent installed in my ubuntu desktop. what caused this package installed in my ubuntu desktop system. i understand that this package is mail server package used to send and receive email and my... (1 Reply)
Discussion started by: jao_madn
1 Replies
MAILWRAPPER(8)						    BSD System Manager's Manual 					    MAILWRAPPER(8)

NAME
mailwrapper -- invoke appropriate MTA software based on configuration file SYNOPSIS
Special. See below. DESCRIPTION
Once upon time, the only Mail Transfer Agent (MTA) software easily available was ``sendmail''. This famous MTA was written by Eric Allman and first appeared in 4.1BSD. The legacy of this MTA affected most Mail User Agents (MUAs) such as mail(1); the path and calling conventions expected by ``sendmail'' were compiled in. But times changed. On a modern NetBSD system, the administrator may wish to use one of several available MTAs. It would be difficult to modify all MUA software typically available on a system, so most of the authors of alternative MTAs have written their front end message submission programs that may appear in the place of /usr/sbin/sendmail, but still follow the same calling conventions as ``sendmail''. The ``sendmail'' MTA also typically has aliases named mailq(1) and newaliases(1) linked to it. The program knows to behave differently when its argv[0] is ``mailq'' or ``newaliases'' and behaves appropriately. Typically, replacement MTAs provide similar functionality, either through a program that also switches behavior based on calling name, or through a set of programs that provide similar functionality. Although having replacement programs that plug replace ``sendmail'' helps in installing alternative MTAs, it essentially makes the configura- tion of the system depend on hand installing new programs in /usr. This leads to configuration problems for many administrators, since they may wish to install a new MTA without altering the system provided /usr. (This may be, for example, to avoid having upgrade problems when a new version of the system is installed over the old.) They may also have a shared /usr among several machines, and may wish to avoid placing implicit configuration information in a read-only /usr. The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time. EXIT STATUS
mailwrapper exits 0 on success, and >0 if an error occurs. FILES
Configuration for mailwrapper is kept in /etc/mailer.conf. /usr/sbin/sendmail is typically set up as a symlink to mailwrapper which is not usually invoked on its own. DIAGNOSTICS
mailwrapper will print a diagnostic if its configuration file is missing or malformed, or does not contain a mapping for the name under which it was invoked. SEE ALSO
mail(1), mailq(1), newaliases(1), postfix(1), mailer.conf(5) HISTORY
The mailwrapper program appeared in NetBSD 1.4. AUTHORS
Perry E. Metzger <perry@piermont.com> BUGS
The entire reason this program exists is a crock. Instead, a command for how to submit mail should be standardized, and all the ``behave differently if invoked with a different name'' behavior of things like mailq(1) should go away. BSD
April 10, 2010 BSD
All times are GMT -4. The time now is 09:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy