[qmailtoaster] SMTP AUTH

2007-05-08 Thread
 Hi,  I read on qmailtoaster.com that Qmail does "SMTP with SMTP-AUTH, TLS, 
REMOTE-AUTH ". I have configured already my mail server to send and receive 
intradomain emails and to send and receive from outside of the domain 
successfully. Now I want to configure a client with "IMAP before SMTP" to 
connect to the mail server from whatever place I want. I thought most settings 
should be by default configured on supervise/smtp/run and supervise/imap4/run 
scripts. It seems not to be that way because I can configure a client for IMAP 
and see the Inbox folder on my server but I can not send emails so I'd like 
someone to tell me what extra settings are needed to achieve that. Marcos  

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


RE: [qmailtoaster] Messages from outside (Solved!)

2007-05-08 Thread Craig Smith
HI Marcos,
 
Good to hear,  it was the one thing I wasn't too sure on, why you were using
mailhost2.company.com and not company.com.  
 
 
glad it's all working now.
 
 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 07 May 2007 08:09
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Messages from outside (Solved!)




Hello again,

I think we found it. It seems to be a problem (not exactly because it works
that way) in the way the DNS server handles the MX entries.

I have the MX 10 mailhost.company.com and MX 20 mailhost2.company.com
entries. In mailhost to create a domain you just do:

vadddomain company.com passwd

and if you send an email you reach it.

Now if you run the same command for mailhost2 the result will be this
annoying message "Sorry, no maildir with that name here"

But way?

Because we think the DNS understands the entry MX 20 mailhost2.company.com
as a kind of subdomain of the existing MX 10 mailhost.company.com so when a
mail reaches mailhost2 it tries to find in /home/vpopmail/domains/ the
domain "mailhost2.company.com" and not just "company.com" as expected.

To test this I did vadddomain mailhost2.company.com passwd

and everything was fine then !

So I think we finally solved the problem here.

when the new mailhost2 will be completely configured I will remove the first
entry for mailhost and there will be no necessity to specify
@mailhost2.company.com when you send emails, just as usually send them to
@company.com.


Thank you guys for all your help in solving this issue,

Marcos


--- On Sat 05/05, Jake Vickers < [EMAIL PROTECTED] > wrote:



From: Jake Vickers [mailto: [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Date: Sat, 05 May 2007 07:02:37 -0400
Subject: Re: [qmailtoaster] Messages from outside

[EMAIL PROTECTED] wrote: 

Help from Jake and Eric would be great at this point because
I'm in a dead end. Guys, are you out there !!?

Craig, you really help me a lot so I want to thank you for
the time you spent on this problem.

Marcos













I've not been watching this thread, and I just briefly glanced over
it.
So you've set up DNS correctly for mailhost2.company.com and
mailhost2.company.net
You logged into the CLI and created mailhost2.company.com, correct?
Then log into qmailadmin (web page interface - let's keep the
process as simple as possible to figure out the issue) and made sure you can
log in as postmaster.
While logged in as postmaster, create an email for testing. Now try
sending an external email to that person. Does it go through?
Do not create the alias domain yet, and do not modify any .qmail
files. It can get REALLY confusing when you start using .qmail files since
the current versions of Toaster do not use them. If you're not familiar with
them, don't mess with them. Everything is handled in a mysql table now.
Once we make sure it works to that point, we'll throw the next
vegetable in the stew.


Attachment: smime.p7s (4.38KB)




Join Excite! - http://www.excite.com
The most personalized portal on the Web! 


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] SMTP AUTH

2007-05-08 Thread
 What I'm trying to achieve is open-relay but for specific users of my domain 
that would connect form outside. As my understanding new version of qmail-smtpd 
allows SMTP AUTH to do this job. Is that right? does it needs extra config?--- 
On Tue 05/08, < [EMAIL PROTECTED] > wrote:

From: [mailto: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 8 May 2007 03:38:19 
-0400 (EDT)Subject: [qmailtoaster] SMTP AUTH







Hi, I read on qmailtoaster.com that Qmail does "SMTP with SMTP-AUTH, TLS, 
REMOTE-AUTH ".I have configured already my mail server to send and receive 
intradomain emails and to send and receive from outside of the domain 
successfully.Now I want to configure a client with "IMAP before SMTP" to 
connect to the mail server from whatever place I want. I thought most settings 
should be by default configured on supervise/smtp/run and supervise/imap4/run 
scripts. It seems not to be that way because I can configure a client for IMAP 
and see the Inbox folder on my server but I can not send emails so I'd like 
someone to tell me what extra settings are needed to achieve that.Marcos





Join Excite! - http://www.excite.comThe most personalized portal on the Web!



___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


Re: [qmailtoaster] SMTP AUTH

2007-05-08 Thread Jean-Paul van de Plasse
Hi,

Smtp auth is supported, it only requires config on the client side.
Change the smtp port to 587 and enable authentication for outgoing mailserver.
You have to open 587 on your firewall. (ok ok that is server side)

IMAP/POP before smtp is not supported anymore I think.

JP
  - Original Message - 
  From: [EMAIL PROTECTED] 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, May 08, 2007 11:03 AM
  Subject: RE: [qmailtoaster] SMTP AUTH


What I'm trying to achieve is open-relay but for specific users of my 
domain that would connect form outside. As my understanding new version of 
qmail-smtpd allows SMTP AUTH to do this job. Is that right? does it needs extra 
config?





--- On Tue 05/08, < [EMAIL PROTECTED] > wrote:

  From: [mailto: [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Date: Tue, 8 May 2007 03:38:19 -0400 (EDT)
  Subject: [qmailtoaster] SMTP AUTH


Hi, 

I read on qmailtoaster.com that Qmail does "SMTP with 
SMTP-AUTH, TLS, REMOTE-AUTH ".

I have configured already my mail server to send and receive 
intradomain emails and to send and receive from outside of the domain 
successfully.

Now I want to configure a client with "IMAP before SMTP" to 
connect to the mail server from whatever place I want. I thought most settings 
should be by default configured on supervise/smtp/run and supervise/imap4/run 
scripts. It seems not to be that way because I can configure a client for IMAP 
and see the Inbox folder on my server but I can not send emails so I'd like 
someone to tell me what extra settings are needed to achieve that.

Marcos





   



--
  Join Excite! - http://www.excite.com
  The most personalized portal on the Web! 

   



--
  Join Excite! - http://www.excite.com
  The most personalized portal on the Web! 

Re: [qmailtoaster] SMTP AUTH

2007-05-08 Thread Johannes Weberhofer, Weberhofer GmbH

The best way is to lett users to send via the submission port 587 instead of 
the smpt port. There is no additional configuration needed. Sender must supply 
email-address/password in the smtp dialog to be authorized to send.

Johannes

[EMAIL PROTECTED] schrieb:
What I'm trying to achieve is open-relay but for specific users of my 
domain that would connect form outside. As my understanding new version 
of qmail-smtpd allows SMTP AUTH to do this job. Is that right? does it 
needs extra config?






--- On Tue 05/08, < [EMAIL PROTECTED] > wrote:

*From: *[mailto: [EMAIL PROTECTED]
*To: [EMAIL PROTECTED]
*Date: *Tue, 8 May 2007 03:38:19 -0400 (EDT)
*Subject: *[qmailtoaster] SMTP AUTH


Hi,

I read on qmailtoaster.com that Qmail does "SMTP with SMTP-AUTH,
TLS, REMOTE-AUTH ".

I have configured already my mail server to send and receive
intradomain emails and to send and receive from outside of the
domain successfully.

Now I want to configure a client with "IMAP before SMTP" to connect
to the mail server from whatever place I want. I thought most
settings should be by default configured on supervise/smtp/run and
supervise/imap4/run scripts. It seems not to be that way because I
can configure a client for IMAP and see the Inbox folder on my
server but I can not send emails so I'd like someone to tell me what
extra settings are needed to achieve that.

Marcos






*Join Excite! - http://www.excite.com*
The most personalized portal on the Web!



*Join Excite! - http://www.excite.com*
The most personalized portal on the Web!


--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|--->>


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SMTP AUTH

2007-05-08 Thread
 I tested and it works fine ! Thanks.But I saw in the 
/supervisor/submission/run script that they use qmail-smtpd again but with only 
difference port 587 instead of 25 as in /supervisor/smtp/run. So I don't get it 
but.. the difference is only using another port? What's the advantage in that? 
Can anybody expalin me the meaning of it? Marcos --- On Tue 05/08, Johannes 
Weberhofer, Weberhofer GmbH < [EMAIL PROTECTED] > wrote:From: Johannes 
Weberhofer, Weberhofer GmbH [mailto: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 
08 May 2007 11:10:19 +0200Subject: Re: [qmailtoaster] SMTP AUTHThe best way is 
to lett users to send via the submission port 587 instead of the smpt port. 
There is no additional configuration needed. Sender must supply 
email-address/password in the smtp dialog to be authorized to [EMAIL PROTECTED] 
schrieb:> What I'm trying to achieve is open-relay but for specific users of 
my > domain that would connect form 
outside. As my understanding new version > of qmail-smtpd allows SMTP AUTH 
to do this job. Is that right? does it > needs extra config?> > > 
> > > --- On Tue 05/08, < [EMAIL PROTECTED] > wrote:> > 
*From: *[mailto: [EMAIL PROTECTED]> *To: [EMAIL PROTECTED]> *Date: *Tue, 
8 May 2007 03:38:19 -0400 (EDT)> *Subject: *[qmailtoaster] SMTP AUTH> 
> > Hi,> > I read on qmailtoaster.com that Qmail does "SMTP with 
SMTP-AUTH,> TLS, REMOTE-AUTH ".> > I have configured already my mail 
server to send and receive> intradomain emails and to send and receive from 
outside of the> domain successfully.> > Now I want to configure a 
client with "IMAP before SMTP" to connect> to the mail server from whatever 
place I want. I thought most> settings should be by default configured on 
supervise/smtp/run and> supervise/imap4/run scripts. It seems not to be that 
way because I> can configure a 
client for IMAP and see the Inbox folder on my> server but I can not send 
emails so I'd like someone to tell me what> extra settings are needed to 
achieve that.> > Marcos> > > > > > 
> 
*Join Excite! - http://www.excite.com*>; The most personalized portal on the 
Web!> > > 
> 
*Join Excite! - http://www.excite.com*>; The most personalized portal on the 
Web!-- |-| weberhofer GmbH | Johannes 
Weberhofer| information technologies| Austria, 1080 Wien, Blindengasse 
52/3|--->>-QmailToaster
 hosted by: VR Hosted 
-To 
unsubscribe, e-mail: 
[EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED]

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


Re: [qmailtoaster] SMTP AUTH

2007-05-08 Thread Philip

Hey Mark0s
look better :) you ll see that the submission run file has no rblsmtpd 
(aka blacklists)
so your customers on dynamic ips or on blacklisted ips wont suffer from 
sending mail through your server

as long as they use port 587 with authentification


Cheers
-P


[EMAIL PROTECTED] wrote:

I tested and it works fine ! Thanks.

But I saw in the /supervisor/submission/run script that they use 
qmail-smtpd again but with only difference port 587 instead of 25 as 
in /supervisor/smtp/run.


So I don't get it but.. the difference is only using another port? 
What's the advantage in that?


Can anybody expalin me the meaning of it?

Marcos




--- On Tue 05/08, Johannes Weberhofer, Weberhofer GmbH < 
[EMAIL PROTECTED] > wrote:


*From: *Johannes Weberhofer, Weberhofer GmbH [mailto:
[EMAIL PROTECTED]
*To: [EMAIL PROTECTED]
*Date: *Tue, 08 May 2007 11:10:19 +0200
*Subject: *Re: [qmailtoaster] SMTP AUTH

The best way is to lett users to send via the submission port 587
instead of the smpt port. There is no additional configuration
needed. Sender must supply email-address/password in the smtp
dialog to be authorized to send.

Johannes

[EMAIL PROTECTED] schrieb:
> What I'm trying to achieve is open-relay but for specific users
of my
> domain that would connect form outside. As my understanding new
version
> of qmail-smtpd allows SMTP AUTH to do this job. Is that right?
does it
> needs extra config?
>
>
>
>
>
> --- On Tue 05/08, < [EMAIL PROTECTED] > wrote:
>
> *From: *[mailto: [EMAIL PROTECTED]
> *To: [EMAIL PROTECTED]
> *Date: *Tue, 8 May 2007 03:38:19 -0400 (EDT)
> *Subject: *[qmailtoaster] SMTP AUTH
>
>
> Hi,
>
> I read on qmailtoaster.com that Qmail does "SMTP with SMTP-AUTH,
> TLS, REMOTE-AUTH ".
>
> I have configured already my mail server to send and receive
> intradomain emails and to send and receive from outside of the
> domain successfully.
>
> Now I want to configure a client with "IMAP before SMTP" to connect
> to the mail server from whatever place I want. I thought most
> settings should be by default configured on supervise/smtp/run and
> supervise/imap4/run scripts. It seems not to be that way because I
> can configure a client for IMAP and see the Inbox folder on my
> server but I can not send emails so I'd like someone to tell me what
> extra settings are needed to achieve that.
>
> Marcos
>
>
>
>
>
>

> *Join Excite! - http://www.excite.com*
> The most personalized portal on the Web!
>
>
>

> *Join Excite! - http://www.excite.com*
> The most personalized portal on the Web!

-- 



|-
| weberhofer GmbH | Johannes Weberhofer
| information technologies
| Austria, 1080 Wien, Blindengasse 52/3
|--->>


-
QmailToaster hosted by: VR Hosted
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]


*Join Excite! - http://www.excite.com*
The most personalized portal on the Web! 


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SMTP AUTH

2007-05-08 Thread
 Ha, ha, right Philip, I didn't notice that.:-) Thanks for point it out. 
Marcos--- On Tue 05/08, Philip < [EMAIL PROTECTED] > wrote:From: Philip 
[mailto: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 08 May 2007 11:56:26 
+0200Subject: Re: [qmailtoaster] SMTP AUTHHey Mark0slook better :) you ll see 
that the submission run file has no rblsmtpd (aka blacklists)so your customers 
on dynamic ips or on blacklisted ips wont suffer from sending mail through your 
serveras long as they use port 587 with [EMAIL PROTECTED] wrote:> I tested 
and it works fine ! Thanks.>> But I saw in the /supervisor/submission/run 
script that they use > qmail-smtpd again but with only difference port 587 
instead of 25 as > in /supervisor/smtp/run.>> So I don't get it but.. 
the difference is only using another port? > What's the advantage in 
that?>> Can anybody expalin me the meaning of it?>> 
Marcos> --- On Tue 
05/08, Johannes Weberhofer, Weberhofer GmbH < > [EMAIL PROTECTED] > 
wrote:>> *From: *Johannes Weberhofer, Weberhofer GmbH [mailto:>; [EMAIL 
PROTECTED]> *To: [EMAIL PROTECTED]> *Date: *Tue, 08 May 2007 11:10:19 
+0200> *Subject: *Re: [qmailtoaster] SMTP AUTH>> The best way is to 
lett users to send via the submission port 587> instead of the smpt port. 
There is no additional configuration> needed. Sender must supply 
email-address/password in the smtp> dialog to be authorized to send.>> 
Johannes>> [EMAIL PROTECTED] schrieb:> > What I'm trying to achieve 
is open-relay but for specific users> of my> > domain that would 
connect form outside. As my understanding new> version> > of 
qmail-smtpd allows SMTP AUTH to do this job. Is that right?> does it> 
> needs extra config?> >> >> >> >> >> > 
--- On Tue 05/08, < [EMAIL PROTECTED] > 
wrote:> >> > *From: *[mailto: [EMAIL PROTECTED]> > *To: 
[EMAIL PROTECTED]> > *Date: *Tue, 8 May 2007 03:38:19 -0400 (EDT)> 
> *Subject: *[qmailtoaster] SMTP AUTH> >> >> > Hi,> 
>> > I read on qmailtoaster.com that Qmail does "SMTP with 
SMTP-AUTH,> > TLS, REMOTE-AUTH ".> >> > I have configured 
already my mail server to send and receive> > intradomain emails and to 
send and receive from outside of the> > domain successfully.> >> 
> Now I want to configure a client with "IMAP before SMTP" to connect> 
> to the mail server from whatever place I want. I thought most> > 
settings should be by default configured on supervise/smtp/run and> > 
supervise/imap4/run scripts. It seems not to be that way because I> > can 
configure a client for IMAP and see the Inbox folder on my> > server but 
I can not send emails so I'd like someone to tell me 
what> > extra settings are needed to achieve that.> >> > 
Marcos> >> >> >> >> >> >> 
> 
> *Join Excite! - http://www.excite.com*>; > The most personalized 
portal on the Web!> >> >> >> 
> 
> *Join Excite! - http://www.excite.com*>; > The most personalized 
portal on the Web!>> -- >>> 
|-> | weberhofer GmbH | Johannes 
Weberhofer> | information technologies> | Austria, 1080 Wien, 
Blindengasse 52/3> 
|--->
 -> 
QmailToaster hosted by: VR Hosted> 
-> To 
unsubscribe, e-mail: 
[EMAIL PROTECTED]> For additional commands, e-mail:> [EMAIL 
PROTECTED]>> 
> 
*Join Excite! - http://www.excite.com*>; The most personalized portal on the 
Web! 
-QmailToaster
 hosted by: VR Hosted 
-To 
unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL 
PROTECTED]

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


Re: [qmailtoaster] Server replied: 451 qq write error or disk full (#4.3.0) (solved)

2007-05-08 Thread Warren (mailing lists)

seekuel wrote:

Hello sir,

What happend is that the / partition is full because I did a daily 
backup of the toaster. I deleted some of the backups then the server is 
up again.


Thanks everyone.

---
Sandeil

*/Jake Vickers <[EMAIL PROTECTED]>/* wrote:

seekuel wrote:
 > Hello,
 >
 > May I know if any one experience this error "Server replied: 451 qq
 > write error or disk full (#4.3.0)" my toaster is running for about 8
 > month and then this morning that error came out.
Do you have available disk space?



Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos. 
 



Seekuel,

Consider putting monit ( http://www.tildeslash.com/monit/ ) ontoo your 
system.  It can be set up to watch for things like disk space and CPU 
usage as well as monitoring httpd or any other process.  It can also 
monitor ports on other machines.  I find it invaluable in my day-to-day 
administration duties.


W

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Server replied: 451 qq write error or disk full (#4.3.0) (solved)

2007-05-08 Thread seekuel
Hi Sir,

Thank you for the great tools you gave. I will test that tool then implement it 
ASAP :D

--

Sandeil

"Warren (mailing lists)" <[EMAIL PROTECTED]> wrote: seekuel wrote:
> Hello sir,
> 
> What happend is that the / partition is full because I did a daily 
> backup of the toaster. I deleted some of the backups then the server is 
> up again.
> 
> Thanks everyone.
> 
> ---
> Sandeil
> 
> */Jake Vickers /* wrote:
> 
> seekuel wrote:
>  > Hello,
>  >
>  > May I know if any one experience this error "Server replied: 451 qq
>  > write error or disk full (#4.3.0)" my toaster is running for about 8
>  > month and then this morning that error came out.
> Do you have available disk space?
> 
> 
> 
> Ahhh...imagining that irresistible "new car" smell?
> Check out new cars at Yahoo! Autos. 
>  
> 

Seekuel,

Consider putting monit ( http://www.tildeslash.com/monit/ ) ontoo your 
system.  It can be set up to watch for things like disk space and CPU 
usage as well as monitoring httpd or any other process.  It can also 
monitor ports on other machines.  I find it invaluable in my day-to-day 
administration duties.

W

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Re: [qmailtoaster] Server replied: 451 qq write error or disk full (#4.3.0) (solved)

2007-05-08 Thread Warren (mailing lists)

seekuel wrote:

Hi Sir,

Thank you for the great tools you gave. I will test that tool then 
implement it ASAP :D


--

Sandeil


If you decide to use it - here is an RPM for Centos4: 
http://mirrors.ircam.fr/pub/dag/packages/monit/monit-4.9-1.el4.rf.i386.rpm


Also here is the setting I use to watch the disk on my asterisk server:
 check device root with path /dev/sda2
   group server
   if space usage > 50 % then alert
   if inode usage > 50 % then alert

Regards,
Warren

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qtp-newmodel backing up /home/vpopmail/domains

2007-05-08 Thread Eric \"Shubes\"
Dan Herbon wrote:
> Hello,
> 
> Can anyone assist me with an issue regarding the qtp-newmodel script.
> The problem I am having is that when it creates the sandbox it wants to
> copy the contents of the /home/vpopmail/domains directory. That
> directory contains over 12gigs of data, mostly from my archive directory
> where all mail that’s goes through the server is archived. Is there a
> way to exclude my archive directory so it doesn’t create it in the sandbox?
> 
>  
> 
> thanks
> 

You can edit /opt/qmailtoaster-plus/bin/qtp-build-sandbox, replacing line 290:
cp -pR /home/vpopmail $SANDBOX/home/.

with:
mkdir -p $SANDBOX/home/vpopmail
cp -pR /home/vpopmail/bin $SANDBOX/home/vpopmail/.
cp -pR /home/vpopmail/doc $SANDBOX/home/vpopmail/.
cp -pR /home/vpopmail/etc $SANDBOX/home/vpopmail/.
cp -pR /home/vpopmail/include $SANDBOX/home/vpopmail/.
cp -pR /home/vpopmail/lib $SANDBOX/home/vpopmail/.

For what it's worth, there is a major enhancement in the works for
qtp-newmodel, thanks to Justice London. The existing sandbox processing is
being replaced with an overlay filesystem, which will eliminate the bloat
that the present sandbox contains. The enhancement is presently in the
testing stage, but I've had little time for testing. I hope to get it out
this month. Stay tuned.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] QTP 0.2.11-1.3.13 Released

2007-05-08 Thread Jake Vickers
Version 0.2.11-1.3.13 of QTP has been released.  This is a maintenance 
release to make a few small changes.

Notables are:

Rules du Jour config has been changed to no longer gives warnings about 
Antidrug and Comcast network

RBLs have been updated to a more sane set of lists
Minor changes to scripts to correct variable locations

Official release:
http://qtp.qmailtoaster.com/trac/browser/releases/qmailtoaster-plus-0.2.11-1.3.13.noarch.rpm


Shortcut for lazy people (myself included):
http://qtp.qmailtoaster.com/trac/browser/releases/qmailtoaster-plus-current.noarch.rpm



smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] Firewall rules

2007-05-08 Thread ole . johansen
Hello,
It seems i have trouble getting my email programs to connect when i have
the linux firewall on, centos 5 builtin firewall.

connection time out on whatever i try. pop3,imap,smtp, submission, ssl

Clues? I have checked the iptables and it should be ok, still not

( yeah i have run firewall.sh :P )

B/R
Ole J


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Firewall rules

2007-05-08 Thread Warren (mailing lists)

[EMAIL PROTECTED] wrote:

Hello,
It seems i have trouble getting my email programs to connect when i have
the linux firewall on, centos 5 builtin firewall.

connection time out on whatever i try. pop3,imap,smtp, submission, ssl

Clues? I have checked the iptables and it should be ok, still not

( yeah i have run firewall.sh :P )

B/R
Ole J


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Can you send a copy of /etc/sysconfig/iptables?

W

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Firewall rules

2007-05-08 Thread David J.
Have you disabled the SELinux on your Centos ?? Or you have to open some 
port through the SELinux.


Hopefully that help

- Original Message - 
From: <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, May 09, 2007 6:06 AM
Subject: [qmailtoaster] Firewall rules



Hello,
It seems i have trouble getting my email programs to connect when i have
the linux firewall on, centos 5 builtin firewall.

connection time out on whatever i try. pop3,imap,smtp, submission, ssl

Clues? I have checked the iptables and it should be ok, still not

( yeah i have run firewall.sh :P )

B/R
Ole J


-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]