Tagged Questions

MTA stands for Mail Transfer Agent. An MTA is a server-side program which accepts and transmits email messages on behalf of end users. Examples: sendmail, postfix, qmail. Compare to MUA or Mail User Agent: a program for reading and writing email. Examples: Outlook, Thunderbird, etc. The terms ...

learn more… | top users | synonyms

-2
votes
1answer
146 views

How running a mta with exim on centos?

I'm try learning run a MTA with virtual domains and exim from 2 weeks ago. but now, I can not do any thing. i select exim for mta and dovecot for imap daemon. but i can not run them, i can not ...
0
votes
1answer
92 views

Bugzilla - How to setup MTA that will receive Gmail to create bugs

I have been looking for a while on setting up an MTA for bugzilla to receive bugs via email and am not really seeing any detailed guides. Currently I am using gmail as the outbound smtp for messages, ...
5
votes
1answer
75 views

How read mail from /var/spool/postfix/deferred?

Is there a way to read deffered mail from /var/spool/postfix/deferred. I tried to copy file to my mail directory and see it from webmail but it dosnt work. When im using less or cat it seems like ...
13
votes
6answers
684 views

Should I run my own MTA?

I need to send a large volume of emails, roughly 60.000 per week. At the moment we outsource this service to a third party, and we expect to double our volume within the next 6 months. Since the ...
1
vote
1answer
62 views

Does QMail save a copy of emails sent?

I've been asked to retrieve a specific email for a user (true James Bond-style..). It has been sent through a mail form on our website, but the user never got an email confirmation receipt because ...
0
votes
2answers
185 views

external postfix forwarding to zimbra server

I want to migrate from my current mail server (old_server) for my domain mydomain.com. old_server setup is Postfix+LDAP+Cyrus. Now I want to migrate my domain mail to Zimbra server (zimbra), but I ...
2
votes
1answer
69 views

Postfix mail server cannot receive external mail but can send external mail

I hosted the domain mydomain.com on the IP xxx.xxx.xxx.xxx. I created an A record to point mydomain.com to xxx.xxx.xxx.xxx. On xxx.xxx.xxx.xxx have setup Postfix under the name mail.mydomain.com. I ...
-3
votes
1answer
60 views

how to add a domain to receive email from without restarting mta [closed]

So i've been wondering that google apps adds a domain name to accept mail for that domain, but i am sure they would not go about restarting the mta to reload the settings every time. how do they ...
2
votes
1answer
77 views

Postfix working as backend/local MTA

I'm in the process of configuring an email platform and I would like to clear some doubts that I have. When building this system I have 2 options: Have PHP doing the connections to my SMTP external ...
0
votes
2answers
57 views

Which is the easiest to configure MTA/POP3/IMAP solution? [closed]

I'm having hard time to configure postfix/dovecot + mysql with virtual domains. Still doesn't work for me 100%. Which is the easiest to install/configure mail solution for centos 6/64bit ? I just ...
0
votes
1answer
99 views

Postfix: Can't recieve mail from outside the box

i've followed this tutorial in order to get a postfix mail server with virtual domains running: http://flurdy.com/docs/postfix/ Right now i still have not implemented the wole tutorial but i have ...
1
vote
3answers
144 views

SMTP smarthost round-robin balancing

Our SMTP provider requires to distribute emails evenly between four different hosts. I understand that the standard way to distribute this kind of load is utilizing DNS round robin feature, but the ...
0
votes
3answers
115 views

Zimbra Alternative Open source application

I'm looking for an open source alternative for zimbra which supports outlook and thunderbird as pop and smtp clients. I don't need collaboration suite. If anyone can suggest or share their experience ...
0
votes
2answers
66 views

Sendmail configure masquerade domain

i'm really new to sendmail and i'm trying to configure it properly as my server mta. First of all i'm trying to accomplish some easy tasks as for example masquerade the domain name to show the one i ...
1
vote
1answer
158 views

qmail smtpd uptime less then 1 sec

not sure what is going on here but my qmail install isnt working corretly everything is running except smtpd output from qmailctl stat /service/qmail-send: up (pid 2874) 608 seconds ...
1
vote
1answer
133 views

Exim Throttling - how to setup exim to control email deliveries/hour to each ISP?

I couldn't find any resource about how to setup exim throttling. I needed to control email delivery flow respecting each ISP rate limits and guidelines. Can anyone point me some references on how to ...
0
votes
0answers
20 views

Configuring Esmtp log

I've just installed esmtp in my Debian 5 server. I have setup an external smtp account in the /etc/esmtprc file an it seems to be working (I recieve the message in may valid email address doing *echo ...
0
votes
2answers
67 views

perl decode exim4 subject in cyrrilic

ive already looked at this article. Problem is like that, when im sending a letter throug exim4 and subject is with cyrrilic letters ive got something like this in maillog ...
0
votes
1answer
118 views

How to setup a service like Cloudsmtp or smtp.com?

We provide Email Marketing service through our online Application. We have about 30 customers. And each one has it's own mailling list (5k to 100k emails each). We have a great application/product ...
0
votes
1answer
145 views

Configure Postfix to only allow outgoing mail from localhost

How do I configure the Postfix mail submission agent to only allow emails to be sent out from a user on localhost , but allow the Postfix mail transfer agent to receive mail from anywhere? Martin
2
votes
1answer
132 views

Is it possible to check the Apache user's mail?

I'm trying to debug a problem with sending mail on a Red Hat/Apache server. When I send email from the command line using sendmail -t, I get bounce-back emails with messages like this: The original ...
2
votes
1answer
133 views

Logwatch without MTA/Postfix?

Is it possible to have Logwatch send daily emails without actually installing Postfix? I want to keep my server light and installing an MTA just because of Logwatch seems overkill. Or will I need ...
3
votes
2answers
274 views

Is Postfix the same thing as Sendmail?

I have postfix setup on my server so that I can send outgoing mail using the command-line: mail -s "Subject" address@example.com Is this using sendmail or postfix? Is "sendmail" just a software ...
0
votes
1answer
122 views

Can I use DKIM verification without DKIM signing?

I'm using iRedMail and im wondering if I can use only DKIM verification and dont signing emails with DKIM??
0
votes
2answers
69 views

Qmail and setting up a mail forwarder

We have a set of servers that are isolated from our main network, they are an island from our corporate network. At the moment we have to get relay rules added each time we want to send mails from one ...
0
votes
1answer
201 views

postfix concurrency limit with round robin dns

Take the following internal round robin dns setup mymta.com. IN A 172.31.1.1 mymta.com. IN A 172.31.1.2 mymta.com. IN A 172.31.1.3 mymta.com. IN A 172.31.1.4 mymta.com. IN A 172.31.1.5 mymta.com. IN ...
0
votes
1answer
388 views

Setup Email Server (sendmail + dovecot + squirrelmail)

I am in the process of setting up my very first email server. I can get everything up and running (thanks to apt-get). Manage to tie the users with system users. Now I am setting up virtual users ...
0
votes
0answers
99 views

Postfix qmgr taking a long time to move things around

The way I understand Postfix's qmgr process to work is that it governs how/if/when to move messages into the active queue for a message to be sent. For a postfix server that I have under a large ...
1
vote
1answer
262 views

Plesk/qmail - Add original recipient to the mail header (required by Tobit David)

I have a server running Plesk 8 and qmail as the MTA. Now I switched one domain from multiple POP accounts to only one catchall because the mail app at the customers side (Tobit David) has the ...
1
vote
2answers
35 views

Mail-receiver for windows-server

I'm looking for a MTA for windows, that can simply receive an email, and then invoke a program when it does, whit the email as it's parameters. Simply put: The server receives an email, than calls the ...
0
votes
2answers
341 views

avoid greylisting with postfix

I have an email marketing app, so we have a great volume of mails to send and sometimes a great volume to the same MX. Depending the MX configuration we enter in a greylist and the server told us (in ...
1
vote
5answers
993 views

other high performance mta like powermta [closed]

i am looking for alternatives to powermta. we send out a ton of mails per month and want to move to a professional mta. the alternatives can be in the price range of powermta, it does not have to be ...
0
votes
2answers
304 views

Sendmail MTA, smarthost not working

I have configured Sendmail to work with a smarthost by adding the following line to the configuration define('SMART_HOST', 'smtp.ISP.TLD')dnl and after that I issued make -C /etc/mail The mail ...
-2
votes
2answers
660 views

how to configure MTA (Mail Transfer Agent) on Red hat linux 4

how to configure MTA (Mail Transfer Agent) on Red hat linux 4
0
votes
1answer
195 views

Can't send emails through sendmail, error occured

I have sendmail MTA and I use pear:Mail class to send mails through remote sendmail server. Everything was fine till yesterday. Probably nothing changes was made in configs. At maillog I can see: ...
1
vote
4answers
392 views

Get off greylisting (the reason why our emails bounced back)

I'm system administrator in online store. We send several emails to our clients after purchase: confirmation, invoice and sale notification to our staff. Recently we got most of emails bounced back ...
1
vote
1answer
82 views

HOWTO Catch/Redirect all outgoing e-mails from webapp on Windows Server 2003

As suggested by another member, I have split the original post into two. To see the original post, go to ...
3
votes
5answers
817 views

Is there a lightweight MTA for Ubuntu 9.10 Desktop?

I'm writing a Perl script to run as a cron job, and I want to email results & errors to a local account on the laptop. I'd like something that can talk SMTP (do any MTAs not adhere to SMTP?). I ...
1
vote
3answers
223 views

Do some mail servers rewrite envelope-to in response to a CNAME?

In DNS, I have service.example.com. CNAME box.example.com. When sending email automatically to about 10,000 adresses (no worries, nothing sinister), I set envelope-from to ...
8
votes
4answers
16k views

Fixing My MTA's Poor Reputation

I have a web site that needs to send email to customers to deliver files that they have purchased. Reliable email delivery is vital to this business. Unfortunately, most of the emails sent by my ...
2
votes
2answers
595 views

Rackspace: installing mail and web server applications on the same server

I've set up a web server on a Rackspace cloud server, and that is running fine and doing everything I need. Now I am trying to figure out how to add the ability to send and receive e-mail. I've ...
1
vote
2answers
164 views

Multiple Servers + One MailServer

Hy, I got several Linux-Servers (running Debian) where different services run: Database-Servers, Webservers, Applicationsservers, Tools and so on. All Servers are connected to the same internal ...
3
votes
3answers
336 views

Identifying which MTA is running

I dont have knowledge on linux and how can i know which mail server is running on my linux box? Postfix/Exim? Btw Didn't found postfix folder in etc/, where can i find master.cf? .Any idea for modify ...
2
votes
2answers
906 views

Postfix relay with Exchange Server

Is it possible (or even logical) to use Postfix as relay MTA with Microsoft Exchange Server 2007, and if so how?
1
vote
2answers
663 views

Exim send failure “421 SMTP incoming data timeout” - Message body lacks '\n' at the end

I'm trying to figure out how this issue is occurring and how to stop it. Somehow messages are getting into our inbound Exim spool without any \n at the end. When our outbound Exim process tries to ...
1
vote
1answer
377 views

Exim MTA shows dmz address and local domain name in outgoing message headers

We've recently added an Exim-based (MailCleaner) MTA in our DMZ that sends and receives email to and from our LAN email server. It works great, but I'm a little wary of one of the headers it places ...
0
votes
4answers
934 views

Configure Mail Server on Linux Localhost?

I'm having trouble getting the PHP's mail() function to work on my localhost laptop computer. I'm using Ubuntu 9.04 and I connect to a wireless network at home for internet. I ran the following ...
0
votes
1answer
1k views

How to disable mail transport agent from starting up in Ubuntu?

I installed sendmail on ubuntu 9.04 on my laptop computer. My php mail() function still doesn't work from localhost, so I want to disable the auto start up of mail transport agent during system ...
0
votes
2answers
319 views

Removing mail queue spool

Is it OK to delete the files in the following folder? /var/spool/clientmqueue The above folder is more than 6GB and I want to free the disk space. I guess there are mails those failed to be ...
1
vote
1answer
253 views

How to remove duplicates in Exim .forward file?

I would like to remove duplicates messages in some mailing-lists (cross-list posting) in my Exim .forward file. I was using procmail before with these commands: :0 Wh: msgid.lock | /usr/bin/formail ...

1 2