How to configure and force users to use IMAP?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I have installed mail server with postfix and dovecot.

My clients use The Bat email client software.

While sending mails, they use tcp port 587 with STARTTLS.

And I disabled tcp port 25 for sending mails in firewall (in server).



Now, they receive mails via tcp port 110 POP3 protocol.

I want to use IMAP or IMAPS for receiving mails for my clients.

And I totally want to disable POP3 protocol.



1) I tried to change port number to 143 for receiving mails in "The Bat", but it cannot receive mails. How can I do it right?

2) Should I reconfigure dovecot for using IMAP/S only?

3) Is my idea is right?



PS: I opened port 143 on my server in firewall.







share|improve this question




















  • Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
    – Weijun Zhou
    Jan 4 at 5:32










  • There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
    – it dev
    Jan 4 at 5:39










  • Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
    – Petr
    Jan 4 at 11:19














up vote
1
down vote

favorite












I have installed mail server with postfix and dovecot.

My clients use The Bat email client software.

While sending mails, they use tcp port 587 with STARTTLS.

And I disabled tcp port 25 for sending mails in firewall (in server).



Now, they receive mails via tcp port 110 POP3 protocol.

I want to use IMAP or IMAPS for receiving mails for my clients.

And I totally want to disable POP3 protocol.



1) I tried to change port number to 143 for receiving mails in "The Bat", but it cannot receive mails. How can I do it right?

2) Should I reconfigure dovecot for using IMAP/S only?

3) Is my idea is right?



PS: I opened port 143 on my server in firewall.







share|improve this question




















  • Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
    – Weijun Zhou
    Jan 4 at 5:32










  • There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
    – it dev
    Jan 4 at 5:39










  • Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
    – Petr
    Jan 4 at 11:19












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have installed mail server with postfix and dovecot.

My clients use The Bat email client software.

While sending mails, they use tcp port 587 with STARTTLS.

And I disabled tcp port 25 for sending mails in firewall (in server).



Now, they receive mails via tcp port 110 POP3 protocol.

I want to use IMAP or IMAPS for receiving mails for my clients.

And I totally want to disable POP3 protocol.



1) I tried to change port number to 143 for receiving mails in "The Bat", but it cannot receive mails. How can I do it right?

2) Should I reconfigure dovecot for using IMAP/S only?

3) Is my idea is right?



PS: I opened port 143 on my server in firewall.







share|improve this question












I have installed mail server with postfix and dovecot.

My clients use The Bat email client software.

While sending mails, they use tcp port 587 with STARTTLS.

And I disabled tcp port 25 for sending mails in firewall (in server).



Now, they receive mails via tcp port 110 POP3 protocol.

I want to use IMAP or IMAPS for receiving mails for my clients.

And I totally want to disable POP3 protocol.



1) I tried to change port number to 143 for receiving mails in "The Bat", but it cannot receive mails. How can I do it right?

2) Should I reconfigure dovecot for using IMAP/S only?

3) Is my idea is right?



PS: I opened port 143 on my server in firewall.









share|improve this question











share|improve this question




share|improve this question










asked Jan 4 at 5:26









it dev

244




244











  • Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
    – Weijun Zhou
    Jan 4 at 5:32










  • There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
    – it dev
    Jan 4 at 5:39










  • Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
    – Petr
    Jan 4 at 11:19
















  • Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
    – Weijun Zhou
    Jan 4 at 5:32










  • There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
    – it dev
    Jan 4 at 5:39










  • Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
    – Petr
    Jan 4 at 11:19















Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
– Weijun Zhou
Jan 4 at 5:32




Please link to your previous question if they are related: unix.stackexchange.com/questions/414476/…
– Weijun Zhou
Jan 4 at 5:32












There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
– it dev
Jan 4 at 5:39




There wasn't told about IMAP/IMAPS and switching from POP3 to IMAP
– it dev
Jan 4 at 5:39












Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
– Petr
Jan 4 at 11:19




Well... it should work like a charm with proper configuration. So you must have a misconfiguration between postfix and dovecot.
– Petr
Jan 4 at 11:19










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Make sure your dovecot configuration is done right.
(how to)



  1. Depending on a version check if you have imap protocol enabled in:

    /etc/dovecot.conf

    /etc/dovecot/dovecot.conf

    OR

    /etc/dovecot/conf.d/10-master.conf


  2. Than check if dovecot is listening on 143


  3. Than check it from outside, that the port is really opened.


  4. Setup the client (how to)


EDIT: Issue was solved, problem was on clients side (Bat email client)






share|improve this answer






















  • This conversation has been moved to chat.
    – Michael Mrozek♦
    Jan 5 at 15:53











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414705%2fhow-to-configure-and-force-users-to-use-imap%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










Make sure your dovecot configuration is done right.
(how to)



  1. Depending on a version check if you have imap protocol enabled in:

    /etc/dovecot.conf

    /etc/dovecot/dovecot.conf

    OR

    /etc/dovecot/conf.d/10-master.conf


  2. Than check if dovecot is listening on 143


  3. Than check it from outside, that the port is really opened.


  4. Setup the client (how to)


EDIT: Issue was solved, problem was on clients side (Bat email client)






share|improve this answer






















  • This conversation has been moved to chat.
    – Michael Mrozek♦
    Jan 5 at 15:53















up vote
0
down vote



accepted










Make sure your dovecot configuration is done right.
(how to)



  1. Depending on a version check if you have imap protocol enabled in:

    /etc/dovecot.conf

    /etc/dovecot/dovecot.conf

    OR

    /etc/dovecot/conf.d/10-master.conf


  2. Than check if dovecot is listening on 143


  3. Than check it from outside, that the port is really opened.


  4. Setup the client (how to)


EDIT: Issue was solved, problem was on clients side (Bat email client)






share|improve this answer






















  • This conversation has been moved to chat.
    – Michael Mrozek♦
    Jan 5 at 15:53













up vote
0
down vote



accepted







up vote
0
down vote



accepted






Make sure your dovecot configuration is done right.
(how to)



  1. Depending on a version check if you have imap protocol enabled in:

    /etc/dovecot.conf

    /etc/dovecot/dovecot.conf

    OR

    /etc/dovecot/conf.d/10-master.conf


  2. Than check if dovecot is listening on 143


  3. Than check it from outside, that the port is really opened.


  4. Setup the client (how to)


EDIT: Issue was solved, problem was on clients side (Bat email client)






share|improve this answer














Make sure your dovecot configuration is done right.
(how to)



  1. Depending on a version check if you have imap protocol enabled in:

    /etc/dovecot.conf

    /etc/dovecot/dovecot.conf

    OR

    /etc/dovecot/conf.d/10-master.conf


  2. Than check if dovecot is listening on 143


  3. Than check it from outside, that the port is really opened.


  4. Setup the client (how to)


EDIT: Issue was solved, problem was on clients side (Bat email client)







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 10 at 8:30

























answered Jan 4 at 11:47









Petr

642313




642313











  • This conversation has been moved to chat.
    – Michael Mrozek♦
    Jan 5 at 15:53

















  • This conversation has been moved to chat.
    – Michael Mrozek♦
    Jan 5 at 15:53
















This conversation has been moved to chat.
– Michael Mrozek♦
Jan 5 at 15:53





This conversation has been moved to chat.
– Michael Mrozek♦
Jan 5 at 15:53













 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414705%2fhow-to-configure-and-force-users-to-use-imap%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay