Forum Moderators: phranque

Message Too Old, No Replies

Postfix as MSA

         

abrodski

11:43 pm on Sep 5, 2019 (gmt 0)

10+ Year Member



Hello!

I'm just curious whether Postfix also plays a role of MSA in a process of SENDING an e-mail? In other words, does MUA "talk" directly to MTA (say, Roundcube transfers an e-mail to Postfix without any help from MDA such a Dovecot)? Again, I'm asking about sending and NOT receiving!

lammert

6:51 am on Sep 6, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes, postfix can be used for email submission through port 587 by clients. You have to enable this functionality though by un-commenting the submission line in the master.cf file. Also be sure to add an exception for port 587 traffic in your firewall to the server, because default firewall rules often block incoming access to port 587.

abrodski

11:26 am on Sep 6, 2019 (gmt 0)

10+ Year Member



I haven't touched it. So what happens in a default situation? Does Dovecot act as MSA? If not... Then I don't have MSA.
So which service submits the mail to Postfix then when it's about to be sent? MUA does it directly vs. Postfix? Is that so?

lammert

11:37 am on Sep 6, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It depends on your configuration. If Dovecot is active and you use IMAP as a protocol, then Dovecot is the process accepting email submissions from clients. But it is also possible to use SMTP port 25 with authentication to accept email submissions.

abrodski

12:12 pm on Sep 6, 2019 (gmt 0)

10+ Year Member



Dovecot is active. Frankly, I don't know whether it's IMAP or POP3 since I'm using webmail (Roundcube).

lammert

12:17 pm on Sep 6, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Roundcube uses IMAP

abrodski

12:30 pm on Sep 6, 2019 (gmt 0)

10+ Year Member



So basically is my case Dovecot acts in both ways, either accepting messages from MUA when I'm sending or transferring them from MTA to MUA when I'm receiving?