On 09/10/2010 12:45 PM, Davis Sylvester wrote:
I am using Qmail and Dovecot for IMAP. Prior to installing Dovecot we
only offered POP3 and SMTP services.
The issue I have run into is that after I installed Dovecot, IMAP runs
fine, but when my users go to send email they can't.
This was just
This may be the wrong forum for this but I can't seem to find any info.
Does anyone have information on how to setup a second SMTP process within
qmail that listens on port 587 and accepts ONLY authenticated smtp
connections? In this scenario port 25 would accept normal smtp (non-relay)
and smt
Sorry for the top post, on my IPod.
If no one answers before tomorrow, I'll reply when I get on my computer. It's
pretty straight forward.
Rick
On 2010-09-11, at 18:39, wrote:
> This may be the wrong forum for this but I can’t seem to find any info.
>
>
>
> Does anyone have information o
You can just create another directory at /var/qmail/supervise with a run file
running on port 587 and using a different tcp.smtp file.
I wanted separeted processes for internal and external incoming mail at my MX
server.
Here is how I did it:
- I followed a regular instalation as described in
Hi Thiago – thanks – I’ll give this a try. Jeff
From: Thiago Bujnowski - Ticonnect Solutions
[mailto:tbujnow...@ticonnect.com.br]
Sent: Saturday, September 11, 2010 9:43 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] submission port 587
You can just create another directory at /var/qmail/
Joe @ 3ZZZ wrote:
On 09/10/2010 12:45 PM, Davis Sylvester wrote:
I am using Qmail and Dovecot for IMAP. Prior to installing Dovecot we
only offered POP3 and SMTP services.
The issue I have run into is that after I installed Dovecot, IMAP runs
fine, but when my users go to send email they can
The 'stock' qmail-toaster (http://qmailtoaster.com) contains this.
The only difference between the smtp/run and submission/run files is
that the submission/run file contains the -H flag for tcpserver, and:
export REQUIRE_AUTH=1
which tells the authentication patch to always authenticate.
qmail