Questions tagged [mta]

MTA or Mail Transfer again; Is a software for sending emails from one machine (sometimes mail server) to a specific destination(s) or email addresses.

MTA is software that transfers electronic mail messages from one computer. An MTA implements both the client (sending) and server (receiving) portions of the Simple Mail Transfer Protocol.

7 questions
7
votes
2 answers

Debian: An MTA just to solve dependencies, not because I really need one

It has bothered me for years that with every new Debian installation, a full MTA (Mail Transport Agent) was installed even if I had no desire to use the machine as a mail server. The MTA was necessary to satisfy package dependencies, though. I ended…
zebonaut
  • 1,115
  • 3
  • 16
  • 31
4
votes
1 answer

Change OS Name from email send by exim

OS: FREEBSD 9 OS ROLE: SERVER MAIL SERVER: EXIM When I send mail from my freebsd server to gmail. and when i click on show original. I shows my os name too along with mta name. as in first line of following quote. Received: from root by…
Nishan
  • 508
  • 2
  • 5
  • 19
3
votes
1 answer

How can I configure Postfix to silently drop/discard/reject mails that were sent from specific users to an external address?

How can I configure Postfix to silently drop/discard/reject mails that were sent from specific users to an external address? It should work only for specific users E.g: abc@localdomain can send mail to only @localdomain users. abc@localdomain can…
Daya
  • 327
  • 2
  • 10
2
votes
1 answer

Restrict emails to system users in postfix?

I am running postfix, and it seems it is willing to accept emails for system users, such as man, sshd, daemon, www-data, ... Is desirable (probably not)? and what I can do to disable this?
Martin Vegter
  • 69
  • 66
  • 195
  • 326
1
vote
1 answer

Do I Need Nullmailer-send running?

Further to my posting here: Why does my CMS run extremely slow in my workstation (Ubuntu) I now ask "Do I need Nullmailer-Send" running? The reason I ask, is that earlier this year (2013) I had issues regarding large .log files being created in…
Paul B
  • 123
  • 1
  • 6
1
vote
3 answers

Postfix, SMTP Server, PHPMailer

I have an PHP Forum (vanilla forums) and for its registration emails I installed Postfix. Now As I figured it out, vanilla forums uses PHPMailer for email sending procedure. Now my questions are: Is Postfix an SMTP Server? Could it fulfill the…
r004
  • 3,339
  • 8
  • 29
  • 51
0
votes
0 answers

How to Use Domainkeys and DKIM both with exim on freebsd server machine

I have setup exim mta on freebsd. I have also setup DKIM on this machine and my mails are properly signed. I want to know how to setup Domainkeys along with DKIM on exim so that my mails are signedf both by Domainkeys as well DKIM. This is because…
Nishan
  • 508
  • 2
  • 5
  • 19