[qmailtoaster] Squirrelmail

2006-09-25 Thread Stanley Robins
hi allI am receiving complaints that when my users receive emails in squirrelmail they see white box and cannot read anything, but if they select the white box with select all, they can see the html, also i checked it works with squirrelmail default theme, but with other themes/skins it does not seem to work, what can be done now ? i googled it but no avail.. and this happens in FF, opera, ie
thank you


Re: [qmailtoaster] sender address has invalid format

2006-09-25 Thread nozy
Hi Eric 

what I'm going to do is update the full test system make sure she is up
to date  will let you know how I go  thanks man for all your
help so far 

Michael Falzon


On Thu, 2006-09-21 at 09:09 -0700, Eric Shubes wrote:
 NoZy wrote:
  Hi Eric
  
  OK 1/2 works  Local test works ok but SquirrelMail does not work now
  can't see why this would have kill this
  
  all I can see is this now in the http error logs for all email sent
  
  [client 192.168.1.21] PHP Warning:  Cannot modify header information -
  headers already sent by (output started at
  /usr/share/squirrelmail/functions/page_header.php:31) in
  /usr/share/squirrelmail/src/compose.php on line 444, referer:
  http://192.168.1.165/webmail/src/compose.php
 
 Looks like squirrelmail is having a problem. What version are you running?
 My php skills are pretty much non existent. The error appears to be at line 
 31 in /usr/share/squirrelmail/functions/page_header.php. That should point 
 you in the right direction.
 
  Test with telnet local . works ok
  
  220 mail0 - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
  mail from [EMAIL PROTECTED]
  250 ok
  rcpt to: [EMAIL PROTECTED]
  250 ok
  
  this is all good . BUT SquirrelMail
  
  ERROR:
  ERROR: Could not append message to INBOX.Sent.
  Server responded: [ALERT] You exceeded your mail quota.
  Solution: Remove unneccessary messages from your folders. Start with your
  Trash folder.
 
 This message might be misleading (I'm guessing). Check for user, domain over 
 quota, then move on to the log error message. Good find there.
 
 I'd also try accessing the account from Thunderbird/pop3 just to see if that 
 works. It won't do anything to fix SM, but might eliminate other 
 possibilities.
 
  
  The quote isn't apparently your problem any more.
 
  When you test in this manner, (invoking qmail-smtpd directly), tcp.smtp is
  ignored, thus RELAYCLIENT isn't set.
 
  When testing, try:
  # telnet localhost 25
  and see what happens.
 
  NoZy wrote:
  Hi Eric
 Still no luck so I have add full config and debug notes...
 
 
  be for work was done test run to make sure defalts work
 
  [EMAIL PROTECTED] i386]# /var/qmail/bin/qmail-smtpd
  220 mail0 - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
  mail from [EMAIL PROTECTED]
  CHKUSER accepted sender: from [EMAIL PROTECTED]:: remote
  :unknown:unknown rcpt  : sender accepted
  250 ok
  rcpt to: [EMAIL PROTECTED]
  CHKUSER accepted rcpt: from [EMAIL PROTECTED]:: remote
  :unknown:unknown rcpt [EMAIL PROTECTED] : found existing
  recipient
  250 ok
  rcpt to: [EMAIL PROTECTED]
  CHKUSER rejected relaying: from [EMAIL PROTECTED]:: remote
  :unknown:unknown rcpt [EMAIL PROTECTED] : client not
  allowed
  to relay
  553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 -
  chkuser)
 
 
  added  ( this full config at the end )
  #define CHKUSER_ALLOW_SENDER_CHAR_3 '\''
  #define CHKUSER_ALLOW_RCPT_CHAR_3 '\''
 
  OK with both on
  SquirrelMail start to show this (
  (note this is the test server with no emails on it at all)
 
  ERROR:
  ERROR: Could not append message to INBOX.Sent.
  Server responded: [ALERT] You exceeded your mail quota.
  Solution: Remove unneccessary messages from your folders. Start with
  your
  Trash folder.
 
  qmail
 
  [EMAIL PROTECTED] i386]# vi /etc/tcprules.d/tcp.smtp
  127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private
 
  Test
  220 mail0 - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
  mail from [EMAIL PROTECTED]
  CHKUSER accepted sender: from [EMAIL PROTECTED]:: remote
  :unknown:unknown rcpt  : sender accepted
  250 ok
  rcpt to: [EMAIL PROTECTED]
  CHKUSER rejected relaying: from [EMAIL PROTECTED]:: remote
  :unknown:unknown rcpt [EMAIL PROTECTED] : client not
  allowed
  to relay
  553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 -
  chkuser)
 
 
 
  Both lines added
 
  [EMAIL PROTECTED] ~]# cat /var/qmail/doc/chkuser_settings.h
 
  /*
   *
   * 'chkuser_settings.h' v.2.0.8
   * for qmail/netqmail  1.0.3 and vpopmail  5.3.x
   *
   * Author: Antonio Nati [EMAIL PROTECTED]
   * All rights on this software and
   * the identifying words chkusr and chkuser kept by the author
   *
   * This software may be freely used, modified and distributed,
   * but this lines must be kept in every original or derived version.
   * Original author Antonio Nati and the web URL
   * http://www.interazioni.it/opensource;
   * must be indicated in every related work or web page
   *
   */
 
  /*
   * the following line enables debugging of chkuser
   */
  /* #define CHKUSER_DEBUG */
 
  /*
   * The following line moves DEBUG output from STDOUT (default) to STDERR
   * Example of usage within sh: ./qmail-smtpd 2 /var/log/smtpd-debug.log
   */
  /* #define CHKUSER_DEBUG_STDERR */
 
  /*
   * Uncomment the following define if you want chkuser ALWAYS enabled.
   * If uncommented, it will check for rcpt existance despite any
  

Re: [qmailtoaster] maildrip, er maildrop --- mailfilter

2006-09-25 Thread Jake Vickers

Mark Samples wrote:
Here is a stderr dump with VERBOSE turned on, I don't see what's wrong 
with

this match rule, but maildrop says it doesn't match.  Any ideas?

Matching /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+! / against 
X-Spam-Status: Yes, score=5.3 required=5.0 
tests=DATE_IN_FUTURE_03_06,  
EXTRA_MPART_TYPE,HTML_20_30,HTML_IMAGE_ONLY_32,HTML_MESSAGE,TW_WT   
autolearn=no version=3.1.5

Not matched.

What does the line look like in your mailfilter script? We had problems 
with the mailfilter script included with Toaster (not just a quota 
issue) which is another reason it's not used right now, BTW.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Fetchmail replacement

2006-09-25 Thread Mark Burlingame



Hello,

Is there a better 
program than Fetchmail to use for pop3 mail retrevial from another 
server?

I seem to be getting 
some errors / lost messages with FetchMail. 


Thanks,

Mark Burlingame - IT ManagerSmethport Specialty Co.[EMAIL PROTECTED]814-887-5508



Re: [qmailtoaster] mail not delivered

2006-09-25 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

Guys

I have failed to recieve mail from outside my domain.
I have included the mail headers from one of the messages i managed to 
send to other domains that we dont manage.

my dns has entries like domain is school.ac.ug
===

mail  IN A   196.108.254.19  ;for the existing MTA
sc-103IN A   196.108.254.90  ;for the qmail toaster

@ IN MX 10  mail ;for the existing domain
bbc   IN MX 10  sc-103   ;for qmail toaster box


Is bbc defined in your DNS?
The way it looks to me, is that you defined a MX for sc-103, but when 
you try and find a MX for sc-103 it's not there, since you defined a MX 
for bbc instead.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] maildrip, er maildrop --- mailfilter

2006-09-25 Thread Mark Samples

Jake Vickers wrote:


Mark Samples wrote:

Here is a stderr dump with VERBOSE turned on, I don't see what's 
wrong with

this match rule, but maildrop says it doesn't match.  Any ideas?

Matching /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+! / against 
X-Spam-Status: Yes, score=5.3 required=5.0 
tests=DATE_IN_FUTURE_03_06,  
EXTRA_MPART_TYPE,HTML_20_30,HTML_IMAGE_ONLY_32,HTML_MESSAGE,TW_WT   
autolearn=no version=3.1.5

Not matched.

What does the line look like in your mailfilter script? We had 
problems with the mailfilter script included with Toaster (not just a 
quota issue) which is another reason it's not used right now, BTW.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



I believe I fixed it. I am still testing, to be sure.  If you have a 
place to upload the modified mailfilter,
I'll send it.  I took the filter apart piece by piece, and finally got 
it working.  I can send it to you now, if

you want to see the difference and to test yourself.  Seems to be working.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail not delivered

2006-09-25 Thread Kisakye Alex
Jake,

Do you mean an A entry for bbc?

Alex
===
On Mon, 2006-09-25 at 08:09 -0400, Jake Vickers wrote:
 [EMAIL PROTECTED] wrote:
  Guys
 
  I have failed to recieve mail from outside my domain.
  I have included the mail headers from one of the messages i managed to 
  send to other domains that we dont manage.
  my dns has entries like domain is school.ac.ug
  ===
 
  mail  IN A   196.108.254.19  ;for the existing MTA
  sc-103IN A   196.108.254.90  ;for the qmail toaster
 
  @ IN MX 10  mail ;for the existing domain
  bbc   IN MX 10  sc-103   ;for qmail toaster box
 
 Is bbc defined in your DNS?
 The way it looks to me, is that you defined a MX for sc-103, but when 
 you try and find a MX for sc-103 it's not there, since you defined a MX 
 for bbc instead.
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail not delivered

2006-09-25 Thread Jake Vickers




Yes. I'm assuming you only gave a partial zone file, so I'm hitting the
obvious things I see.



Kisakye Alex wrote:

  Jake,

Do you mean an A entry for bbc?

Alex
===
On Mon, 2006-09-25 at 08:09 -0400, Jake Vickers wrote:
  
  
[EMAIL PROTECTED] wrote:


  Guys

I have failed to recieve mail from outside my domain.
I have included the mail headers from one of the messages i managed to 
send to other domains that we dont manage.
my dns has entries like domain is school.ac.ug
===

mail  IN A   196.108.254.19  ;for the existing MTA
sc-103IN A   196.108.254.90  ;for the qmail toaster

@ IN MX 10  mail ;for the existing domain
bbc   IN MX 10  sc-103   ;for qmail toaster box

  

Is bbc defined in your DNS?
The way it looks to me, is that you defined a MX for sc-103, but when 
you try and find a MX for sc-103 it's not there, since you defined a MX 
for bbc instead.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  
  

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  






Re: [qmailtoaster] Fetchmail replacement

2006-09-25 Thread Simone Marzona

Mark Burlingame wrote:

Hello,
 
Is there a better program than Fetchmail to use for pop3 mail retrevial 
from another server?
 
I seem to be getting some errors / lost messages with FetchMail.


try getmnail




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] mail not delivered

2006-09-25 Thread Kisakye Alex
Jake
I gave a partial zone file but yes I have an A record for bbc, so the
more elaborate file is like this! my interpretation of the file is that
all mail to bbc.school.ac.ug is directed to sc-103 machine
--

bbc   IN A   196.108.254.90   
mail  IN A   196.108.254.19  ;for the existing MTA
sc-103IN A   196.108.254.90  ;for the qmail toaster

@ IN MX 10  mail ;for the existing domain
bbc   IN MX 10  sc-103   ;for qmail toaster box

Alex

On Mon, 2006-09-25 at 09:26 -0400, Jake Vickers wrote:
 Yes. I'm assuming you only gave a partial zone file, so I'm hitting
 the obvious things I see.
 
 
 
 Kisakye Alex wrote: 
  Jake,
  
  Do you mean an A entry for bbc?
  
  Alex
  ===
  On Mon, 2006-09-25 at 08:09 -0400, Jake Vickers wrote:

   [EMAIL PROTECTED] wrote:
   
Guys

I have failed to recieve mail from outside my domain.
I have included the mail headers from one of the messages i managed to 
send to other domains that we dont manage.
my dns has entries like domain is school.ac.ug
===

mail  IN A   196.108.254.19  ;for the existing MTA
sc-103IN A   196.108.254.90  ;for the qmail toaster

@ IN MX 10  mail ;for the existing domain
bbc   IN MX 10  sc-103   ;for qmail toaster box

  
   Is bbc defined in your DNS?
   The way it looks to me, is that you defined a MX for sc-103, but when 
   you try and find a MX for sc-103 it's not there, since you defined a MX 
   for bbc instead.
   
   -
QmailToaster hosted by: VR Hosted http://www.vr.org
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  

 


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installing TMDA on Qmail toaster

2006-09-25 Thread Harry Zink

I'm wondering the exact same thing.


On Aug 15, 2006, at 7:11 AM, [EMAIL PROTECTED] wrote:

I want to install TMDA on my server, I came across instruction from  
Bill

Shup site http://www.shupp.org/toaster/#tmda

Will this work with the current Qmail toaster ? Is there any one on  
the

list using it?

Thanks


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list- 
[EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installing TMDA on Qmail toaster

2006-09-25 Thread Jake Vickers

Harry Zink wrote:

I'm wondering the exact same thing.


On Aug 15, 2006, at 7:11 AM, [EMAIL PROTECTED] wrote:


I want to install TMDA on my server, I came across instruction from Bill
Shup site http://www.shupp.org/toaster/#tmda

Will this work with the current Qmail toaster ? Is there any one on the
list using it?

Thanks

It should work. Both Bill's and Toaster are based off a LWQ (Life With 
Qmail) install.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] maildrip, er maildrop --- mailfilter

2006-09-25 Thread Michael Amster
Make sure that your whitespace are exact in your match pattern - do not 
assume that they are spaces - you may need to match \w or whatever the 
regex expression for Maildrop may be. 


-MA

Jake Vickers wrote:


Mark Samples wrote:

Here is a stderr dump with VERBOSE turned on, I don't see what's 
wrong with

this match rule, but maildrop says it doesn't match.  Any ideas?

Matching /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+! / against 
X-Spam-Status: Yes, score=5.3 required=5.0 
tests=DATE_IN_FUTURE_03_06,  
EXTRA_MPART_TYPE,HTML_20_30,HTML_IMAGE_ONLY_32,HTML_MESSAGE,TW_WT   
autolearn=no version=3.1.5

Not matched.

What does the line look like in your mailfilter script? We had 
problems with the mailfilter script included with Toaster (not just a 
quota issue) which is another reason it's not used right now, BTW.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] SRS and Qmail

2006-09-25 Thread Alex
I am having issues with forwarding mail to SPF enabled recipient
domains. I read that you can rewrite headers with SRS to avoid
rejections.

Is there a working patch for qmailtoaster or a howto to deal with this
issue? 

Is SRS the only way to deal with this or are there any other methods?

Thank you.


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] rosetta

2006-09-25 Thread Eric \Shubes\
I just came across this, and thought it might be of interest to those 
working on translation.

https://launchpad.net/rosetta
--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Squirrelmail

2006-09-25 Thread Mark Samples
I have had quite a few of these recently, the spammers are resorting to 
whatever methods they
can to get by. 
Jake Vickers wrote:



Michael Handiboe wrote:


Stanley Robins wrote:


hi all

I am receiving complaints that when my users receive emails in 
squirrelmail they see white box and cannot read anything, but if 
they select the white box with select all, they can see the html, 
also i checked it works with squirrelmail default theme, but with 
other themes/skins it does not seem to work, what can be done now ? 
i googled it but no avail..  and this happens in FF, opera, ie


thank you




Sounds like the text as it's displayed in the browser has the same 
color as the background color of the browser ...


I've seen this with spam before. They usually put the text as the same 
color as the background, and then overlay a gif advertising their 
pills over it all. Helps them get by spamassassin and bayesian filters.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] maildrip, er maildrop --- mailfilter

2006-09-25 Thread Mark Samples
I am pretty sure it's working now, I just like to test for a while and 
be for sure before I put it
out.  There are some minor mods to the filter (some extra checking) as 
well as some regex
changes, it appears the regex parsing may have changed.  The old one 
would not work with
the '!' characters, I guess the original maildrop (a version or 2 ago) 
did.  If any of you are
interested in further testing it, let me know, I'll email it to you or 
upload it.

Michael Amster wrote:

Make sure that your whitespace are exact in your match pattern - do 
not assume that they are spaces - you may need to match \w or whatever 
the regex expression for Maildrop may be.

-MA

Jake Vickers wrote:


Mark Samples wrote:

Here is a stderr dump with VERBOSE turned on, I don't see what's 
wrong with

this match rule, but maildrop says it doesn't match.  Any ideas?

Matching /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+! / against 
X-Spam-Status: Yes, score=5.3 required=5.0 
tests=DATE_IN_FUTURE_03_06,  
EXTRA_MPART_TYPE,HTML_20_30,HTML_IMAGE_ONLY_32,HTML_MESSAGE,TW_WT   
autolearn=no version=3.1.5

Not matched.

What does the line look like in your mailfilter script? We had 
problems with the mailfilter script included with Toaster (not just a 
quota issue) which is another reason it's not used right now, BTW.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] mfcheck

2006-09-25 Thread Jean-Paul van de Plasse



Hi,

Has anyone ever looked into implementing mail from 
check.
To me it seems very nice to check if the remote mx 
works, and if the sender adress exists.
The one patch for qmail with both these 
optionsI could find with this is not very compatible with 
qmail-toaster.

Regards,

Jean-Paul




[qmailtoaster] Herramientas para visualizar logs - a los Españoles

2006-09-25 Thread Ariel
Hola  queria saber si existe alguna herramienta que facilite la visualizacion de los log del Qmail - toaster ? De ser asi porfavor envienme el nombre Gracias


Re: [qmailtoaster] mfcheck

2006-09-25 Thread Eric \Shubes\

Jean-Paul van de Plasse wrote:

Hi,
 
Has anyone ever looked into implementing mail from check.
To me it seems very nice to check if the remote mx works, and if the 
sender adress exists.
The one patch for qmail with both these options I could find with this 
is not very compatible with qmail-toaster.
 
Regards,
 
Jean-Paul
 
 
qmail-toaster uses chkuser (http://www.interazioni.it/opensource/chkuser/) 
for this type of functionality. It checks for valid format and MX domain of 
sender address. You might contact the author (Tonino, he's very nice) via 
http://www.interazioni.it/opensource/chkuser/support/ to request this 
capability.

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Herramientas para visualizar logs - a los Españoles

2006-09-25 Thread Daniel R. Hdez Leal



Puedes usar el mismo webmin para eso, lo unico que 
tienes que agregarlo por servicio.

  - Original Message - 
  From: 
  Ariel 
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Monday, September 25, 2006 2:06 
  PM
  Subject: [qmailtoaster] Herramientas para 
  visualizar logs - a los Españoles
  Hola  queria 
  saber si existe alguna herramienta que facilite la visualizacion de los log 
  del Qmail - toaster ? De ser asi porfavor envienme el nombre 
  Gracias


Re: [qmailtoaster] SRS and Qmail

2006-09-25 Thread Erik Espinoza

I am having issues with forwarding mail to SPF enabled recipient
domains. I read that you can rewrite headers with SRS to avoid
rejections.


Currently the QmailToaster doesn't support SRS. This is being worked
on, but it is a tough thing to implement properly


Is there a working patch for qmailtoaster or a howto to deal with this
issue?


No. There are no Qmail SRS Patches. There is a hack to do it via mutt,
available here:
http://wooledge.org/~greg/qmail-srs.html



Is SRS the only way to deal with this or are there any other methods?


Yes, pretty much. It's why I dislike SPF. . .

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] maildrip, er maildrop --- mailfilter

2006-09-25 Thread Jake Vickers

Mark Samples wrote:
I am pretty sure it's working now, I just like to test for a while and 
be for sure before I put it
out.  There are some minor mods to the filter (some extra checking) as 
well as some regex
changes, it appears the regex parsing may have changed.  The old one 
would not work with
the '!' characters, I guess the original maildrop (a version or 2 ago) 
did.  If any of you are
interested in further testing it, let me know, I'll email it to you or 
upload it.

Michael Amster wrote:

That'd be great. When you're all done testing, send it to me off-list, 
and I'll post it on my site.

Thanks.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SRS and Qmail

2006-09-25 Thread alex
Could I work around this issue by using a ezmlm mailing list in
qmailtoaster for forwarding mail to an external recepient list instead of
having an alias?

 I am having issues with forwarding mail to SPF enabled recipient
 domains. I read that you can rewrite headers with SRS to avoid
 rejections.

 Currently the QmailToaster doesn't support SRS. This is being worked
 on, but it is a tough thing to implement properly

 Is there a working patch for qmailtoaster or a howto to deal with this
 issue?

 No. There are no Qmail SRS Patches. There is a hack to do it via mutt,
 available here:
 http://wooledge.org/~greg/qmail-srs.html


 Is SRS the only way to deal with this or are there any other methods?

 Yes, pretty much. It's why I dislike SPF. . .

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] SRS and Qmail

2006-09-25 Thread Erik Espinoza

Yes

On 9/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Could I work around this issue by using a ezmlm mailing list in
qmailtoaster for forwarding mail to an external recepient list instead of
having an alias?

 I am having issues with forwarding mail to SPF enabled recipient
 domains. I read that you can rewrite headers with SRS to avoid
 rejections.

 Currently the QmailToaster doesn't support SRS. This is being worked
 on, but it is a tough thing to implement properly

 Is there a working patch for qmailtoaster or a howto to deal with this
 issue?

 No. There are no Qmail SRS Patches. There is a hack to do it via mutt,
 available here:
 http://wooledge.org/~greg/qmail-srs.html


 Is SRS the only way to deal with this or are there any other methods?

 Yes, pretty much. It's why I dislike SPF. . .

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Thanks to SURBL QmailToaster Page

2006-09-25 Thread Erik Espinoza

Hey Guys,

Just wanted to say thanks to all involved in the SURBL page. I have
just turned SURBL on for my server and this is a big time improvement.

Thanks for the help community.

Erik

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread George Sweetnam
Title: Message



Make sure to login to your registrars account and 
modify the name servers created for your domian (for directnic I choose the 
"modify name servers") This is not to be confused with modifying dns 
servers listed for your domain. If it's not changed there nothing will 
update properly. Also, don't be fooled into thinking changing ip's will 
work. It's named based...the ip's will follow. 

Actually, upon reading your zone file... try 
updating the serial... it was last updated in 2004 according to it's 
value.

George


- Original Message - 

From: Chris Marcellin 
To: qmailtoaster-list@qmailtoaster.com 

Sent: Sunday, September 24, 2006 4:42 PM
Subject: Re: [qmailtoaster] can not recieve mail
oh, you said parent servers. sorry, i thought you meant my "DNS 
bind" servers. yeah, it does look like it is stemming from the parent servers, 
but, unfortunately i have no control over that, and like i said it's had more 
than enough time to propagate. is there a way to fix this?Chris 
Marcellin wrote: 
Jon;I know, 
  that's the test i did to confirm my problems. The records at my parent servers 
  are fine.here's a copy of my bind zone file for 
  canus.org:$TTL 86400$ORIGIN 
  canus.org.@ 
  IN SOA ns1.canus.org. 
  postmaster.canus.org. 
  ( 
  2004042731 ; 
  serial 
  21600 ; 
  refresh 
  3600 ; 
  retry 
  604800 ; 
  expires 
  86400 ) ; 
  minimum 
  IN NS 
  ns1.canus.org. 
  IN NS 
  ns.teksavvy.com. 
  IN NS 
  mail.canus.org. 
  IN MX 
  10 
  webmail.canus.org. 
  IN A 
  206.248.143.18ns1 
  IN A 
  206.248.143.18mail 
  IN A 
  206.248.143.19www 
  IN A 
  206.248.143.18pop3 
  IN A 
  206.248.143.19smtp 
  IN A 
  206.248.143.19webmail 
  IN A 
  206.248.143.19_domainkey.canus.org IN TXT "t=y; o=-; [EMAIL PROTECTED]"private._domainkey 
  IN TXT "k=rsa; 
  p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB"canus.org. 
  IN TXT "v=spf1 
  ip4:206.248.143.16/29 ip4:206.248.139.43 a mx ptr 
  ~all"webmail.canus.org. 
  IN TXT "v=spf1 a -all"Jon 
  Darrington wrote: 
  

Chris,

Have a quick look at:

http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

it 
suggests that the problems stem from differences with your records at your 
parent servers.

Hope this helps,

Jon

  -Original Message-From: Chris 
  Marcellin [mailto:[EMAIL PROTECTED]] Sent: 
  24 September 2006 21:21To: qmailtoaster-list@qmailtoaster.comSubject: 
  Re: [qmailtoaster] can not recieve mailto make 
  matters even more interesting. i have a dns problem. i can't figure it 
  out, as well, and my ISP's DNS administrator can't figure it out too. a 
  while back, my dns servers were, ns.canus.org and ns1.canus.org, 
  ns1.teksavvy.com. however, i changed that to ns1.canus.org, and 
  mail.canus.org. i did all the configurations correctly, and it's been 
  about 4 weeks now that i have made the changes, so, it has had 
  plenty of time for the root servers to propagate. but, the root servers 
  still have ns.canus.org in their database. and because of that, my dns 
  isn't working perfectly. anyone have any ideas what the problem or 
  solution can be.Jon Darrington wrote: 
  

Hi Chris,

I could not get an smtp reply or any other typical 
response(http, https, icmp - ping), so thought there was no server 
there- hence the question as to had your ip 
changed.

Glad it's all sorted now,

Jon

  -Original Message-From: Chris 
  Marcellin [mailto:[EMAIL PROTECTED]] 
  Sent: 24 September 2006 15:27To: qmailtoaster-list@qmailtoaster.comSubject: 
  Re: [qmailtoaster] can not recieve mailHi 
  Jon;sorry, i should have replied back to my message. the funny 
  thing is, when i connection got dropped, and while i was 
  troubleshooting it with my ISP, they forgot tore-enable my subnet 
  of static ip's. i finally figured that out when i just couldn't get 
  any sort of replied from outside regarding smtp. i then called them 
  and askedif whether my static ip's were set, ps.so, I 
  thank you Jon. just out of curiosity, what sort of replies did you get 
  when you looked up those ip's below?ChrisJon 
  Darrington wrote: 
  



Chris,

I have 
no idea of what kind of connnection you are on, but have you checked 
that when the connection was dropped they did not change your 
ip.

I 
have just done a couple of lookups and get different replies ie 
206.248.143.18 and 206.248.143.19 for 
smtp.canus.org.

Regards,

Jon
 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread George Sweetnam
Title: Message



 
2004042731 ; serial

- Original Message - 
From: Chris Marcellin 
To: qmailtoaster-list@qmailtoaster.com 

Sent: Monday, September 25, 2006 8:41 PM
Subject: Re: [qmailtoaster] can not recieve mail
I hear you. I already went to my registrar's DNS configuration, 
and updated it. The last time i changed the serial was yesterday. what do you 
mean last updated in 2004? how can you determine by the serial the last update, 
this is new to me, please give me more info.Thans GeorgeGeorge 
Sweetnam wrote: 

  
  Make sure to login to your registrars account and 
  modify the name servers created for your domian (for directnic I choose the 
  "modify name servers") This is not to be confused with modifying dns 
  servers listed for your domain. If it's not changed there nothing will 
  update properly. Also, don't be fooled into thinking changing ip's will 
  work. It's named based...the ip's will follow. 
  
  Actually, upon reading your zone file... try 
  updating the serial... it was last updated in 2004 according to it's 
  value.
  
  George
  
  
  - Original Message - 
  
  From: 
  Chris Marcellin 
  
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Sunday, September 24, 2006 4:42 PM
  Subject: Re: [qmailtoaster] can not recieve mail
  oh, you said parent servers. sorry, i thought you meant my "DNS 
  bind" servers. yeah, it does look like it is stemming from the parent servers, 
  but, unfortunately i have no control over that, and like i said it's had more 
  than enough time to propagate. is there a way to fix this?Chris 
  Marcellin wrote: 
  Jon;I 
know, that's the test i did to confirm my problems. The records at my parent 
servers are fine.here's a copy of my bind zone file for 
canus.org:$TTL 86400$ORIGIN 
canus.org.@ 
IN SOA ns1.canus.org. 
postmaster.canus.org. 
( 
2004042731 ; 
serial 
21600 ; 
refresh 
3600 ; 
retry 
604800 ; 
expires 
86400 ) ; 
minimum 
IN NS 
ns1.canus.org. 
IN NS 
ns.teksavvy.com. 
IN NS 
mail.canus.org. 
IN MX 
10 
webmail.canus.org. 
IN A 
206.248.143.18ns1 
IN A 
206.248.143.18mail 
IN A 
206.248.143.19www 
IN A 
206.248.143.18pop3 
IN A 
206.248.143.19smtp 
IN A 
206.248.143.19webmail 
IN A 
206.248.143.19_domainkey.canus.org IN TXT "t=y; o=-; [EMAIL PROTECTED]"private._domainkey 
IN TXT "k=rsa; 
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB"canus.org. 
IN TXT "v=spf1 
ip4:206.248.143.16/29 ip4:206.248.139.43 a mx ptr 
~all"webmail.canus.org. 
IN TXT "v=spf1 a -all"Jon 
Darrington wrote: 

  
  Chris,
  
  Have a quick look at:
  
  http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org
  
  it suggests that the problems stem from differences with your 
  records at your parent servers.
  
  Hope this helps,
  
  Jon
  
-Original Message-From: Chris 
Marcellin [mailto:[EMAIL PROTECTED]] 
Sent: 24 September 2006 21:21To: qmailtoaster-list@qmailtoaster.comSubject: 
Re: [qmailtoaster] can not recieve mailto make 
matters even more interesting. i have a dns problem. i can't figure it 
out, as well, and my ISP's DNS administrator can't figure it out too. a 
while back, my dns servers were, ns.canus.org and ns1.canus.org, 
ns1.teksavvy.com. however, i changed that to ns1.canus.org, and 
mail.canus.org. i did all the configurations correctly, and it's been 
about 4 weeks now that i have made the changes, so, it has had 
plenty of time for the root servers to propagate. but, the root servers 
still have ns.canus.org in their database. and because of that, my dns 
isn't working perfectly. anyone have any ideas what the problem or 
solution can be.Jon Darrington wrote: 

  
  Hi Chris,
  
  I could not get an smtp reply or any other typical 
  response(http, https, icmp - ping), so thought there was no 
  server there- hence the question as to had your ip 
  changed.
  
  Glad it's all sorted now,
  
  Jon
  
-Original Message-From: Chris 
Marcellin [mailto:[EMAIL PROTECTED]] 
Sent: 24 September 2006 15:27To: qmailtoaster-list@qmailtoaster.comSubject: 
Re: [qmailtoaster] can not recieve mailHi 
Jon;sorry, i should have replied back to my message. the 
funny thing is, when i connection got dropped, and while i was 
troubleshooting it with my ISP, they forgot tore-enable my 
subnet of static ip's. i finally figured that out when i just 
couldn't get any sort of replied from outside regarding smtp. i 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Erik Espinoza

looks like _domiankey.canus.org is missing a period.

Erik

On 9/24/06, Chris Marcellin [EMAIL PROTECTED] wrote:


 Jon;

 I know, that's the test i did to confirm my problems. The records at my
parent servers are fine.
 here's a copy of my bind zone file for canus.org:

 $TTL86400
 $ORIGIN canus.org.
 @   IN  SOA ns1.canus.org. postmaster.canus.org. (
 2004042731  ; serial
 21600   ; refresh
 3600; retry
 604800  ; expires
 86400 ) ; minimum


 IN  NS  ns1.canus.org.

 IN  NS  ns.teksavvy.com.

 IN  NS  mail.canus.org.

 IN  MX  10  webmail.canus.org.

 IN  A   206.248.143.18


 ns1 IN  A   206.248.143.18
 mailIN  A   206.248.143.19
 www IN  A   206.248.143.18
 pop3IN  A   206.248.143.19
 smtpIN  A   206.248.143.19
 webmail IN  A   206.248.143.19

 _domainkey.canus.org IN TXT t=y; o=-; [EMAIL PROTECTED]

 private._domainkey  IN  TXT k=rsa;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA
IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB

 canus.org.  IN  TXT v=spf1 ip4:206.248.143.16/29
ip4:206.24
 8.139.43 a mx ptr ~all

 webmail.canus.org.  IN  TXT v=spf1 a -all



 Jon Darrington wrote:

Chris,

Have a quick look at:

http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

it suggests that the problems stem from differences with your records at
your parent servers.

Hope this helps,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 21:21
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 to make matters even more interesting. i have a dns problem. i can't figure
it out, as well, and my ISP's DNS administrator can't figure it out too. a
while back, my dns servers were, ns.canus.org and ns1.canus.org,
ns1.teksavvy.com. however, i changed that to ns1.canus.org, and
mail.canus.org. i did all the configurations correctly, and it's been about
4 weeks now that i have made the changes,  so, it has had plenty of time for
the root servers to propagate. but, the root servers still have ns.canus.org
in their database. and because of that, my dns isn't working perfectly.
anyone have any ideas what the problem or solution can be.



 Jon Darrington wrote:

Hi Chris,

I could not get an smtp reply or any other typical response (http, https,
icmp - ping), so thought there was no server there - hence the question as
to had your ip changed.

Glad it's all sorted now,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 15:27
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 Hi Jon;

 sorry, i should have replied back to my message. the funny thing is, when i
connection got dropped, and while i was troubleshooting it with my ISP, they
forgot to
 re-enable my subnet of static ip's. i finally figured that out when i just
couldn't get any sort of replied from outside regarding smtp. i then called
them and asked
 if whether my static ip's were set, ps.
 so, I thank you Jon. just out of curiosity, what sort of replies did you
get when you looked up those ip's below?

 Chris

 Jon Darrington wrote:

Chris,

I have no idea of what kind of connnection you are on, but have you checked
that when the connection was dropped they did not change your ip.

I have just done a couple of lookups and get different replies ie
206.248.143.18 and 206.248.143.19 for smtp.canus.org.

Regards,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 23 September 2006 20:02
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] can not recieve mail




Hi everyone;

yesterday, my connection got dropped for about 2 hours.

and ever since then, i can send mail, but, for some very strange

reason, i can not receive mail. I pretty much played with everything i
thought of. turned off the firewall on the toaster, checked to make sure the
right ports (smtp, pop3, imap, http, etc..) were open on my router. checked
the queue (nothing), checked my smtp, send, pop3 logs, nothing shows up in
them when i try to send myself a mail from hotmail for example. and like i
said, when i send, the logs are updated. it's as if there isn't a hole open
for smtp. anyone have any ideas? Please, I'm desperate. Unfortuanatley, even
if you answer, i won't get it. so, i would appreciate it if you could mail
me at [EMAIL PROTECTED]

Oh, i forgot a couple of things. i re-installed the toaster, thinking
something perhaps went wrong 

Re: [qmailtoaster] Herramientas para visualizar logs - a los Españoles

2006-09-25 Thread Fede
Te recomiendo QMLog, está incluido en qmail toaster plus, echale un 
vistazo en el wiki.


Otra alternativa, es usar el 'tail' de toda la vida ;-)

Saludos,
Fede


Ariel wrote:

Hola
queria saber si existe alguna herramienta que facilite la 
visualizacion de los log del Qmail - toaster ?


De ser asi porfavor envienme el nombre

Gracias


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Erik Espinoza

Looking at your dns, you don't have an smtp.canus.org.

On 9/23/06, Chris Marcellin [EMAIL PROTECTED] wrote:





Hi everyone;

yesterday, my connection got dropped for about 2 hours.

and ever since then, i can send mail, but, for some very strange

reason, i can not receive mail. I pretty much played with everything i
thought of. turned off the firewall on the toaster, checked to make sure the
right ports (smtp, pop3, imap, http, etc..) were open on my router. checked
the queue (nothing), checked my smtp, send, pop3 logs, nothing shows up in
them when i try to send myself a mail from hotmail for example. and like i
said, when i send, the logs are updated. it's as if there isn't a hole open
for smtp. anyone have any ideas? Please, I'm desperate. Unfortuanatley, even
if you answer, i won't get it. so, i would appreciate it if you could mail
me at [EMAIL PROTECTED]

Oh, i forgot a couple of things. i re-installed the toaster, thinking
something perhaps went wrong with the box. but, to no avail. Now, when i try
to send mail with thunderbird, i get the following message:

I have an invalid certificate, and apparently i have the same serial number
as another one, i went and deleted all my certificates and serial numbers in
thunderbird, but, i keep on getting the same message. however, i can send
from outlook (odd!!!). the second message i get from  thunderbird is: can
not connect to smtp.canus.org, saying it is unavailable. yet, again, i can
send from outlook. Argh!!!

Thanx very much guys.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread George Sweetnam
True, it just has to be incremented, but it's hard to tell if it's been 
updated if it's not using the date.  Upon a second look it does appear 
someone has added another digit to it too... yuck.  I'd hate to try and keep 
up with the updates to zone files not in date format.

George

- Original Message - 
From: Erik Espinoza [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, September 25, 2006 8:46 PM
Subject: Re: [qmailtoaster] can not recieve mail


Serial numbesr do not have to follow the date. It's a suggestion and
not a requirement of the protocol.

Erik

On 9/25/06, Chris Marcellin [EMAIL PROTECTED] wrote:

  I hear you. I already went to my registrar's DNS configuration, and 
 updated
 it. The last time i changed the serial was yesterday. what do you mean 
 last
 updated in 2004? how can you determine by the serial the last update, this
 is new to me, please give me more info.
  Thans George


  George Sweetnam wrote:

 Make sure to login to your registrars account and modify the name servers
 created for your domian (for directnic I choose the modify name servers)
 This is not to be confused with modifying dns servers listed for your
 domain.  If it's not changed there nothing will update properly.  Also,
 don't be fooled into thinking changing ip's will work.  It's named
 based...the ip's will follow.

 Actually, upon reading your zone file... try updating the serial... it was
 last updated in 2004 according to it's value.

 George


 - Original Message -

 From: Chris Marcellin
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Sunday, September 24, 2006 4:42 PM
 Subject: Re: [qmailtoaster] can not recieve mail

  oh, you said parent servers. sorry, i thought you meant my DNS bind
 servers. yeah, it does look like it is stemming from the parent servers,
 but, unfortunately i have no control over that, and like i said it's had
 more than enough time to propagate. is there a way to fix this?

  Chris Marcellin wrote:
 Jon;

  I know, that's the test i did to confirm my problems. The records at my
 parent servers are fine.
  here's a copy of my bind zone file for canus.org:

  $TTL86400
  $ORIGIN canus.org.
  @   IN  SOA ns1.canus.org. postmaster.canus.org. (
  2004042731  ; serial
  21600   ; refresh
  3600; retry
  604800  ; expires
  86400 ) ; minimum


  IN  NS  ns1.canus.org.

  IN  NS  ns.teksavvy.com.

  IN  NS  mail.canus.org.

  IN  MX  10  webmail.canus.org.

  IN  A   206.248.143.18


  ns1 IN  A   206.248.143.18
  mailIN  A   206.248.143.19
  www IN  A   206.248.143.18
  pop3IN  A   206.248.143.19
  smtpIN  A   206.248.143.19
  webmail IN  A   206.248.143.19

  _domainkey.canus.org IN TXT t=y; o=-; [EMAIL PROTECTED]

  private._domainkey  IN  TXT k=rsa;
 p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA
 IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB

  canus.org.  IN  TXT v=spf1 ip4:206.248.143.16/29
 ip4:206.24
  8.139.43 a mx ptr ~all

  webmail.canus.org.  IN  TXT v=spf1 a -all



  Jon Darrington wrote:

 Chris,

 Have a quick look at:

 http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

 it suggests that the problems stem from differences with your records at
 your parent servers.

 Hope this helps,

 Jon

 -Original Message-
  From: Chris Marcellin [mailto:[EMAIL PROTECTED]
  Sent: 24 September 2006 21:21
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] can not recieve mail

  to make matters even more interesting. i have a dns problem. i can't 
 figure
 it out, as well, and my ISP's DNS administrator can't figure it out too. a
 while back, my dns servers were, ns.canus.org and ns1.canus.org,
 ns1.teksavvy.com. however, i changed that to ns1.canus.org, and
 mail.canus.org. i did all the configurations correctly, and it's been 
 about
 4 weeks now that i have made the changes,  so, it has had plenty of time 
 for
 the root servers to propagate. but, the root servers still have 
 ns.canus.org
 in their database. and because of that, my dns isn't working perfectly.
 anyone have any ideas what the problem or solution can be.



  Jon Darrington wrote:

 Hi Chris,

 I could not get an smtp reply or any other typical response (http, https,
 icmp - ping), so thought there was no server there - hence the question as
 to had your ip changed.

 Glad it's all sorted now,

 Jon

 -Original Message-
  From: Chris Marcellin [mailto:[EMAIL PROTECTED]
  Sent: 24 September 2006 15:27
  To: 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Chris Marcellin

this i did not know, thanx everyone!

Erik Espinoza wrote:

Serial numbesr do not have to follow the date. It's a suggestion and
not a requirement of the protocol.

Erik

On 9/25/06, Chris Marcellin [EMAIL PROTECTED] wrote:


 I hear you. I already went to my registrar's DNS configuration, and 
updated
it. The last time i changed the serial was yesterday. what do you 
mean last
updated in 2004? how can you determine by the serial the last update, 
this

is new to me, please give me more info.
 Thans George


 George Sweetnam wrote:

Make sure to login to your registrars account and modify the name 
servers
created for your domian (for directnic I choose the modify name 
servers)

This is not to be confused with modifying dns servers listed for your
domain.  If it's not changed there nothing will update properly.  Also,
don't be fooled into thinking changing ip's will work.  It's named
based...the ip's will follow.

Actually, upon reading your zone file... try updating the serial... 
it was

last updated in 2004 according to it's value.

George


- Original Message -

From: Chris Marcellin
To: qmailtoaster-list@qmailtoaster.com
Sent: Sunday, September 24, 2006 4:42 PM
Subject: Re: [qmailtoaster] can not recieve mail

 oh, you said parent servers. sorry, i thought you meant my DNS bind
servers. yeah, it does look like it is stemming from the parent servers,
but, unfortunately i have no control over that, and like i said it's had
more than enough time to propagate. is there a way to fix this?

 Chris Marcellin wrote:
Jon;

 I know, that's the test i did to confirm my problems. The records at my
parent servers are fine.
 here's a copy of my bind zone file for canus.org:

 $TTL86400
 $ORIGIN canus.org.
 @   IN  SOA ns1.canus.org. postmaster.canus.org. (
 2004042731  ; serial
 21600   ; refresh
 3600; retry
 604800  ; expires
 86400 ) ; minimum


 IN  NS  ns1.canus.org.

 IN  NS  ns.teksavvy.com.

 IN  NS  mail.canus.org.

 IN  MX  10  webmail.canus.org.

 IN  A   206.248.143.18


 ns1 IN  A   206.248.143.18
 mailIN  A   206.248.143.19
 www IN  A   206.248.143.18
 pop3IN  A   206.248.143.19
 smtpIN  A   206.248.143.19
 webmail IN  A   206.248.143.19

 _domainkey.canus.org IN TXT t=y; o=-; [EMAIL PROTECTED]

 private._domainkey  IN  TXT k=rsa;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA
IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB 



 canus.org.  IN  TXT v=spf1 ip4:206.248.143.16/29
ip4:206.24
 8.139.43 a mx ptr ~all

 webmail.canus.org.  IN  TXT v=spf1 a -all



 Jon Darrington wrote:

Chris,

Have a quick look at:

http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

it suggests that the problems stem from differences with your records at
your parent servers.

Hope this helps,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 21:21
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 to make matters even more interesting. i have a dns problem. i can't 
figure
it out, as well, and my ISP's DNS administrator can't figure it out 
too. a

while back, my dns servers were, ns.canus.org and ns1.canus.org,
ns1.teksavvy.com. however, i changed that to ns1.canus.org, and
mail.canus.org. i did all the configurations correctly, and it's been 
about
4 weeks now that i have made the changes,  so, it has had plenty of 
time for
the root servers to propagate. but, the root servers still have 
ns.canus.org

in their database. and because of that, my dns isn't working perfectly.
anyone have any ideas what the problem or solution can be.



 Jon Darrington wrote:

Hi Chris,

I could not get an smtp reply or any other typical response (http, 
https,
icmp - ping), so thought there was no server there - hence the 
question as

to had your ip changed.

Glad it's all sorted now,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 15:27
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 Hi Jon;

 sorry, i should have replied back to my message. the funny thing is, 
when i
connection got dropped, and while i was troubleshooting it with my 
ISP, they

forgot to
 re-enable my subnet of static ip's. i finally figured that out when 
i just
couldn't get any sort of replied from outside regarding smtp. i then 
called

them and asked
 if whether my static ip's were set, ps.
 so, I thank you Jon. just out of curiosity, 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Chris Marcellin
Title: Message




so, the correct serial would be:
2006042731
what is the 042731 then, month, day, then that leaves 31
so, 20060925(what for the last 2 digits?)

George Sweetnam wrote:

  
  
  
   2004042731 ; serial
  
  -
Original Message -
  From:
  Chris
Marcellin 
  To: qmailtoaster-list@qmailtoaster.com
  
  Sent: Monday, September 25, 2006 8:41 PM
  Subject: Re: [qmailtoaster] can not recieve mail
  
  
  
I hear you. I already went to my registrar's DNS configuration, and
updated it. The last time i changed the serial was yesterday. what do
you mean last updated in 2004? how can you determine by the serial the
last update, this is new to me, please give me more info.
Thans George
  
George Sweetnam wrote:
  

Make sure to login to your
registrars account and modify the name servers created for your domian
(for directnic I choose the "modify name servers") This is not to be
confused with modifying dns servers listed for your domain. If it's
not changed there nothing will update properly. Also, don't be fooled
into thinking changing ip's will work. It's named based...the ip's
will follow. 

Actually, upon reading your zone
file... try updating the serial... it was last updated in 2004
according to it's value.

George


- Original Message - 

From:
Chris
Marcellin 
To: qmailtoaster-list@qmailtoaster.com

Sent: Sunday, September 24, 2006 4:42 PM
Subject: Re: [qmailtoaster] can not recieve mail



oh, you said parent servers. sorry, i thought you meant my "DNS bind"
servers. yeah, it does look like it is stemming from the parent
servers, but, unfortunately i have no control over that, and like i
said it's had more than enough time to propagate. is there a way to fix
this?

Chris Marcellin wrote:
Jon;
  
I know, that's the test i did to confirm my problems. The records at my
parent servers are fine.
here's a copy of my bind zone file for canus.org:
  
$TTL 86400
$ORIGIN canus.org.
@ IN SOA ns1.canus.org. postmaster.canus.org. (
 2004042731 ; serial
 21600 ; refresh
 3600 ; retry
 604800 ; expires
 86400 ) ; minimum
  
  
 IN NS ns1.canus.org.
  
 IN NS ns.teksavvy.com.
  
 IN NS mail.canus.org.
  
 IN MX 10 webmail.canus.org.
  
 IN A 206.248.143.18
  
  
ns1 IN A 206.248.143.18
mail IN A 206.248.143.19
www IN A 206.248.143.18
pop3 IN A 206.248.143.19
smtp IN A 206.248.143.19
webmail IN A 206.248.143.19
  
_domainkey.canus.org IN TXT "t=y; o=-; [EMAIL PROTECTED]"
  
private._domainkey IN TXT "k=rsa;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA
IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB"
  
canus.org. IN TXT "v=spf1 ip4:206.248.143.16/29
ip4:206.24
8.139.43 a mx ptr ~all"
  
webmail.canus.org. IN TXT "v=spf1 a -all"
  
  
  
Jon Darrington wrote:
  

Chris,

Have a quick look at:

http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

it suggests that the problems stem from
differences with your records at your parent servers.

Hope this helps,

Jon

  -Original Message-
  From: Chris Marcellin [mailto:[EMAIL PROTECTED]] 
  Sent: 24 September 2006 21:21
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] can not recieve mail
  
  
to make matters even more interesting. i have a dns problem. i can't
figure it out, as well, and my ISP's DNS administrator can't figure it
out too. a while back, my dns servers were, ns.canus.org and
ns1.canus.org, ns1.teksavvy.com. however, i changed that to
ns1.canus.org, and mail.canus.org. i did all the configurations
correctly, and it's been about 4 weeks now that i have made the
changes, so, it has had plenty of time for the root servers to
propagate. but, the root servers still have ns.canus.org in their
database. and because of that, my dns isn't working perfectly. anyone
have any ideas what the problem or solution can be.
  
  
  
Jon Darrington wrote:
  

Hi Chris,

I could not get an smtp reply or any other
typical response(http, https, icmp - ping), so thought there was no
server there- hence the question as to had your ip changed.

Glad it's all sorted now,

Jon

  -Original Message-
  From: Chris Marcellin [mailto:[EMAIL PROTECTED]]
  
  Sent: 24 September 2006 15:27
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] can not recieve mail
  
  
Hi Jon;
  
sorry, i should have replied back to my message. the funny thing is,
when i connection got dropped,

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Chris Marcellin

like so:
_domainkey.canus.org. IN TXT t=y; o=-; [EMAIL PROTECTED]

Erik Espinoza wrote:

looks like _domiankey.canus.org is missing a period.

Erik

On 9/24/06, Chris Marcellin [EMAIL PROTECTED] wrote:


 Jon;

 I know, that's the test i did to confirm my problems. The records at my
parent servers are fine.
 here's a copy of my bind zone file for canus.org:

 $TTL86400
 $ORIGIN canus.org.
 @   IN  SOA ns1.canus.org. postmaster.canus.org. (
 2004042731  ; serial
 21600   ; refresh
 3600; retry
 604800  ; expires
 86400 ) ; minimum


 IN  NS  ns1.canus.org.

 IN  NS  ns.teksavvy.com.

 IN  NS  mail.canus.org.

 IN  MX  10  webmail.canus.org.

 IN  A   206.248.143.18


 ns1 IN  A   206.248.143.18
 mailIN  A   206.248.143.19
 www IN  A   206.248.143.18
 pop3IN  A   206.248.143.19
 smtpIN  A   206.248.143.19
 webmail IN  A   206.248.143.19

 _domainkey.canus.org IN TXT t=y; o=-; [EMAIL PROTECTED]

 private._domainkey  IN  TXT k=rsa;
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA
IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB 



 canus.org.  IN  TXT v=spf1 ip4:206.248.143.16/29
ip4:206.24
 8.139.43 a mx ptr ~all

 webmail.canus.org.  IN  TXT v=spf1 a -all



 Jon Darrington wrote:

Chris,

Have a quick look at:

http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org

it suggests that the problems stem from differences with your records at
your parent servers.

Hope this helps,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 21:21
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 to make matters even more interesting. i have a dns problem. i can't 
figure
it out, as well, and my ISP's DNS administrator can't figure it out 
too. a

while back, my dns servers were, ns.canus.org and ns1.canus.org,
ns1.teksavvy.com. however, i changed that to ns1.canus.org, and
mail.canus.org. i did all the configurations correctly, and it's been 
about
4 weeks now that i have made the changes,  so, it has had plenty of 
time for
the root servers to propagate. but, the root servers still have 
ns.canus.org

in their database. and because of that, my dns isn't working perfectly.
anyone have any ideas what the problem or solution can be.



 Jon Darrington wrote:

Hi Chris,

I could not get an smtp reply or any other typical response (http, 
https,
icmp - ping), so thought there was no server there - hence the 
question as

to had your ip changed.

Glad it's all sorted now,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 24 September 2006 15:27
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] can not recieve mail

 Hi Jon;

 sorry, i should have replied back to my message. the funny thing is, 
when i
connection got dropped, and while i was troubleshooting it with my 
ISP, they

forgot to
 re-enable my subnet of static ip's. i finally figured that out when 
i just
couldn't get any sort of replied from outside regarding smtp. i then 
called

them and asked
 if whether my static ip's were set, ps.
 so, I thank you Jon. just out of curiosity, what sort of replies did 
you

get when you looked up those ip's below?

 Chris

 Jon Darrington wrote:

Chris,

I have no idea of what kind of connnection you are on, but have you 
checked

that when the connection was dropped they did not change your ip.

I have just done a couple of lookups and get different replies ie
206.248.143.18 and 206.248.143.19 for smtp.canus.org.

Regards,

Jon

-Original Message-
 From: Chris Marcellin [mailto:[EMAIL PROTECTED]
 Sent: 23 September 2006 20:02
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] can not recieve mail




Hi everyone;

yesterday, my connection got dropped for about 2 hours.

and ever since then, i can send mail, but, for some very strange

reason, i can not receive mail. I pretty much played with everything i
thought of. turned off the firewall on the toaster, checked to make 
sure the
right ports (smtp, pop3, imap, http, etc..) were open on my router. 
checked
the queue (nothing), checked my smtp, send, pop3 logs, nothing shows 
up in
them when i try to send myself a mail from hotmail for example. and 
like i
said, when i send, the logs are updated. it's as if there isn't a 
hole open
for smtp. anyone have any ideas? Please, I'm desperate. 
Unfortuanatley, even
if you answer, i won't get it. so, i would appreciate it if you could 
mail

me at 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Chris Marcellin

sure i do:
smtpIN  A   206.248.143.19
or, you don't mean an A record?

Erik Espinoza wrote:

Looking at your dns, you don't have an smtp.canus.org.

On 9/23/06, Chris Marcellin [EMAIL PROTECTED] wrote:





Hi everyone;

yesterday, my connection got dropped for about 2 hours.

and ever since then, i can send mail, but, for some very strange

reason, i can not receive mail. I pretty much played with everything i
thought of. turned off the firewall on the toaster, checked to make 
sure the
right ports (smtp, pop3, imap, http, etc..) were open on my router. 
checked
the queue (nothing), checked my smtp, send, pop3 logs, nothing shows 
up in
them when i try to send myself a mail from hotmail for example. and 
like i
said, when i send, the logs are updated. it's as if there isn't a 
hole open
for smtp. anyone have any ideas? Please, I'm desperate. 
Unfortuanatley, even
if you answer, i won't get it. so, i would appreciate it if you could 
mail

me at [EMAIL PROTECTED]

Oh, i forgot a couple of things. i re-installed the toaster, thinking
something perhaps went wrong with the box. but, to no avail. Now, 
when i try

to send mail with thunderbird, i get the following message:

I have an invalid certificate, and apparently i have the same serial 
number
as another one, i went and deleted all my certificates and serial 
numbers in
thunderbird, but, i keep on getting the same message. however, i can 
send
from outlook (odd!!!). the second message i get from  thunderbird is: 
can
not connect to smtp.canus.org, saying it is unavailable. yet, again, 
i can

send from outlook. Argh!!!

Thanx very much guys.


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Chris Marcellin




i just did a search on bind and serial numbers, here's some interesting
reading, thank for the tip guys, also, i added the . (period) on my
domainkeys
Serial-no
A serial number for the current configuration; a number you
increment each time you change your configuration so that slave servers
know they have to update their information for you. This number is
usually in a date format, MMDD, with a double digit number tagged
to the end. This allows you to do multiple edits each day with a serial
number that both increments and reflects the date on which the change
was made. 
Each slave periodically checks the serial number to see whether it
has changed. If the current number on the server is higher than the one
representing the slave's configuration information, the slave will
perform a zone transfer. 2006012103 is the serial number in our example
zone file.


Erik Espinoza wrote:
Serial numbesr do not have to follow the date. It's a
suggestion and
  
not a requirement of the protocol.
  
  
Erik
  
  
On 9/25/06, Chris Marcellin [EMAIL PROTECTED] wrote:
  
  
I hear you. I already went to my registrar's DNS configuration, and
updated

it. The last time i changed the serial was yesterday. what do you mean
last

updated in 2004? how can you determine by the serial the last update,
this

is new to me, please give me more info.

Thans George



George Sweetnam wrote:


Make sure to login to your registrars account and modify the name
servers

created for your domian (for directnic I choose the "modify name
servers")

This is not to be confused with modifying dns servers listed for your

domain. If it's not changed there nothing will update properly. Also,

don't be fooled into thinking changing ip's will work. It's named

based...the ip's will follow.


Actually, upon reading your zone file... try updating the serial... it
was

last updated in 2004 according to it's value.


George



- Original Message -


From: Chris Marcellin

To: qmailtoaster-list@qmailtoaster.com

Sent: Sunday, September 24, 2006 4:42 PM

Subject: Re: [qmailtoaster] can not recieve mail


oh, you said parent servers. sorry, i thought you meant my "DNS bind"

servers. yeah, it does look like it is stemming from the parent
servers,

but, unfortunately i have no control over that, and like i said it's
had

more than enough time to propagate. is there a way to fix this?


Chris Marcellin wrote:

Jon;


I know, that's the test i did to confirm my problems. The records at
my

parent servers are fine.

here's a copy of my bind zone file for canus.org:


$TTL 86400

$ORIGIN canus.org.

@ IN SOA ns1.canus.org. postmaster.canus.org. (

 2004042731 ; serial

 21600 ; refresh

 3600 ; retry

 604800 ; expires

 86400 ) ; minimum



 IN NS ns1.canus.org.


 IN NS ns.teksavvy.com.


 IN NS mail.canus.org.


 IN MX 10 webmail.canus.org.


 IN A 206.248.143.18



ns1 IN A 206.248.143.18

mail IN A 206.248.143.19

www IN A 206.248.143.18

pop3 IN A 206.248.143.19

smtp IN A 206.248.143.19

webmail IN A 206.248.143.19


_domainkey.canus.org IN TXT "t=y; o=-; [EMAIL PROTECTED]"


private._domainkey IN TXT "k=rsa;

p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOA

IxAMAUw1o85CevJFR9sE6a271S5LNbKCAMnVCFQvnKvdZHhwxGd+nvwgtTSptGEylx1QIDAQAB"


canus.org. IN TXT "v=spf1 ip4:206.248.143.16/29

ip4:206.24

8.139.43 a mx ptr ~all"


webmail.canus.org. IN TXT "v=spf1 a -all"




Jon Darrington wrote:


Chris,


Have a quick look at:


http://www.dnsreport.com/tools/dnsreport.ch?domain=canus.org


it suggests that the problems stem from differences with your records
at

your parent servers.


Hope this helps,


Jon


-Original Message-

From: Chris Marcellin [mailto:[EMAIL PROTECTED]]

Sent: 24 September 2006 21:21

To: qmailtoaster-list@qmailtoaster.com

Subject: Re: [qmailtoaster] can not recieve mail


to make matters even more interesting. i have a dns problem. i can't
figure

it out, as well, and my ISP's DNS administrator can't figure it out
too. a

while back, my dns servers were, ns.canus.org and ns1.canus.org,

ns1.teksavvy.com. however, i changed that to ns1.canus.org, and

mail.canus.org. i did all the configurations correctly, and it's been
about

4 weeks now that i have made the changes, so, it has had plenty of
time for

the root servers to propagate. but, the root servers still have
ns.canus.org

in their database. and because of that, my dns isn't working perfectly.

anyone have any ideas what the problem or solution can be.




Jon Darrington wrote:


Hi Chris,


I could 

Re: [qmailtoaster] can not recieve mail

2006-09-25 Thread Erik Espinoza

I did the nslookup a few hours ago and it didn't come up. The DNS
server timed out. All other new lookups worked just fine, so perhaps
there was something going on with your authoratative servers.

It's working now.

Erik

On 9/25/06, Chris Marcellin [EMAIL PROTECTED] wrote:

sure i do:
smtpIN  A   206.248.143.19
or, you don't mean an A record?

Erik Espinoza wrote:
 Looking at your dns, you don't have an smtp.canus.org.

 On 9/23/06, Chris Marcellin [EMAIL PROTECTED] wrote:




 Hi everyone;

 yesterday, my connection got dropped for about 2 hours.

 and ever since then, i can send mail, but, for some very strange

 reason, i can not receive mail. I pretty much played with everything i
 thought of. turned off the firewall on the toaster, checked to make
 sure the
 right ports (smtp, pop3, imap, http, etc..) were open on my router.
 checked
 the queue (nothing), checked my smtp, send, pop3 logs, nothing shows
 up in
 them when i try to send myself a mail from hotmail for example. and
 like i
 said, when i send, the logs are updated. it's as if there isn't a
 hole open
 for smtp. anyone have any ideas? Please, I'm desperate.
 Unfortuanatley, even
 if you answer, i won't get it. so, i would appreciate it if you could
 mail
 me at [EMAIL PROTECTED]

 Oh, i forgot a couple of things. i re-installed the toaster, thinking
 something perhaps went wrong with the box. but, to no avail. Now,
 when i try
 to send mail with thunderbird, i get the following message:

 I have an invalid certificate, and apparently i have the same serial
 number
 as another one, i went and deleted all my certificates and serial
 numbers in
 thunderbird, but, i keep on getting the same message. however, i can
 send
 from outlook (odd!!!). the second message i get from  thunderbird is:
 can
 not connect to smtp.canus.org, saying it is unavailable. yet, again,
 i can
 send from outlook. Argh!!!

 Thanx very much guys.

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] block incoming/outgoing mails to certain domains..

2006-09-25 Thread Midhun Ramadas
Hi,Is it possible to block mails being send to some specific domain.For example, I am having a.com, b.com and c.com in my qmail server. 
For the c.com domain, I need to get and send mails only to a.com/b.com/c.com and an external domain d.com.All the other mails to and from should be blocked to the domain 
c.comIs this possible?Please advice.Thanks in advance,Midhun