The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
858 views

How to specify default MTA?

I'm trying to use the MAILTO function in crontab on my mybookworld (it's a NAS) I've installed a rather unfamiliar (i think) MTA: ESMPT With mutt (console based email client) it works perfectly. But ...
1
vote
1answer
279 views

How to forward email for an entire domain to an email address using SRS (Sender Rewriting Scheme)

I have a domain for which I want to forward all email destined for addresses at that domain to a single email address. For example, I want to forward john@example.com and fred@exapmle.com and ...
1
vote
0answers
65 views

Freebsd jail imap/mta config recommendations

I got acces to my "own" FreeBsd jail. The jail has only basic, unconfigured system, but i got full access to FreeBsd ports, and (jail)root too. Now i need setup my jail as IMAP/MTA. The question: ...
0
votes
0answers
46 views

MTA to use local mail for system messages

I need an MTA installed for system messages (not for real e-mail functionality) but 'all' I can find are manuals and howtos to set up an email server. How do I install an MTA to receive local mail ...
0
votes
0answers
77 views

How does “sendmail” send mails to any domain name?

I noticed that one of our servers (running Ubuntu) can send mails to any domain (yahoo.com ,gmail.com) using simple "sendmail" command. But I cannot figure out how to configure similar setup in a new ...
0
votes
0answers
42 views

Esmtp, causes of non-delivery?

I need to build a quick and dirty mail delivery system based on php mail function. Since for mutt I already use esmtp, I've configured my php.ini to use it as well: I've placed a configuration in ...