Re: [qmailtoaster] items stuck in queue with 'delivery 72: deferral: Unable_to_chdir_to_maildir._(#4.2.1) problem.

2007-03-12 Thread Frank Church

I think I did. This was I trial attempt to see how quickly I could get
the qmail setup going. I will probably have to try another day.

On 3/11/07, Eric Shubes [EMAIL PROTECTED] wrote:

Frank Church wrote:
 I have done a new qmail install and trying to deliver has this problem

 400045f3a5832dd5d93c starting delivery 55: msg 769090 to local
 [EMAIL PROTECTED]
 @400045f3a5832dd5e8dc status: local 1/10 remote 0/60
 @400045f3a5832dd5f0ac starting delivery 56: msg 769090 to local
 [EMAIL PROTECTED]
 @400045f3a5832dd5fc64 status: local 2/10 remote 0/60
 @400045f3a5832f72d3e4 delivery 55: deferral:
 Unable_to_chdir_to_maildir._(#4.2.1)/
 @400045f3a5832f72e76c status: local 1/10 remote 0/60
 @400045f3a5832f7c8844 delivery 56: deferral:
 Unable_to_chdir_to_maildir._(#4.2.1)/
 @400045f3a5832f7c93fc status: local 0/10 remote 0/60
 @400045f3a5b12f846bcc warning: trouble opening local/3/769445;
 will try again later
 @400045f3a62d2f9c703c warning: trouble opening local/3/769445;
 will try again later
 @400045f3a6a92fbf9c24 warning: trouble opening local/3/769445;
 will try again later
 @400045f3a7252fcf095c warning: trouble opening local/3/769445;
 will try again later
 @400045f3a7a12ff8ad84 warning: trouble opening local/3/769445;
 will try again later

 I believe this problem has something to do with permissions in some
 directories?


 Is there a guide or some scripts for checking the qmail configuration
 besides trial and error.

 Can anyone enlighten me further?


You didn't happen to use vqadmin to create anything, did you? If so, what
specifically? vqadmin is being deprecated, and should not be used for the
most part.

--
-Eric 'shubes'

-
 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] Problem with smtproute

2007-03-12 Thread Brian Trudeau
Previously I had it setup so email for a specific domain which has no real
MX record would get forwarded to a internal only mail server. Now it fails
the MX lookup, is there a way to disable this check for just this domain or
does it need to be disabled for system wide? 

 

 



Re: [qmailtoaster] Problem with smtproute

2007-03-12 Thread slamp slamp

This might be what you are looking for SENDER_NOCHECK=1 ...

I have it setup like so in my tcp.smtp file.

192.168.1.5:allow,RELAYCLIENT=,SENDER_NOCHECK=1

On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:


 Previously I had it setup so email for a specific domain which has no
real MX record would get forwarded to a internal only mail server. Now it
fails the MX lookup, is there a way to disable this check for just this
domain or does it need to be disabled for system wide?







Re: [qmailtoaster] items stuck in queue with 'delivery 72: deferral: Unable_to_chdir_to_maildir._(#4.2.1) problem.

2007-03-12 Thread Erik A. Espinoza

Ensure that /var/qmail/control/locals is empty, or at least doesn't
contain users.

Erik

On 3/11/07, Frank Church [EMAIL PROTECTED] wrote:

I have done a new qmail install and trying to deliver has this problem

400045f3a5832dd5d93c starting delivery 55: msg 769090 to local
[EMAIL PROTECTED]
@400045f3a5832dd5e8dc status: local 1/10 remote 0/60
@400045f3a5832dd5f0ac starting delivery 56: msg 769090 to local
[EMAIL PROTECTED]
@400045f3a5832dd5fc64 status: local 2/10 remote 0/60
@400045f3a5832f72d3e4 delivery 55: deferral:
Unable_to_chdir_to_maildir._(#4.2.1)/
@400045f3a5832f72e76c status: local 1/10 remote 0/60
@400045f3a5832f7c8844 delivery 56: deferral:
Unable_to_chdir_to_maildir._(#4.2.1)/
@400045f3a5832f7c93fc status: local 0/10 remote 0/60
@400045f3a5b12f846bcc warning: trouble opening local/3/769445;
will try again later
@400045f3a62d2f9c703c warning: trouble opening local/3/769445;
will try again later
@400045f3a6a92fbf9c24 warning: trouble opening local/3/769445;
will try again later
@400045f3a7252fcf095c warning: trouble opening local/3/769445;
will try again later
@400045f3a7a12ff8ad84 warning: trouble opening local/3/769445;
will try again later

I believe this problem has something to do with permissions in some directories?


Is there a guide or some scripts for checking the qmail configuration
besides trial and error.

Can anyone enlighten me further?

-
 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] Problem with smtproute

2007-03-12 Thread Brian Trudeau
What effect would this have? Does this mean it would not perform any checks
on sending outgoing emails?

 

  _  

From: slamp slamp [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 8:45 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Problem with smtproute

 

This might be what you are looking for SENDER_NOCHECK=1 ...

I have it setup like so in my tcp.smtp file.

192.168.1.5:allow,RELAYCLIENT=,SENDER_NOCHECK=1

On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:

Previously I had it setup so email for a specific domain which has no real
MX record would get forwarded to a internal only mail server. Now it fails
the MX lookup, is there a way to disable this check for just this domain or
does it need to be disabled for system wide? 

 

 

 



[qmailtoaster] RE: cnt40-perl.sh - CPAN url?

2007-03-12 Thread Roxanne Sandesara

Just so someone else may have this if they ever need it:

I fixed it myself, by running a find command ('find / -name CPAN.pm')  
and going to that directory. There was a CPAN directory as well as  
the CPAN.pm file. In the directory, there was a Config.pm and a  
FirstTime.pm. I skimmed through FirstTime.pm, and realized it had  
created the Config.pm from my original answers. So I deleted  
Config.pm. Then went back and ran the cnt40-perl.sh. This time I got  
to the geographic questions, and all is working properly.


Just in case it helps someone like me down the road.

Roxanne


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



Re: [qmailtoaster] RE: cnt40-perl.sh - CPAN url?

2007-03-12 Thread Michael H

Roxanne Sandesara wrote:


Just in case it helps someone like me down the road.



yeah, okay ... what are you like?
:-p


(if you're like me, you just follow the directions!)


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



[qmailtoaster] mail attachment size

2007-03-12 Thread Jim Shupert, Jr.
Friends,

I wish to have larger attachments per mail message .
( here we do lots of Video - large files )
I have 2 qs

As i understand it I can edit
var/qmail/control/databytes

it currently reads:

20971520

I am hoping that i can change that to

72971520

enabling folks to send messages with attchments of ~60 MB.
I am making the num 72971520  to have some headroom.
because 72971520  will actually yield a lower 'cieling' is that true.

Q1
so is 72971520

Q2
and if I make this change ... i will not have crossed some sort of qmail 
threshold.
( I do not want to break my new mailserver )
would such a change be ok?


thanks

J


Re: [qmailtoaster] Installation issues on FC60

2007-03-12 Thread Todd Smeed

SElinux was already disabled...

On 3/11/07, Todd Smeed [EMAIL PROTECTED] wrote:


Mysql is running and SELinux is already disabled.





I am also getting various errors on the console :


MultiLog: Fatal: unable to lock directory /var/log/qmail/smtp
MultiLog: Fatal: unable to lock directory /var/log/qmail/pop3
MultiLog: Fatal: unable to lock directory /var/log/qmail/send

I am tempted to perform a complete reinstallation of the system to get
this working... though not looking forward to it.


 On 3/11/07, Jake Vickers [EMAIL PROTECTED] wrote:

 Todd Smeed wrote:
  I have been attempting to install Qmail for about 2 weeks now, first
  with the source and now with Toaster because it seemed like a smoother

  installation.
  I have followed the installation steps up until step 9, at which point
  I become thoroughly baffled...
 
  my output of qmailctl is:
  /service/qmail-send: up (pid 31135) 1415 seconds
  /service/qmail-send/log: up (pid 11411) 1 seconds
  /service/qmail-smtpd: up (pid 29817) 1510 seconds
  /service/qmail-smtpd/log: up (pid 11408) 1 seconds
  messages in queue: 3
  messages in queue but not yet preprocessed: 0
 
  Which on the upside doesn't reveal errors, however, its quite lacking
  when compared to the extensive list of things which should be running
  when reviewing the instructions.
 
  Clamd, Authlib, Imap4/Imap4-ssl and spamd appear to be running when I
  do a ps aux, by why are these not listed in the output of qmailctl
  stat? Also when I attempt to add a virtual domain using vadddomain I
  receive the following error:
 
  Error. Failed while attempting to add domain to auth backend
  Error: no auth connection
 
  Any assistance would be greatly appreciated.
 You may want to check a couple things is mysql-server installed? Is
 it running?
 Look at your /etc/passwd file and see if vpopmail is 89:89 or if
 Postfix, Exim, or Evolution is. These will all cause various errors.
 Did you disable SELinux?





[qmailtoaster] eMPF patch

2007-03-12 Thread AM
Hi list,

I've made this patch for 1.3.14 with support for Inter7's eMPF.

I've seen some discussion on the list but no patches.

So here it goes.

It's been working fine on my server's

AM

[EMAIL PROTECTED]

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

[qmailtoaster] Imap server refuse conection after upgrade (Urgent my server stoped)

2007-03-12 Thread Diego Pivetta
Olá list 
I have update manual my qmail toaster 
after update my webmail not work
return this msg
  ERROR: Connection dropped by IMAP server. 


my log
/var/log/qmail/imap4/current

@400045f5988735f11adc tcpserver: status: 1/40
@400045f5988735f12e64 tcpserver: pid 23900 from 127.0.0.1
@400045f5988735f13e04 tcpserver: ok 23900 sysmo.com.br:127.0.0.1:143 
:127.0.0.1::34078
@400045f5988735f145d4 tcpserver: end 23900 status 256
@400045f5988735f1518c tcpserver: status: 0/40


It´s error get´s after my upgrade 
I install  this package it´s not present in my old instalation 
courier-authlib-toaster.
what a problem?
I have modify /etc/courier/imapd = ADDRESS=127.0.0.1
and this not work.

My toaster
control-panel-toaster-0.5-1.3.3
libdomainkeys-toaster-0.68-1.3.2
isoqlog-toaster-2.1-1.3.2
clamav-toaster-0.90.1-1.3.11
qmail-toaster-1.03-1.3.14
courier-authlib-toaster-0.59.1-1.3.5
ezmlm-cgi-toaster-0.53.324-1.3.2
maildrop-toaster-1.8.1-1.2.9
squirrelmail-toaster-1.4.5-1.2.12
simscan-toaster-1.2-1.2.8
send-emails-toaster-0.5-1.3.3
qmailmrtg-toaster-4.2-1.3.2
qmailadmin-toaster-1.2.9-1.3.3
vpopmail-toaster-5.4.13-1.3.3
qmail-pop3d-toaster-1.03-1.3.14
ezmlm-toaster-0.53.324-1.3.2
libsrs2-toaster-1.0.18-1.3.2
vqadmin-toaster-2.3.4-1.3.2
ripmime-toaster-1.4.0.6-1.3.2
daemontools-toaster-0.76-1.3.2
courier-imap-toaster-4.1.2-1.3.6
maildrop-toaster-devel-1.8.1-1.2.9
spamassassin-toaster-3.1.0-1.2.9
qmailtoaster-plus-0.2.7-1.3.9
ucspi-tcp-toaster-0.88-1.3.4
autorespond-toaster-2.0.4-1.3.2

Please Help me!!!


Atenciosamente,

Diego Pivetta
Sysmo Informática Ltda.
www.sysmo.com.br


Re: [qmailtoaster] eMPF patch

2007-03-12 Thread Erik A. Espinoza

Have you tested this with SRS enabled? I can imagine that this will
have serious issues when rewriting is being done.

On 3/12/07, AM [EMAIL PROTECTED] wrote:



Hi list,

I've made this patch for 1.3.14 with support for Inter7's eMPF.

I've seen some discussion on the list but no patches.

So here it goes.

It's been working fine on my server's

AM

[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] intermittent imap login problem

2007-03-12 Thread Simone Marzona
Hi all

I got a strange problem: sometimes imap auth fails. It seems that this
appens random, account, imap client ( also webmail from localhost..) and
load average may vary, the only thing that remains the same is the imap
protocol.

I use this toaster version on mandriva:  

 rpm -qa | grep toaster
ucspi-tcp-toaster-0.88-1.3.1mdk
ezmlm-cgi-toaster-0.53.324-1.3.1mdk
maildrop-toaster-devel-2.0.2-1.3.1mdk
qmailadmin-toaster-1.2.9-1.3.1mdk
control-panel-toaster-0.5-1.3.1mdk
ezmlm-toaster-0.53.324-1.3.1mdk
maildrop-toaster-2.0.2-1.3.1mdk
qmail-toaster-1.03-1.3.6mdk
isoqlog-toaster-2.1-1.3.1mdk
vpopmail-toaster-5.4.13-1.3.1mdk
autorespond-toaster-2.0.4-1.3.1mdk
squirrelmail-toaster-1.4.6-1.3.1mdk
spamassassin-toaster-3.1.7-1.3.5mdk
simscan-toaster-1.2-1.3.1mdk
qmail-pop3d-toaster-1.03-1.3.6mdk
libdomainkeys-toaster-0.68-1.3.1mdk
daemontools-toaster-0.76-1.3.1mdk
ripmime-toaster-1.4.0.6-1.3.1mdk
send-emails-toaster-0.5-1.3.1mdk
courier-imap-toaster-4.1.1-1.3.2mdk
clamav-toaster-0.88.5-1.3.4mdk
courier-authlib-toaster-0.58-1.3.1mdk
qmailmrtg-toaster-4.2-1.3.1mdk

my mysql installation is made on a different machine (but same lan..)
from the one that it's serving imap.

The error compares both if I login from network than from localhost
where the courier runs.

What I test made :

-debug=2 in imapd for viewing the password used for the auth (them were
always correct but sometimes the login fails anyway..)
-monitored the number of connection to my dmbs (I've reached about an
half of the limit set at 250 in my.cnf)
-verified that courier was configured to allow a sufficent number of
simultaneous connection (even from the same ip, respectively 180 and
50).
-whatched for softlimit problems (no one)
-logged all the sql query from mysql debug used to get user and
passwords from the dbms
-I tcpdump-ed network traffic findong no interesting errors
-I saw that in previous versions of vpopmail and courier there were
sometimes failed logins.. but this happened 2 versions ago.. and in
the last 10 months no one in this mailing list turned out with a problem
similar to this one. 

So, finally, is there something that I'm missing? Is there some known
bug? 
Is there a possibility that sometimes daemontols forget to fork
imaplogin process and so auth may fail? (my dbms is heavily used it's
not simple for me to monitor every login attempt and see the
corresponding query on the other host). I'm sure that for every login
attempt I see  some entry in imapd/current.. so I think that daemontools
are ok...

Note that: the same toaster is used for pop3 and smtp (authenticated)
with no (not one) problem of auth.

many 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] intermittent imap login problem

2007-03-12 Thread Erik A. Espinoza

Have you tweaked /var/qmail/supervise/imap*/run to allow more incoming
connections?

The default is 40, even if you edit the imap configs, as the imap
stuff doesn't run as a service it runs from tcpservers.

Erik

On 3/12/07, Simone Marzona [EMAIL PROTECTED] wrote:

Hi all

I got a strange problem: sometimes imap auth fails. It seems that this
appens random, account, imap client ( also webmail from localhost..) and
load average may vary, the only thing that remains the same is the imap
protocol.

I use this toaster version on mandriva:

 rpm -qa | grep toaster
ucspi-tcp-toaster-0.88-1.3.1mdk
ezmlm-cgi-toaster-0.53.324-1.3.1mdk
maildrop-toaster-devel-2.0.2-1.3.1mdk
qmailadmin-toaster-1.2.9-1.3.1mdk
control-panel-toaster-0.5-1.3.1mdk
ezmlm-toaster-0.53.324-1.3.1mdk
maildrop-toaster-2.0.2-1.3.1mdk
qmail-toaster-1.03-1.3.6mdk
isoqlog-toaster-2.1-1.3.1mdk
vpopmail-toaster-5.4.13-1.3.1mdk
autorespond-toaster-2.0.4-1.3.1mdk
squirrelmail-toaster-1.4.6-1.3.1mdk
spamassassin-toaster-3.1.7-1.3.5mdk
simscan-toaster-1.2-1.3.1mdk
qmail-pop3d-toaster-1.03-1.3.6mdk
libdomainkeys-toaster-0.68-1.3.1mdk
daemontools-toaster-0.76-1.3.1mdk
ripmime-toaster-1.4.0.6-1.3.1mdk
send-emails-toaster-0.5-1.3.1mdk
courier-imap-toaster-4.1.1-1.3.2mdk
clamav-toaster-0.88.5-1.3.4mdk
courier-authlib-toaster-0.58-1.3.1mdk
qmailmrtg-toaster-4.2-1.3.1mdk

my mysql installation is made on a different machine (but same lan..)
from the one that it's serving imap.

The error compares both if I login from network than from localhost
where the courier runs.

What I test made :

-debug=2 in imapd for viewing the password used for the auth (them were
always correct but sometimes the login fails anyway..)
-monitored the number of connection to my dmbs (I've reached about an
half of the limit set at 250 in my.cnf)
-verified that courier was configured to allow a sufficent number of
simultaneous connection (even from the same ip, respectively 180 and
50).
-whatched for softlimit problems (no one)
-logged all the sql query from mysql debug used to get user and
passwords from the dbms
-I tcpdump-ed network traffic findong no interesting errors
-I saw that in previous versions of vpopmail and courier there were
sometimes failed logins.. but this happened 2 versions ago.. and in
the last 10 months no one in this mailing list turned out with a problem
similar to this one.

So, finally, is there something that I'm missing? Is there some known
bug?
Is there a possibility that sometimes daemontols forget to fork
imaplogin process and so auth may fail? (my dbms is heavily used it's
not simple for me to monitor every login attempt and see the
corresponding query on the other host). I'm sure that for every login
attempt I see  some entry in imapd/current.. so I think that daemontools
are ok...

Note that: the same toaster is used for pop3 and smtp (authenticated)
with no (not one) problem of auth.

many thanks


-
 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] eMPF patch

2007-03-12 Thread AM

Hi Erik,

I'm currently not using SRS... havent been arroun it either, so I'm kind of 
clueless of how it works on the toaster


I'll look into SRS, and SRS patch to check if it will have some issues 
regarding eMPF.


A M
[EMAIL PROTECTED]
- Original Message - 
From: Erik A. Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, March 12, 2007 6:24 PM
Subject: Re: [qmailtoaster] eMPF patch



Have you tested this with SRS enabled? I can imagine that this will
have serious issues when rewriting is being done.

On 3/12/07, AM [EMAIL PROTECTED] wrote:



Hi list,

I've made this patch for 1.3.14 with support for Inter7's eMPF.

I've seen some discussion on the list but no patches.

So here it goes.

It's been working fine on my server's

AM

[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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Natalio Gatti

I´m still stuck with this problem. Could be a hardware-related problem?
This is my /proc/cpuinfo (2 CPUs)

[EMAIL PROTECTED] ~] # cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 9
cpu MHz : 3208.079
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips: 6423.75

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 9
cpu MHz : 3208.079
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips: 6415.09


And my kernel:

[EMAIL PROTECTED] ~] # uname -a
Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
EDT 2006 i686 i686 i386 GNU/Linux

As I said before, I´m having ssl-dependency problems when I try to
install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
fdr40).

I'm building a test machine with FC4.


On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:

On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
 Are you sure you used 'rpmbuild --rebuild --with fdr40' to make this package.

 Seems to me you're experiencing a build error.

 Erik

Yes, I used the correct flag whe I build the package.

Here are my libssl and libcrypto in /lib:

[EMAIL PROTECTED] /lib] # ll libssl*
lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 - libssl.so.0.9.7f
-rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
-rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 - libssl.so.0.9.7a
lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 - libssl.so.0.9.7f


[EMAIL PROTECTED] /lib] # ll libcrypto*
lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
libcrypto.so.0.9.7f
-rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
-rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
libcrypto.so.0.9.7a
lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
libcrypto.so.0.9.7f



 On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  Hello List:
  I´m having a problem with a FC40 system. It builds correctly but when
  I try to install it via RPM  it fails with the following error:
 
  [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh 
qmail-toaster-1.03-1.3.13.i386.rpm
  error: Failed dependencies:
  libcrypto.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
  libssl.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
 
  I have installed openssl and openss-devel:
 
  [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
  openssl-0.9.7f-7.10
  openssl-devel-0.9.7f-7.10
 
  Is it just a falied dependencies check? Should I install it with --force?
 
  Salutti,
 
  Natalio.
 



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



Re: [qmailtoaster] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Erik A. Espinoza

Hello Natalio,

I don't know what to tell you. FC4 is already retired by the Fedora
group, no new updates are coming out. If the prior versions installed
fine, it is very likely that an update that was made by the Fedora
group messsed up your newly built package.

I don't personally have the time to look into bugs over retired OS's.
If you can solve this problem and come up with a reasonable fix, I'll
include it, but I don't personally have time to work on this problem.

Thanks,
Erik

On 3/12/07, Natalio Gatti [EMAIL PROTECTED] wrote:

I´m still stuck with this problem. Could be a hardware-related problem?
This is my /proc/cpuinfo (2 CPUs)

[EMAIL PROTECTED] ~] # cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 9
cpu MHz : 3208.079
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips: 6423.75

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 9
cpu MHz : 3208.079
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips: 6415.09


And my kernel:

[EMAIL PROTECTED] ~] # uname -a
Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
EDT 2006 i686 i686 i386 GNU/Linux

As I said before, I´m having ssl-dependency problems when I try to
install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
fdr40).

I'm building a test machine with FC4.


On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
  Are you sure you used 'rpmbuild --rebuild --with fdr40' to make this 
package.
 
  Seems to me you're experiencing a build error.
 
  Erik

 Yes, I used the correct flag whe I build the package.

 Here are my libssl and libcrypto in /lib:

 [EMAIL PROTECTED] /lib] # ll libssl*
 lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 - 
libssl.so.0.9.7f
 -rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
 -rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
 lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 - libssl.so.0.9.7a
 lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 - libssl.so.0.9.7f


 [EMAIL PROTECTED] /lib] # ll libcrypto*
 lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
 libcrypto.so.0.9.7f
 -rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
 -rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
 lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
 libcrypto.so.0.9.7a
 lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
 libcrypto.so.0.9.7f


 
  On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   Hello List:
   I´m having a problem with a FC40 system. It builds correctly but when
   I try to install it via RPM  it fails with the following error:
  
   [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh 
qmail-toaster-1.03-1.3.13.i386.rpm
   error: Failed dependencies:
   libcrypto.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
   libssl.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
  
   I have installed openssl and openss-devel:
  
   [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
   openssl-0.9.7f-7.10
   openssl-devel-0.9.7f-7.10
  
   Is it just a falied dependencies check? Should I install it with --force?
  
   Salutti,
  
   Natalio.
  


-
 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] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Erik A. Espinoza

Try the latest qmail-toaster package, see if that works.

On 3/12/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:

Hello Natalio,

I don't know what to tell you. FC4 is already retired by the Fedora
group, no new updates are coming out. If the prior versions installed
fine, it is very likely that an update that was made by the Fedora
group messsed up your newly built package.

I don't personally have the time to look into bugs over retired OS's.
If you can solve this problem and come up with a reasonable fix, I'll
include it, but I don't personally have time to work on this problem.

Thanks,
Erik

On 3/12/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 I´m still stuck with this problem. Could be a hardware-related problem?
 This is my /proc/cpuinfo (2 CPUs)

 [EMAIL PROTECTED] ~] # cat /proc/cpuinfo
 processor   : 0
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
 stepping: 9
 cpu MHz : 3208.079
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
 bogomips: 6423.75

 processor   : 1
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
 stepping: 9
 cpu MHz : 3208.079
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
 bogomips: 6415.09


 And my kernel:

 [EMAIL PROTECTED] ~] # uname -a
 Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
 EDT 2006 i686 i686 i386 GNU/Linux

 As I said before, I´m having ssl-dependency problems when I try to
 install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
 fdr40).

 I'm building a test machine with FC4.


 On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
   Are you sure you used 'rpmbuild --rebuild --with fdr40' to make this 
package.
  
   Seems to me you're experiencing a build error.
  
   Erik
 
  Yes, I used the correct flag whe I build the package.
 
  Here are my libssl and libcrypto in /lib:
 
  [EMAIL PROTECTED] /lib] # ll libssl*
  lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 - 
libssl.so.0.9.7f
  -rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
  -rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
  lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 - libssl.so.0.9.7a
  lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 - libssl.so.0.9.7f
 
 
  [EMAIL PROTECTED] /lib] # ll libcrypto*
  lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
  libcrypto.so.0.9.7f
  -rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
  -rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
  lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
  libcrypto.so.0.9.7a
  lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
  libcrypto.so.0.9.7f
 
 
  
   On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
Hello List:
I´m having a problem with a FC40 system. It builds correctly but when
I try to install it via RPM  it fails with the following error:
   
[EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh 
qmail-toaster-1.03-1.3.13.i386.rpm
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
libssl.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
   
I have installed openssl and openss-devel:
   
[EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
openssl-0.9.7f-7.10
openssl-devel-0.9.7f-7.10
   
Is it just a falied dependencies check? Should I install it with 
--force?
   
Salutti,
   
Natalio.
   
 

 -
  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 

Re: [qmailtoaster] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Natalio Gatti

I clearly understand your position. I'll try and let you know what I get.

On 3/12/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:

Hello Natalio,

I don't know what to tell you. FC4 is already retired by the Fedora
group, no new updates are coming out. If the prior versions installed
fine, it is very likely that an update that was made by the Fedora
group messsed up your newly built package.

I don't personally have the time to look into bugs over retired OS's.
If you can solve this problem and come up with a reasonable fix, I'll
include it, but I don't personally have time to work on this problem.

Thanks,
Erik

On 3/12/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 I´m still stuck with this problem. Could be a hardware-related problem?
 This is my /proc/cpuinfo (2 CPUs)

 [EMAIL PROTECTED] ~] # cat /proc/cpuinfo
 processor   : 0
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
 stepping: 9
 cpu MHz : 3208.079
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
 bogomips: 6423.75

 processor   : 1
 vendor_id   : GenuineIntel
 cpu family  : 15
 model   : 4
 model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
 stepping: 9
 cpu MHz : 3208.079
 cache size  : 1024 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 1
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 5
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
 mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
 bogomips: 6415.09


 And my kernel:

 [EMAIL PROTECTED] ~] # uname -a
 Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
 EDT 2006 i686 i686 i386 GNU/Linux

 As I said before, I´m having ssl-dependency problems when I try to
 install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
 fdr40).

 I'm building a test machine with FC4.


 On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
   Are you sure you used 'rpmbuild --rebuild --with fdr40' to make this 
package.
  
   Seems to me you're experiencing a build error.
  
   Erik
 
  Yes, I used the correct flag whe I build the package.
 
  Here are my libssl and libcrypto in /lib:
 
  [EMAIL PROTECTED] /lib] # ll libssl*
  lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 - 
libssl.so.0.9.7f
  -rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
  -rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
  lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 - libssl.so.0.9.7a
  lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 - libssl.so.0.9.7f
 
 
  [EMAIL PROTECTED] /lib] # ll libcrypto*
  lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
  libcrypto.so.0.9.7f
  -rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
  -rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
  lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
  libcrypto.so.0.9.7a
  lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
  libcrypto.so.0.9.7f
 
 
  
   On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
Hello List:
I´m having a problem with a FC40 system. It builds correctly but when
I try to install it via RPM  it fails with the following error:
   
[EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh 
qmail-toaster-1.03-1.3.13.i386.rpm
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
libssl.so.0.9.7 is needed by qmail-toaster-1.03-1.3.13.i386
   
I have installed openssl and openss-devel:
   
[EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
openssl-0.9.7f-7.10
openssl-devel-0.9.7f-7.10
   
Is it just a falied dependencies check? Should I install it with 
--force?
   
Salutti,
   
Natalio.
   
 

 -
  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 

RE: [qmailtoaster] Problem with smtproute

2007-03-12 Thread Brian Trudeau
Well I tried to use this and I am still getting the same error. I tried
SENDER_NOCHECK=1 and SENDER_NOCHECK= and I followed by doing make and
qmailctl cdb.

 

-- 
Brian Trudeau,  Network Administrator
Eastek International Corporation
330 Hastings Drive,   Buffalo Grove, IL 60089
Tel: (847) 353-8300 Ext. 213   Fax: (847) 353-8900
Web: http://www.eastek-intl.com http://www.eastek-intl.com/Email:
[EMAIL PROTECTED]
  _  


From: Brian Trudeau [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 11:02 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Problem with smtproute

 

What effect would this have? Does this mean it would not perform any checks
on sending outgoing emails?

 

  _  

From: slamp slamp [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 8:45 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Problem with smtproute

 

This might be what you are looking for SENDER_NOCHECK=1 ...

I have it setup like so in my tcp.smtp file.

192.168.1.5:allow,RELAYCLIENT=,SENDER_NOCHECK=1

On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:

Previously I had it setup so email for a specific domain which has no real
MX record would get forwarded to a internal only mail server. Now it fails
the MX lookup, is there a way to disable this check for just this domain or
does it need to be disabled for system wide? 

 

 

 



Re: [qmailtoaster] Imap server refuse conection after upgrade (Urgent my server stoped)

2007-03-12 Thread Diego Pivetta
[SOLVED]
I have = 

rpm -e --nodeps courier-imap-toaster
rpm -ivh /usr/src/redhat/RPMS/i386/courier-imap-toaster-4.1.2-1.3.6.i386.rpm

and reboot server thank´s for all

  - Original Message - 
  From: Diego Pivetta 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Monday, March 12, 2007 3:15 PM
  Subject: [qmailtoaster] Imap server refuse conection after upgrade (Urgent my 
server stoped)


  Olá list 
  I have update manual my qmail toaster 
  after update my webmail not work
  return this msg
ERROR: Connection dropped by IMAP server. 


  my log
  /var/log/qmail/imap4/current

  @400045f5988735f11adc tcpserver: status: 1/40
  @400045f5988735f12e64 tcpserver: pid 23900 from 127.0.0.1
  @400045f5988735f13e04 tcpserver: ok 23900 sysmo.com.br:127.0.0.1:143 
:127.0.0.1::34078
  @400045f5988735f145d4 tcpserver: end 23900 status 256
  @400045f5988735f1518c tcpserver: status: 0/40


  It´s error get´s after my upgrade 
  I install  this package it´s not present in my old instalation 
courier-authlib-toaster.
  what a problem?
  I have modify /etc/courier/imapd = ADDRESS=127.0.0.1
  and this not work.

  My toaster
  control-panel-toaster-0.5-1.3.3
  libdomainkeys-toaster-0.68-1.3.2
  isoqlog-toaster-2.1-1.3.2
  clamav-toaster-0.90.1-1.3.11
  qmail-toaster-1.03-1.3.14
  courier-authlib-toaster-0.59.1-1.3.5
  ezmlm-cgi-toaster-0.53.324-1.3.2
  maildrop-toaster-1.8.1-1.2.9
  squirrelmail-toaster-1.4.5-1.2.12
  simscan-toaster-1.2-1.2.8
  send-emails-toaster-0.5-1.3.3
  qmailmrtg-toaster-4.2-1.3.2
  qmailadmin-toaster-1.2.9-1.3.3
  vpopmail-toaster-5.4.13-1.3.3
  qmail-pop3d-toaster-1.03-1.3.14
  ezmlm-toaster-0.53.324-1.3.2
  libsrs2-toaster-1.0.18-1.3.2
  vqadmin-toaster-2.3.4-1.3.2
  ripmime-toaster-1.4.0.6-1.3.2
  daemontools-toaster-0.76-1.3.2
  courier-imap-toaster-4.1.2-1.3.6
  maildrop-toaster-devel-1.8.1-1.2.9
  spamassassin-toaster-3.1.0-1.2.9
  qmailtoaster-plus-0.2.7-1.3.9
  ucspi-tcp-toaster-0.88-1.3.4
  autorespond-toaster-2.0.4-1.3.2

  Please Help me!!!


  Atenciosamente,

  Diego Pivetta
  Sysmo Informática Ltda.
  www.sysmo.com.br



--


  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.5.446 / Virus Database: 268.18.9/719 - Release Date: 12/3/2007 
08:41


Re: [qmailtoaster] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Nick Hemmesch
Hi Natalio,

You do have everything you need to install and run correctly. It should be
OK to force the install. I will take a look at the spec file tonight.

Regards,

Nick

 I clearly understand your position. I'll try and let you know what I get.

 On 3/12/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
 Hello Natalio,

 I don't know what to tell you. FC4 is already retired by the Fedora
 group, no new updates are coming out. If the prior versions installed
 fine, it is very likely that an update that was made by the Fedora
 group messsed up your newly built package.

 I don't personally have the time to look into bugs over retired OS's.
 If you can solve this problem and come up with a reasonable fix, I'll
 include it, but I don't personally have time to work on this problem.

 Thanks,
 Erik

 On 3/12/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  I´m still stuck with this problem. Could be a hardware-related
 problem?
  This is my /proc/cpuinfo (2 CPUs)
 
  [EMAIL PROTECTED] ~] # cat /proc/cpuinfo
  processor   : 0
  vendor_id   : GenuineIntel
  cpu family  : 15
  model   : 4
  model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
  stepping: 9
  cpu MHz : 3208.079
  cache size  : 1024 KB
  physical id : 0
  siblings: 2
  core id : 0
  cpu cores   : 1
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 5
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
  mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
  lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
  bogomips: 6423.75
 
  processor   : 1
  vendor_id   : GenuineIntel
  cpu family  : 15
  model   : 4
  model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
  stepping: 9
  cpu MHz : 3208.079
  cache size  : 1024 KB
  physical id : 0
  siblings: 2
  core id : 0
  cpu cores   : 1
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 5
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
  mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
  lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
  bogomips: 6415.09
 
 
  And my kernel:
 
  [EMAIL PROTECTED] ~] # uname -a
  Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
  EDT 2006 i686 i686 i386 GNU/Linux
 
  As I said before, I´m having ssl-dependency problems when I try to
  install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
  fdr40).
 
  I'm building a test machine with FC4.
 
 
  On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
Are you sure you used 'rpmbuild --rebuild --with fdr40' to make
 this package.
   
Seems to me you're experiencing a build error.
   
Erik
  
   Yes, I used the correct flag whe I build the package.
  
   Here are my libssl and libcrypto in /lib:
  
   [EMAIL PROTECTED] /lib] # ll libssl*
   lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 -
 libssl.so.0.9.7f
   -rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
   -rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
   lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 -
 libssl.so.0.9.7a
   lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 -
 libssl.so.0.9.7f
  
  
   [EMAIL PROTECTED] /lib] # ll libcrypto*
   lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
   libcrypto.so.0.9.7f
   -rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
   -rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
   lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
   libcrypto.so.0.9.7a
   lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
   libcrypto.so.0.9.7f
  
  
   
On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 Hello List:
 I´m having a problem with a FC40 system. It builds correctly but
 when
 I try to install it via RPM  it fails with the following error:

 [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh
 qmail-toaster-1.03-1.3.13.i386.rpm
 error: Failed dependencies:
 libcrypto.so.0.9.7 is needed by
 qmail-toaster-1.03-1.3.13.i386
 libssl.so.0.9.7 is needed by
 qmail-toaster-1.03-1.3.13.i386

 I have installed openssl and openss-devel:

 [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
 openssl-0.9.7f-7.10
 openssl-devel-0.9.7f-7.10

 Is it just a falied dependencies check? Should I install it with
 --force?

 Salutti,

 Natalio.

  
 
  -
   

Re: [qmailtoaster] Problem installing qmail-toaster-1.03-1.3.13.i386.rpm in FC4 (ssl dependencies)

2007-03-12 Thread Nick Hemmesch
Hi Again,

I do completely agree with Erik. You would be much better off to build and
test with a current version of Fedora Core.

Regards,

Nick


 Hi Natalio,

 You do have everything you need to install and run correctly. It should be
 OK to force the install. I will take a look at the spec file tonight.

 Regards,

 Nick

 I clearly understand your position. I'll try and let you know what I
 get.

 On 3/12/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
 Hello Natalio,

 I don't know what to tell you. FC4 is already retired by the Fedora
 group, no new updates are coming out. If the prior versions installed
 fine, it is very likely that an update that was made by the Fedora
 group messsed up your newly built package.

 I don't personally have the time to look into bugs over retired OS's.
 If you can solve this problem and come up with a reasonable fix, I'll
 include it, but I don't personally have time to work on this problem.

 Thanks,
 Erik

 On 3/12/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  I´m still stuck with this problem. Could be a hardware-related
 problem?
  This is my /proc/cpuinfo (2 CPUs)
 
  [EMAIL PROTECTED] ~] # cat /proc/cpuinfo
  processor   : 0
  vendor_id   : GenuineIntel
  cpu family  : 15
  model   : 4
  model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
  stepping: 9
  cpu MHz : 3208.079
  cache size  : 1024 KB
  physical id : 0
  siblings: 2
  core id : 0
  cpu cores   : 1
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 5
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
 pge
  mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
  lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
  bogomips: 6423.75
 
  processor   : 1
  vendor_id   : GenuineIntel
  cpu family  : 15
  model   : 4
  model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
  stepping: 9
  cpu MHz : 3208.079
  cache size  : 1024 KB
  physical id : 0
  siblings: 2
  core id : 0
  cpu cores   : 1
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 5
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
 pge
  mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx
  lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
  bogomips: 6415.09
 
 
  And my kernel:
 
  [EMAIL PROTECTED] ~] # uname -a
  Linux host.domain.com 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02
  EDT 2006 i686 i686 i386 GNU/Linux
 
  As I said before, I´m having ssl-dependency problems when I try to
  install qmail-toaster-1.03-1.3.13.rpm package (builded with --with
  fdr40).
 
  I'm building a test machine with FC4.
 
 
  On 3/9/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   On 3/7/07, Erik A. Espinoza [EMAIL PROTECTED] wrote:
Are you sure you used 'rpmbuild --rebuild --with fdr40' to make
 this package.
   
Seems to me you're experiencing a build error.
   
Erik
  
   Yes, I used the correct flag whe I build the package.
  
   Here are my libssl and libcrypto in /lib:
  
   [EMAIL PROTECTED] /lib] # ll libssl*
   lrwxrwxrwx  1 root root 16 mar  7 11:43 libssl.so.0.9.7 -
 libssl.so.0.9.7f
   -rwxr-xr-x  1 root root 228388 oct 12  2005 libssl.so.0.9.7a
   -rwxr-xr-x  1 root root 230056 oct 12  2005 libssl.so.0.9.7f
   lrwxrwxrwx  1 root root 16 mar  4 16:30 libssl.so.4 -
 libssl.so.0.9.7a
   lrwxrwxrwx  1 root root 16 feb  6  2006 libssl.so.5 -
 libssl.so.0.9.7f
  
  
   [EMAIL PROTECTED] /lib] # ll libcrypto*
   lrwxrwxrwx  1 root root  19 mar  7 11:46 libcrypto.so.0.9.7 -
   libcrypto.so.0.9.7f
   -rwxr-xr-x  1 root root 528 oct 12  2005 libcrypto.so.0.9.7a
   -rwxr-xr-x  1 root root 1089068 oct 12  2005 libcrypto.so.0.9.7f
   lrwxrwxrwx  1 root root  19 mar  4 16:30 libcrypto.so.4 -
   libcrypto.so.0.9.7a
   lrwxrwxrwx  1 root root  19 feb  6  2006 libcrypto.so.5 -
   libcrypto.so.0.9.7f
  
  
   
On 3/7/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 Hello List:
 I´m having a problem with a FC40 system. It builds correctly
 but
 when
 I try to install it via RPM  it fails with the following error:

 [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -Uvh
 qmail-toaster-1.03-1.3.13.i386.rpm
 error: Failed dependencies:
 libcrypto.so.0.9.7 is needed by
 qmail-toaster-1.03-1.3.13.i386
 libssl.so.0.9.7 is needed by
 qmail-toaster-1.03-1.3.13.i386

 I have installed openssl and openss-devel:

 [EMAIL PROTECTED] ~/admin/qmail-toaster] # rpm -qa | grep ssl
 openssl-0.9.7f-7.10
 openssl-devel-0.9.7f-7.10

 Is it just a falied dependencies check? Should I 

RE: [qmailtoaster] Problem with smtproute

2007-03-12 Thread Brian Trudeau
Ok, well I went ahead and just registered the name we were using with a real
MX record now that is working. Now another domain needed to be moved because
we switched hosts and now I'm getting 451 DNS temporary failure (#4.5.1 -
chkuser) but I have the host in smtproutes, is this no longer used or
something? I really do not like these checks that totally disallow sending
any email at all, I can understand that it could mean the host might get
hijacked but there should be a way to override it with something like the
smtproutes file, what in the world is the point of it if it won't even CACHE
the emails anymore.

 

-- 
Brian Trudeau,  Network Administrator
Eastek International Corporation
330 Hastings Drive,   Buffalo Grove, IL 60089
Tel: (847) 353-8300 Ext. 213   Fax: (847) 353-8900
Web: http://www.eastek-intl.com http://www.eastek-intl.com/Email:
[EMAIL PROTECTED]
  _  


From: Brian Trudeau [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 2:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Problem with smtproute

 

Well I tried to use this and I am still getting the same error. I tried
SENDER_NOCHECK=1 and SENDER_NOCHECK= and I followed by doing make and
qmailctl cdb.

 

-- 
Brian Trudeau,  Network Administrator
Eastek International Corporation
330 Hastings Drive,   Buffalo Grove, IL 60089
Tel: (847) 353-8300 Ext. 213   Fax: (847) 353-8900
Web: http://www.eastek-intl.com http://www.eastek-intl.com/Email:
[EMAIL PROTECTED]
  _  


From: Brian Trudeau [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 11:02 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Problem with smtproute

 

What effect would this have? Does this mean it would not perform any checks
on sending outgoing emails?

 

  _  

From: slamp slamp [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 8:45 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Problem with smtproute

 

This might be what you are looking for SENDER_NOCHECK=1 ...

I have it setup like so in my tcp.smtp file.

192.168.1.5:allow,RELAYCLIENT=,SENDER_NOCHECK=1

On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:

Previously I had it setup so email for a specific domain which has no real
MX record would get forwarded to a internal only mail server. Now it fails
the MX lookup, is there a way to disable this check for just this domain or
does it need to be disabled for system wide? 

 

 

 



Re: [qmailtoaster] intermittent imap login problem

2007-03-12 Thread Simone Marzona
I set up 120 connection both in tcpserver imapd run file and
in /etc/courier



On Mon, 2007-03-12 at 11:38 -0700, Erik A. Espinoza wrote:
 Have you tweaked /var/qmail/supervise/imap*/run to allow more incoming
 connections?
 
 The default is 40, even if you edit the imap configs, as the imap
 stuff doesn't run as a service it runs from tcpservers.
 
 Erik
 
 On 3/12/07, Simone Marzona [EMAIL PROTECTED] wrote:
  Hi all
 
  I got a strange problem: sometimes imap auth fails. It seems that this
  appens random, account, imap client ( also webmail from localhost..) and
  load average may vary, the only thing that remains the same is the imap
  protocol.
 
  I use this toaster version on mandriva:
 
   rpm -qa | grep toaster
  ucspi-tcp-toaster-0.88-1.3.1mdk
  ezmlm-cgi-toaster-0.53.324-1.3.1mdk
  maildrop-toaster-devel-2.0.2-1.3.1mdk
  qmailadmin-toaster-1.2.9-1.3.1mdk
  control-panel-toaster-0.5-1.3.1mdk
  ezmlm-toaster-0.53.324-1.3.1mdk
  maildrop-toaster-2.0.2-1.3.1mdk
  qmail-toaster-1.03-1.3.6mdk
  isoqlog-toaster-2.1-1.3.1mdk
  vpopmail-toaster-5.4.13-1.3.1mdk
  autorespond-toaster-2.0.4-1.3.1mdk
  squirrelmail-toaster-1.4.6-1.3.1mdk
  spamassassin-toaster-3.1.7-1.3.5mdk
  simscan-toaster-1.2-1.3.1mdk
  qmail-pop3d-toaster-1.03-1.3.6mdk
  libdomainkeys-toaster-0.68-1.3.1mdk
  daemontools-toaster-0.76-1.3.1mdk
  ripmime-toaster-1.4.0.6-1.3.1mdk
  send-emails-toaster-0.5-1.3.1mdk
  courier-imap-toaster-4.1.1-1.3.2mdk
  clamav-toaster-0.88.5-1.3.4mdk
  courier-authlib-toaster-0.58-1.3.1mdk
  qmailmrtg-toaster-4.2-1.3.1mdk
 
  my mysql installation is made on a different machine (but same lan..)
  from the one that it's serving imap.
 
  The error compares both if I login from network than from localhost
  where the courier runs.
 
  What I test made :
 
  -debug=2 in imapd for viewing the password used for the auth (them were
  always correct but sometimes the login fails anyway..)
  -monitored the number of connection to my dmbs (I've reached about an
  half of the limit set at 250 in my.cnf)
  -verified that courier was configured to allow a sufficent number of
  simultaneous connection (even from the same ip, respectively 180 and
  50).
  -whatched for softlimit problems (no one)
  -logged all the sql query from mysql debug used to get user and
  passwords from the dbms
  -I tcpdump-ed network traffic findong no interesting errors
  -I saw that in previous versions of vpopmail and courier there were
  sometimes failed logins.. but this happened 2 versions ago.. and in
  the last 10 months no one in this mailing list turned out with a problem
  similar to this one.
 
  So, finally, is there something that I'm missing? Is there some known
  bug?
  Is there a possibility that sometimes daemontols forget to fork
  imaplogin process and so auth may fail? (my dbms is heavily used it's
  not simple for me to monitor every login attempt and see the
  corresponding query on the other host). I'm sure that for every login
  attempt I see  some entry in imapd/current.. so I think that daemontools
  are ok...
 
  Note that: the same toaster is used for pop3 and smtp (authenticated)
  with no (not one) problem of auth.
 
  many thanks
 
 
  -
   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] qmailtoaster server backup ..the best way

2007-03-12 Thread Hainarosie Razvan
Dear list,

 

One of my clients have a qmailtoaster server.

I have my qmailtoaster server,

I want to provide on my server a backup solution for my client, if their
server crash, their internet connection will work and they will use their
mailboxes from my server.

Any suggestion about the best solution?

 

Thanks,

RAzvan



Re: [qmailtoaster] Problem with smtproute

2007-03-12 Thread Erik A. Espinoza

I do not think I clearly understand what is going on. If you could do
a diagram and put it on a web server so that I understand the flow of
e-mail, I'd probably be able to help fairly quickly.

Erik

On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:





Ok, well I went ahead and just registered the name we were using with a real
MX record now that is working… Now another domain needed to be moved because
we switched hosts and now I'm getting 451 DNS temporary failure (#4.5.1 -
chkuser) but I have the host in smtproutes, is this no longer used or
something? I really do not like these checks that totally disallow sending
any email at all, I can understand that it could mean the host might get
hijacked but there should be a way to override it with something like the
smtproutes file, what in the world is the point of it if it won't even CACHE
the emails anymore…


--
Brian Trudeau,  Network Administrator
Eastek International Corporation
330 Hastings Drive,   Buffalo Grove, IL 60089
Tel: (847) 353-8300 Ext. 213   Fax: (847) 353-8900
Web: http://www.eastek-intl.com   Email: [EMAIL PROTECTED]


 


From: Brian Trudeau [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 12, 2007 2:36 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] Problem with smtproute



Well I tried to use this and I am still getting the same error… I tried
SENDER_NOCHECK=1 and SENDER_NOCHECK= and I followed by doing make and
qmailctl cdb…


--
Brian Trudeau,  Network Administrator
Eastek International Corporation
330 Hastings Drive,   Buffalo Grove, IL 60089
Tel: (847) 353-8300 Ext. 213   Fax: (847) 353-8900
Web: http://www.eastek-intl.com   Email: [EMAIL PROTECTED]


 


From: Brian Trudeau [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 12, 2007 11:02 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] Problem with smtproute



What effect would this have? Does this mean it would not perform any checks
on sending outgoing emails?



 


From: slamp slamp [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 12, 2007 8:45 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Problem with smtproute



This might be what you are looking for SENDER_NOCHECK=1 ...

 I have it setup like so in my tcp.smtp file.

 192.168.1.5:allow,RELAYCLIENT=,SENDER_NOCHECK=1


On 3/12/07, Brian Trudeau [EMAIL PROTECTED] wrote:



Previously I had it setup so email for a specific domain which has no real
MX record would get forwarded to a internal only mail server. Now it fails
the MX lookup, is there a way to disable this check for just this domain or
does it need to be disabled for system wide?








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



Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Jake Vickers

[EMAIL PROTECTED] wrote:


Hi all.I've been watching the list for some time, and I'm hoping
that
someone here can help me out in a moment of need.


My company runs a qmailtoaster server for about 35-40 domains and as of
this
afternoon, pop3 services just stopped working.  Connections can
be made, but
no one is able to retrieve their email.  I haven't
changed anything on the
server or any of our networking equipment. 
SMTP/IMAP/webmail are still

working fine.

Does anyone have
any suggestions on where I can look to figure out what's
going on?



Blacklist? Check the pop3 logs, /var/log/qmail/pop3/current


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Erik A. Espinoza

Blacklists shouldn't have a affect pop3 or imap.

1) Logs
2) Distro
3) qmailtoaster rpm versions
4) strace on pop3 failing

Anything else would be useful, such as recent changes or upgrades installed.

Erik

On 3/12/07, Jake Vickers [EMAIL PROTECTED] wrote:


 [EMAIL PROTECTED] wrote:

 Hi all.I've been watching the list for some time, and I'm hoping
that
someone here can help me out in a moment of need.


My company runs a qmailtoaster server for about 35-40 domains and as of
this
afternoon, pop3 services just stopped working. Connections can
be made, but
no one is able to retrieve their email. I haven't
changed anything on the
server or any of our networking equipment.
SMTP/IMAP/webmail are still
working fine.

Does anyone have
any suggestions on where I can look to figure out what's
going on?

 Blacklist? Check the pop3 logs, /var/log/qmail/pop3/current




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



Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Eric Pierce


What do you mean by blacklist?

The/var/log/qmail/pop3/current
doesn't show any errors, just connections that don't appear to be
released:

@400045f5d799127ca0bc tcpserver: ok 6436
:192.168.10.230:110 179.sub-75-207-67.myvzw.com:75.207.67.179::1107
@400045f5d799128b277c tcpserver: end 6436 status 256
@400045f5d799128b42d4 tcpserver: status: 13/200
@400045f5d79915a920bc tcpserver: ok 6437 :192.168.10.230:110
pool-162-84-210-26.ny5030.east.verizon.net:162.84.210.26::50116
@400045f5d79915b574fc tcpserver: end 6437 status 256
@400045f5d79915b59054 tcpserver: status: 12/200
@400045f5d799258cf404 tcpserver: ok 6438 :192.168.10.230:110
pool-162-84-210-26.ny5030.east.verizon.net:162.84.210.26::50117
@400045f5d799259986c4 tcpserver: end 6438 status 256
@400045f5d7992599a21c tcpserver: status: 11/200
@400045f5d79b14433ba4 tcpserver: status: 12/200
@400045f5d79b1446355c tcpserver: pid 6545 from 162.84.210.26
@400045f5d79b17fb7144 tcpserver: status: 13/200
@400045f5d79b17fdfd9c tcpserver: pid 6546 from 162.84.210.26
@400045f5d79c2111b0cc tcpserver: status: 14/200
@400045f5d79c21145494 tcpserver: pid 6547 from 162.84.210.26
@400045f5d79c212b340c tcpserver: status: 15/200
@400045f5d79c212d8d9c tcpserver: pid 6548 from 162.84.210.26
@400045f5d79c216a199c tcpserver: status: 16/200
@400045f5d79c216c732c tcpserver: pid 6549 from 162.84.210.26
@400045f5d79c218d5524 tcpserver: status: 17/200
@400045f5d79c218faacc tcpserver: pid 6550 from 162.84.210.26
@400045f5d7a626111824 tcpserver: ok 6444 :192.168.10.230:110
wsip-68-227-95-55.pn.at.cox.net:68.227.95.55::1400
@400045f5d7a6261f1dfc tcpserver: end 6444 status 256
@400045f5d7a6261f356c tcpserver: status: 16/200
@400045f5d7a807b87a84 tcpserver: status: 17/200
@400045f5d7a807bbca2c tcpserver: pid 6560 from 24.123.216.20
@400045f5d7af03766fbc tcpserver: ok 6448 :192.168.10.230:110
rrcs-24-123-216-20.central.biz.rr.com:24.123.216.20::4313


This was working up until about 3:30 eastern time this afternoon, then
suddenly no one is able to retreive email via POP3.  

The
server is CentOS 4.4 on a Dell PowerEdge 1750 with 2x2.4 Xeons, 2 GB
RAM.  What other information can I provide that might be
helpful?  I apologize, I'm a bit of a novice at this as yet, and I
haven't found anything specific to my problem via Google...yet.

 Blacklist? Check the pop3 logs, /var/log/qmail/pop3/current



Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Eric Pierce


Just to confirm:  The pop3 log was posted in my last email (before I
got this one),
distro is CentOS 4.4

RPM Versions:
ucspi-tcp-toaster-0.88-1.3.2
control-panel-toaster-0.5-1.3.2
qmailmrtg-toaster-4.2-1.3.2
vqadmin-toaster-2.3.4-1.3.2
ripmime-toaster-1.4.0.6-1.3.2
qmail-toaster-1.03-1.3.10
courier-imap-toaster-4.1.2-1.3.6
daemontools-toaster-0.76-1.3.2
vpopmail-toaster-5.4.13-1.3.3
autorespond-toaster-2.0.4-1.3.2
ezmlm-toaster-0.53.324-1.3.2
qmailadmin-toaster-1.2.9-1.3.3
isoqlog-toaster-2.1-1.3.2
squirrelmail-toaster-1.4.8-1.3.4
qmailtoaster-plus-0.2-1.3.2
courier-authlib-toaster-0.59-1.3.4
maildrop-toaster-2.0.3-1.3.4
maildrop-toaster-devel-2.0.3-1.3.4
simscan-toaster-1.3.1-1.3.3
libdomainkeys-toaster-0.68-1.3.2
ezmlm-cgi-toaster-0.53.324-1.3.2
spamassassin-toaster-3.1.7-1.3.6
clamav-toaster-0.88.7-1.3.7
qmail-pop3d-toaster-1.03-1.3.10

Can you explain to me how to
run strace to get you the info you need?

 Blacklists
shouldn't have a affect pop3 or imap.
 
 1) Logs
 2) Distro
 3) qmailtoaster rpm versions
 4)
strace on pop3 failing
 
 Anything else would be useful,
such as recent changes or upgrades
 installed.
 
 Erik
 
 On 3/12/07, Jake Vickers
[EMAIL PROTECTED] wrote:

 
[EMAIL PROTECTED] wrote:

  Hi all.I've been
watching the list for some time, and I'm hoping
 that
 someone here can help me out in a moment of need.


 My company runs a qmailtoaster
server for about 35-40 domains and as of
 this

afternoon, pop3 services just stopped working. Connections can
 be made, but
 no one is able to retrieve their
email. I haven't
 changed anything on the

server or any of our networking equipment.
 SMTP/IMAP/webmail
are still
 working fine.

 Does
anyone have
 any suggestions on where I can look to figure
out what's
 going on?

  Blacklist?
Check the pop3 logs, /var/log/qmail/pop3/current


 

-
  QmailToaster hosted by: VR Hosted http://www.vr.org

-
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional
commands, e-mail: [EMAIL PROTECTED]
 



Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Erik A. Espinoza

EP,

strace -p $PID

Get the pid of the pop3 daemon to see if we can get some logs.

Also have you tried stopping and restarting qmail? What does 'service
qmail stat' say?

Erik

On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:

Just to confirm:  The pop3 log was posted in my last email (before I got
this one),
distro is CentOS 4.4

RPM Versions:
ucspi-tcp-toaster-0.88-1.3.2
control-panel-toaster-0.5-1.3.2
qmailmrtg-toaster-4.2-1.3.2
vqadmin-toaster-2.3.4-1.3.2
ripmime-toaster-1.4.0.6-1.3.2
qmail-toaster-1.03-1.3.10
courier-imap-toaster-4.1.2-1.3.6
daemontools-toaster-0.76-1.3.2
vpopmail-toaster-5.4.13-1.3.3
autorespond-toaster-2.0.4-1.3.2
ezmlm-toaster-0.53.324-1.3.2
qmailadmin-toaster-1.2.9-1.3.3
isoqlog-toaster-2.1-1.3.2
squirrelmail-toaster-1.4.8-1.3.4
qmailtoaster-plus-0.2-1.3.2
courier-authlib-toaster-0.59-1.3.4
maildrop-toaster-2.0.3-1.3.4
maildrop-toaster-devel-2.0.3-1.3.4
simscan-toaster-1.3.1-1.3.3
libdomainkeys-toaster-0.68-1.3.2
ezmlm-cgi-toaster-0.53.324-1.3.2
spamassassin-toaster-3.1.7-1.3.6
clamav-toaster-0.88.7-1.3.7
qmail-pop3d-toaster-1.03-1.3.10

Can you explain to me how to run strace to get you the info you need?


 Blacklists shouldn't have a affect pop3 or imap.

 1) Logs
 2) Distro
 3) qmailtoaster rpm versions
 4) strace on pop3 failing

 Anything else would be useful, such as recent changes or upgrades
 installed.

 Erik

 On 3/12/07, Jake Vickers [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote:

 Hi all.I've been watching the list for some time, and I'm hoping
 that
 someone here can help me out in a moment of need.


 My company runs a qmailtoaster server for about 35-40 domains and as of
 this
 afternoon, pop3 services just stopped working. Connections can
 be made, but
 no one is able to retrieve their email. I haven't
 changed anything on the
 server or any of our networking equipment.
 SMTP/IMAP/webmail are still
 working fine.

 Does anyone have
 any suggestions on where I can look to figure out what's
 going on?

 Blacklist? Check the pop3 logs, /var/log/qmail/pop3/current




-
 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] POP3 Issue

2007-03-12 Thread Eric Pierce


Yes, I've retried starting it a few times.  When I stop the service,
several of the tcpservers spawned for pop3 remain active, I've had to
manually kill them off before restarting.

service qmail
stat:

authlib: up (pid 5282) 2197 seconds
clamd: up (pid
5202) 2198 seconds
imap4: up (pid 5221) 2198 seconds
imap4-ssl:
up (pid 5263) 2198 seconds
pop3: up (pid 5217) 2198 seconds
pop3-ssl: up (pid 5206) 2198 seconds
send: up (pid 5215) 2198
seconds
smtp: up (pid 5268) 2198 seconds
smtp-submit: up (pid
5218) 2198 seconds
spamd: up (pid 5220) 2198 seconds
submission:
up (pid 5259) 2198 seconds
authlib/log: up (pid 5258) 2198 seconds
clamd/log: up (pid 5208) 2198 seconds
imap4/log: up (pid 5250) 2198
seconds
imap4-ssl/log: up (pid 5264) 2198 seconds
pop3/log: up
(pid 5261) 2198 seconds
pop3-ssl/log: up (pid 5212) 2198 seconds
send/log: up (pid 5216) 2198 seconds
smtp/log: up (pid 5262) 2198
seconds
smtp-submit/log: up (pid 5252) 2198 seconds
spamd/log:
up (pid 5214) 2198 seconds
submission/log: up (pid 5260) 2197
seconds

This is interesting.  If I run the strace command
on one of the child POP3 pids, it shows this:

Process 7793
attached - interrupt to quit
gettimeofday({1173740745, 523134}, NULL)
= 0
poll(

then this:

gettimeofday({1173740751,
105401}, NULL) = 0
poll([{fd=1, events=POLLIN}], 1,
0) = 0
close(1)   
= 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
fcntl64(1,
F_GETFL)
= 0x2 (flags O_RDWR)
fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  =
0
bind(1, {sa_family=AF_INET, sin_port=htons(53034),
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address
already in use)
bind(1, {sa_family=AF_INET, sin_port=htons(51899),
sin_addr=inet_addr(0.0.0.0)}, 16) = 0
connect(1,
{sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(209.43.20.115)}, 16) = 0
send(1,
\222\232\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319..., 45,
0) = 45
gettimeofday({1173740751, 106561}, NULL) = 0
gettimeofday({1173740751, 106655}, NULL) = 0
poll([{fd=1,
events=POLLIN}], 1, 11019) = 0
gettimeofday({1173740762, 123471},
NULL) = 0
poll([{fd=1, events=POLLIN}], 1, 0)
= 0
close(1)   
= 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
fcntl64(1,
F_GETFL)
= 0x2 (flags O_RDWR)
fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  =
0
bind(1, {sa_family=AF_INET, sin_port=htons(31621),
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address
already in use)
bind(1, {sa_family=AF_INET, sin_port=htons(44799),
sin_addr=inet_addr(0.0.0.0)}, 16) = 0
connect(1,
{sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(206.246.180.200)}, 16) = 0
send(1,
\262\217\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319..., 45,
0) = 45
gettimeofday({1173740762, 124717}, NULL) = 0
gettimeofday({1173740762, 124818}, NULL) = 0
poll(

-- Do
I need to patch up for the daylight savings time thing??  I didn't
think that would be an issue?

 EP,
 

strace -p $PID
 
 Get the pid of the pop3 daemon to see
if we can get some logs.
 
 Also have you tried stopping
and restarting qmail? What does 'service
 qmail stat' say?
 
 Erik
 
 On 3/12/07, Eric Pierce
[EMAIL PROTECTED] wrote:
 Just to confirm:  The pop3
log was posted in my last email (before I got
 this one),
 distro is CentOS 4.4

 RPM
Versions:
 ucspi-tcp-toaster-0.88-1.3.2

control-panel-toaster-0.5-1.3.2

qmailmrtg-toaster-4.2-1.3.2
 vqadmin-toaster-2.3.4-1.3.2
 ripmime-toaster-1.4.0.6-1.3.2

qmail-toaster-1.03-1.3.10

courier-imap-toaster-4.1.2-1.3.6

daemontools-toaster-0.76-1.3.2

vpopmail-toaster-5.4.13-1.3.3

autorespond-toaster-2.0.4-1.3.2

ezmlm-toaster-0.53.324-1.3.2

qmailadmin-toaster-1.2.9-1.3.3
 isoqlog-toaster-2.1-1.3.2
 squirrelmail-toaster-1.4.8-1.3.4

qmailtoaster-plus-0.2-1.3.2

courier-authlib-toaster-0.59-1.3.4

maildrop-toaster-2.0.3-1.3.4

maildrop-toaster-devel-2.0.3-1.3.4

simscan-toaster-1.3.1-1.3.3

libdomainkeys-toaster-0.68-1.3.2

ezmlm-cgi-toaster-0.53.324-1.3.2

spamassassin-toaster-3.1.7-1.3.6

clamav-toaster-0.88.7-1.3.7

qmail-pop3d-toaster-1.03-1.3.10

 Can you
explain to me how to run strace to get you the info you need?


  Blacklists shouldn't have a
affect pop3 or imap.
 
  1) Logs
  2) Distro
  3) qmailtoaster rpm
versions
  4) strace on pop3 failing


  Anything else would be useful, such as recent
changes or upgrades
  installed.
 
  Erik
 
  On 3/12/07,
Jake Vickers [EMAIL PROTECTED] wrote:
 
  [EMAIL PROTECTED] wrote:
 
  Hi all.I've been watching the list for some time, and
I'm hoping
  that
  someone here
can help me out in a moment of need.
 


  My company runs a qmailtoaster server for
about 35-40 domains and as
 of
  this
  afternoon, pop3 services just stopped working.
Connections can
  be made, but
 
no one is able to retrieve their email. I haven't
 
changed anything on the
  server or any of our
networking equipment.
  SMTP/IMAP/webmail are
still
  working fine.
 
  Does anyone have
  any
suggestions on where I can look to figure out what's

 going on?
 
 
Blacklist? Check the 

Re: [qmailtoaster] POP3 Issue

2007-03-12 Thread Erik A. Espinoza

There is no daylight saving time patch for QmailToaster. CentOS needs
updating, but that is all.

Does pop3-ssl work while regulra pop3 fails?

Thanks,
Erik

On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:

Yes, I've retried starting it a few times.  When I stop the service, several
of the tcpservers spawned for pop3 remain active, I've had to manually kill
them off before restarting.

service qmail stat:

authlib: up (pid 5282) 2197 seconds
clamd: up (pid 5202) 2198 seconds
imap4: up (pid 5221) 2198 seconds
imap4-ssl: up (pid 5263) 2198 seconds
pop3: up (pid 5217) 2198 seconds
pop3-ssl: up (pid 5206) 2198 seconds
send: up (pid 5215) 2198 seconds
smtp: up (pid 5268) 2198 seconds
smtp-submit: up (pid 5218) 2198 seconds
spamd: up (pid 5220) 2198 seconds
submission: up (pid 5259) 2198 seconds
authlib/log: up (pid 5258) 2198 seconds
clamd/log: up (pid 5208) 2198 seconds
imap4/log: up (pid 5250) 2198 seconds
imap4-ssl/log: up (pid 5264) 2198 seconds
pop3/log: up (pid 5261) 2198 seconds
pop3-ssl/log: up (pid 5212) 2198 seconds
send/log: up (pid 5216) 2198 seconds
smtp/log: up (pid 5262) 2198 seconds
smtp-submit/log: up (pid 5252) 2198 seconds
spamd/log: up (pid 5214) 2198 seconds
submission/log: up (pid 5260) 2197 seconds

This is interesting.  If I run the strace command on one of the child POP3
pids, it shows this:

Process 7793 attached - interrupt to quit
gettimeofday({1173740745, 523134}, NULL) = 0
poll(

then this:

gettimeofday({1173740751, 105401}, NULL) = 0
poll([{fd=1, events=POLLIN}], 1, 0) = 0
close(1)= 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
bind(1, {sa_family=AF_INET, sin_port=htons(53034),
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in use)
bind(1, {sa_family=AF_INET, sin_port=htons(51899),
sin_addr=inet_addr(0.0.0.0)}, 16) = 0
connect(1, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(209.43.20.115)}, 16) = 0
send(1,
\222\232\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
45, 0) = 45
gettimeofday({1173740751, 106561}, NULL) = 0
gettimeofday({1173740751, 106655}, NULL) = 0
poll([{fd=1, events=POLLIN}], 1, 11019) = 0
gettimeofday({1173740762, 123471}, NULL) = 0
poll([{fd=1, events=POLLIN}], 1, 0) = 0
close(1)= 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
bind(1, {sa_family=AF_INET, sin_port=htons(31621),
sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in use)
bind(1, {sa_family=AF_INET, sin_port=htons(44799),
sin_addr=inet_addr(0.0.0.0)}, 16) = 0
connect(1, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(206.246.180.200)}, 16) = 0
send(1,
\262\217\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
45, 0) = 45
gettimeofday({1173740762, 124717}, NULL) = 0
gettimeofday({1173740762, 124818}, NULL) = 0
poll(

-- Do I need to patch up for the daylight savings time thing??  I didn't
think that would be an issue?


 EP,

 strace -p $PID

 Get the pid of the pop3 daemon to see if we can get some logs.

 Also have you tried stopping and restarting qmail? What does 'service
 qmail stat' say?

 Erik

 On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:
 Just to confirm: The pop3 log was posted in my last email (before I got
 this one),
 distro is CentOS 4.4

 RPM Versions:
 ucspi-tcp-toaster-0.88-1.3.2
 control-panel-toaster-0.5-1.3.2
 qmailmrtg-toaster-4.2-1.3.2
 vqadmin-toaster-2.3.4-1.3.2
 ripmime-toaster-1.4.0.6-1.3.2
 qmail-toaster-1.03-1.3.10
 courier-imap-toaster-4.1.2-1.3.6
 daemontools-toaster-0.76-1.3.2
 vpopmail-toaster-5.4.13-1.3.3
 autorespond-toaster-2.0.4-1.3.2
 ezmlm-toaster-0.53.324-1.3.2
 qmailadmin-toaster-1.2.9-1.3.3
 isoqlog-toaster-2.1-1.3.2
 squirrelmail-toaster-1.4.8-1.3.4
 qmailtoaster-plus-0.2-1.3.2
 courier-authlib-toaster-0.59-1.3.4
 maildrop-toaster-2.0.3-1.3.4
 maildrop-toaster-devel-2.0.3-1.3.4
 simscan-toaster-1.3.1-1.3.3
 libdomainkeys-toaster-0.68-1.3.2
 ezmlm-cgi-toaster-0.53.324-1.3.2
 spamassassin-toaster-3.1.7-1.3.6
 clamav-toaster-0.88.7-1.3.7
 qmail-pop3d-toaster-1.03-1.3.10

 Can you explain to me how to run strace to get you the info you need?


  Blacklists shouldn't have a affect pop3 or imap.
 
  1) Logs
  2) Distro
  3) qmailtoaster rpm versions
  4) strace on pop3 failing
 
  Anything else would be useful, such as recent changes or upgrades
  installed.
 
  Erik
 
  On 3/12/07, Jake Vickers [EMAIL PROTECTED] wrote:
 
  [EMAIL PROTECTED] wrote:
 
  Hi all.I've been watching the list for some time, and I'm hoping
  that
  someone here can help me out in a moment of need.
 
 
  My company runs a qmailtoaster server for about 35-40 domains and as
 of
  this
  afternoon, pop3 services just stopped working. Connections can
  be made, but
  no one is able to retrieve their email. I haven't
  changed anything on the
  

Re: [qmailtoaster] qmailtoaster server backup ..the best way

2007-03-12 Thread dnk

http://wiki.qmailtoaster.com/index.php/QMT_Failover_replication_Setup

Good place to start

d

On 3/12/07, Hainarosie Razvan [EMAIL PROTECTED] wrote:





Dear list,



One of my clients have a qmailtoaster server.

I have my qmailtoaster server,

I want to provide on my server a backup solution for my client, if their
server crash, their internet connection will work and they will use their
mailboxes from my server.

Any suggestion about the best solution?



Thanks,

RAzvan


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



RE: [qmailtoaster] POP3 Issue

2007-03-12 Thread Eric Pierce
Yes, actually pop3-ssl is working.  I was able to connect and download
messages successfully that way.  What does that mean?

-Original Message-
From: Erik A. Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 7:16 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] POP3 Issue

There is no daylight saving time patch for QmailToaster. CentOS needs
updating, but that is all.

Does pop3-ssl work while regulra pop3 fails?

Thanks,
Erik

On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:
 Yes, I've retried starting it a few times.  When I stop the service,
several
 of the tcpservers spawned for pop3 remain active, I've had to manually
kill
 them off before restarting.

 service qmail stat:

 authlib: up (pid 5282) 2197 seconds
 clamd: up (pid 5202) 2198 seconds
 imap4: up (pid 5221) 2198 seconds
 imap4-ssl: up (pid 5263) 2198 seconds
 pop3: up (pid 5217) 2198 seconds
 pop3-ssl: up (pid 5206) 2198 seconds
 send: up (pid 5215) 2198 seconds
 smtp: up (pid 5268) 2198 seconds
 smtp-submit: up (pid 5218) 2198 seconds
 spamd: up (pid 5220) 2198 seconds
 submission: up (pid 5259) 2198 seconds
 authlib/log: up (pid 5258) 2198 seconds
 clamd/log: up (pid 5208) 2198 seconds
 imap4/log: up (pid 5250) 2198 seconds
 imap4-ssl/log: up (pid 5264) 2198 seconds
 pop3/log: up (pid 5261) 2198 seconds
 pop3-ssl/log: up (pid 5212) 2198 seconds
 send/log: up (pid 5216) 2198 seconds
 smtp/log: up (pid 5262) 2198 seconds
 smtp-submit/log: up (pid 5252) 2198 seconds
 spamd/log: up (pid 5214) 2198 seconds
 submission/log: up (pid 5260) 2197 seconds

 This is interesting.  If I run the strace command on one of the child POP3
 pids, it shows this:

 Process 7793 attached - interrupt to quit
 gettimeofday({1173740745, 523134}, NULL) = 0
 poll(

 then this:

 gettimeofday({1173740751, 105401}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 0) = 0
 close(1)= 0
 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
 fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
 fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
 bind(1, {sa_family=AF_INET, sin_port=htons(53034),
 sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in
use)
 bind(1, {sa_family=AF_INET, sin_port=htons(51899),
 sin_addr=inet_addr(0.0.0.0)}, 16) = 0
 connect(1, {sa_family=AF_INET, sin_port=htons(53),
 sin_addr=inet_addr(209.43.20.115)}, 16) = 0
 send(1,
 \222\232\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
 45, 0) = 45
 gettimeofday({1173740751, 106561}, NULL) = 0
 gettimeofday({1173740751, 106655}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 11019) = 0
 gettimeofday({1173740762, 123471}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 0) = 0
 close(1)= 0
 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
 fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
 fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
 bind(1, {sa_family=AF_INET, sin_port=htons(31621),
 sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in
use)
 bind(1, {sa_family=AF_INET, sin_port=htons(44799),
 sin_addr=inet_addr(0.0.0.0)}, 16) = 0
 connect(1, {sa_family=AF_INET, sin_port=htons(53),
 sin_addr=inet_addr(206.246.180.200)}, 16) = 0
 send(1,
 \262\217\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
 45, 0) = 45
 gettimeofday({1173740762, 124717}, NULL) = 0
 gettimeofday({1173740762, 124818}, NULL) = 0
 poll(

 -- Do I need to patch up for the daylight savings time thing??  I didn't
 think that would be an issue?


  EP,
 
  strace -p $PID
 
  Get the pid of the pop3 daemon to see if we can get some logs.
 
  Also have you tried stopping and restarting qmail? What does 'service
  qmail stat' say?
 
  Erik
 
  On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:
  Just to confirm: The pop3 log was posted in my last email (before I got
  this one),
  distro is CentOS 4.4
 
  RPM Versions:
  ucspi-tcp-toaster-0.88-1.3.2
  control-panel-toaster-0.5-1.3.2
  qmailmrtg-toaster-4.2-1.3.2
  vqadmin-toaster-2.3.4-1.3.2
  ripmime-toaster-1.4.0.6-1.3.2
  qmail-toaster-1.03-1.3.10
  courier-imap-toaster-4.1.2-1.3.6
  daemontools-toaster-0.76-1.3.2
  vpopmail-toaster-5.4.13-1.3.3
  autorespond-toaster-2.0.4-1.3.2
  ezmlm-toaster-0.53.324-1.3.2
  qmailadmin-toaster-1.2.9-1.3.3
  isoqlog-toaster-2.1-1.3.2
  squirrelmail-toaster-1.4.8-1.3.4
  qmailtoaster-plus-0.2-1.3.2
  courier-authlib-toaster-0.59-1.3.4
  maildrop-toaster-2.0.3-1.3.4
  maildrop-toaster-devel-2.0.3-1.3.4
  simscan-toaster-1.3.1-1.3.3
  libdomainkeys-toaster-0.68-1.3.2
  ezmlm-cgi-toaster-0.53.324-1.3.2
  spamassassin-toaster-3.1.7-1.3.6
  clamav-toaster-0.88.7-1.3.7
  qmail-pop3d-toaster-1.03-1.3.10
 
  Can you explain to me how to run strace to get you the info you need?
 
 
   Blacklists shouldn't have a affect pop3 or imap.
  
   1) Logs
   2) Distro
   3) qmailtoaster rpm versions
   4) strace on pop3 failing
  
   Anything else would be useful, such as recent changes or upgrades
   installed.
  
   Erik
  
   On 3/12/07, 

[qmailtoaster] pooched install - how to start over

2007-03-12 Thread dnk

Hi there, I have a pooched toaster install I want to start over from
scratch. I have uninstalled the RPM's, cleaned the files out of the
/usr/src/redhat sub drectories, and i get various errors when trying
to recompile due to various files existing, etc.

Is there a quick un-installer script or something?

d

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



[qmailtoaster] Spamassassin error after upgrade

2007-03-12 Thread Aldi Mmm

I have upgraded my QT using qtp-menu upgrade newmodel.
However, after the upgrade, spam are getting through user's inbox.
I think it's because of the new spamassassin upgrade.
Can someone help me, how can I block spam the way it used to be before
the upgrade?

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



[qmailtoaster] Re: AYUDA

2007-03-12 Thread Erik A. Espinoza

Ask in the list.

On 3/12/07, John Jaiver Rodriguez [EMAIL PROTECTED] wrote:


Hola erik espero me puedas ayudar. tengo un problema y ya he mirado bastante
y no me funciona todavia,

 tengo qmail instalado  qmail funciona perfectamente por la web, si
configuro un cliente externo me funciona perfecto envia y recibe correo,
pero internamente dentro de la LAN no envia ni recibe, un amigo me dijo que
podia ser el relay que no estaba haciendo open relay, ya verifique el
archivo tcp.stmp y tiene el siguiente contenido

 127.:allow,RELAYCLIENT=
192.168.:allow,RELAYCLIENT=

 y bueno no vi problema alguno, tambien verifique los archivos de
/var/qmail/control/locals rcphosts me y los relacionados e igualmente
tambien estan bien

 pero sigue sin enviarme y recibirme localmente desde el outlook

 agradezco si me puedes ayudar.


Envía mensajes de correo electrónico directamente a tu blog con MSN. Carga
chistes, fotografías y muchas otras cosas. Es gratis.


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



[qmailtoaster] local delivery and spamassassin

2007-03-12 Thread Terry Rigby
I'm using fetchmail to get mail from my ISP and then gets forwarded to a local 
QT user account.  It seems that the mail doesnt get passed through 
spamassassin or at least I see no logs of it or anything regarding spam 
status in the email headers.  Is this something that needs to be set in the 
tcp.smtp file?  I already see the following in that file...

127.0.0.1:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/simscan,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan

I'm sure this is something simple but due to my lack of knowledge as to how QT 
works and in what order everything works I am unable to find a solution thus 
far. Thanks to anyone that may be able to lend a hand.

Here are sample log files from an email coming directly to my local users QT 
account (not being brought in through fetchmail)

== /var/log/qmail/smtp/current ==
2007-03-11 00:21:07.479331500 tcpserver: status: 1/100
2007-03-11 00:21:07.479337500 tcpserver: pid 29125 from 65.54.246.73
2007-03-11 00:21:07.479341500 tcpserver: ok 29125 
webserver:192.168.1.222:25 :65.54.246.73::2254

== /var/log/qmail/clamd/current ==
2007-03-11 
00:21:07.956785500 
/var/qmail/simscan/1173601267.915774.29127/addr.1173601267.915774.29127: 
OK
2007-03-11 
00:21:07.957230500 /var/qmail/simscan/1173601267.915774.29127/textfile0: OK
2007-03-11 
00:21:07.962198500 
/var/qmail/simscan/1173601267.915774.29127/msg.1173601267.915774.29127: 
OK

== /var/log/qmail/smtp/current ==
2007-03-11 00:21:07.782546500 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote 
bay0-omc1-s1.bay0.hotmail.com:unknown:65.54.246.73 rcpt  : sender 
accepted
2007-03-11 00:21:07.879291500 CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote 
bay0-omc1-s1.bay0.hotmail.com:unknown:65.54.246.73 rcpt [EMAIL PROTECTED] : 
found existing recipient
2007-03-11 00:21:07.915448500 simscan: connect error 2

== /var/log/qmail/spamd/current ==
2007-03-11 00:21:07.971542500 [2688] info: spamd: connection from webserver 
[127.0.0.1] at port 39901
2007-03-11 00:21:07.979391500 [2688] info: spamd: processing message 
[EMAIL PROTECTED] for clamav:89

== /var/log/qmail/send/current ==
2007-03-11 00:21:09.429650500 new msg 256525
2007-03-11 00:21:09.429656500 info msg 256525: bytes 1502 from 
[EMAIL PROTECTED] qp 29132 uid 89
2007-03-11 00:21:09.552885500 starting delivery 691: msg 256525 to local 
[EMAIL PROTECTED]
2007-03-11 00:21:09.552893500 status: local 1/10 remote 0/60

== /var/log/qmail/smtp/current ==
2007-03-11 00:21:09.255156500 simscan:[29125]:CLEAN (0.00/12.00):1.3356s:just 
a test:65.54.246.73:[EMAIL PROTECTED]:[EMAIL PROTECTED]:
2007-03-11 00:21:09.472776500 tcpserver: end 29125 status 0
2007-03-11 00:21:09.472857500 tcpserver: status: 0/100

== /var/log/qmail/spamd/current ==
2007-03-11 00:21:09.240737500 [2688] info: spamd: clean message (0.0/5.0) for 
clamav:89 in 1.3 seconds, 1113 bytes.
2007-03-11 00:21:09.240746500 [2688] info: spamd: result: . 0 - 
MSGID_FROM_MTA_HEADER 
scantime=1.3,size=1113,user=clamav,uid=89,required_score=5.0,rhost=webserver,raddr=127.0.0.1,rport=39901,mid=[EMAIL
 PROTECTED],autolearn=ham
2007-03-11 00:21:09.317828500 [2437] info: prefork: child states: II

== /var/log/qmail/send/current ==
2007-03-11 00:21:09.666956500 delivery 691: success: did_0+0+1/
2007-03-11 00:21:09.666963500 status: local 0/10 remote 0/60
2007-03-11 00:21:09.666967500 end msg 256525

And here are the logs from an email that gets brought in through fetchmail...

== /var/log/qmail/clamd/current ==
2007-03-11 
00:25:28.877336500 
/var/qmail/simscan/1173601528.830490.29179/addr.1173601528.830490.29179: 
OK
2007-03-11 
00:25:28.883246500 
/var/qmail/simscan/1173601528.830490.29179/msg.1173601528.830490.29179: 
OK
2007-03-11 
00:25:28.883630500 /var/qmail/simscan/1173601528.830490.29179/textfile0: OK

== /var/log/qmail/send/current ==
2007-03-11 00:25:29.042570500 new msg 256525
2007-03-11 00:25:29.042576500 info msg 256525: bytes 2180 from 
[EMAIL PROTECTED] qp 29183 uid 89

== /var/log/qmail/smtp/current ==
2007-03-11 00:25:28.592557500 tcpserver: status: 1/100
2007-03-11 00:25:28.592564500 tcpserver: pid 29177 from 127.0.0.1
2007-03-11 00:25:28.592568500 tcpserver: ok 29177 
webserver:127.0.0.1:25 :127.0.0.1::39907
2007-03-11 00:25:28.806991500 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:: remote localhost:unknown:127.0.0.1 rcpt  : sender 
accepted
2007-03-11 00:25:28.828481500 CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote localhost:unknown:127.0.0.1 rcpt 
[EMAIL PROTECTED] : found existing recipient
2007-03-11 00:25:28.884611500 simscan:
[29177]:RELAYCLIENT:0.0544s:-:127.0.0.1:[EMAIL PROTECTED]:[EMAIL PROTECTED]:

== /var/log/qmail/send/current ==
2007-03-11 00:25:29.220690500 starting delivery 692: msg 256525 to local 
[EMAIL PROTECTED]
2007-03-11 00:25:29.220698500 status: local 1/10 remote 0/60
2007-03-11 00:25:29.341232500 delivery 692: success: 

[qmailtoaster] help: reverse dns checking

2007-03-12 Thread manny mailing list
Hi All. Please help me how to setup my qmailtoaster in denying mail servers 
with bad reverse dns entries.

Regards to all,
Manny

RE: [qmailtoaster] POP3 Issue

2007-03-12 Thread Eric Pierce
In case anyone was wondering, I ended up configuring pop3 not to look up
hostnames and it started working again. Thanks for the quick responses --
the strace tip gave me the clue I needed to realize it was taking forever on
reverse DNS lookups..and after comparing how tcpserver was configured for
pop3 vs. pop3-ssl and making the changes, I have a fully functioning server
again.

Regards,
Eric

-Original Message-
From: Eric Pierce [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 7:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] POP3 Issue

Yes, actually pop3-ssl is working.  I was able to connect and download
messages successfully that way.  What does that mean?

-Original Message-
From: Erik A. Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 12, 2007 7:16 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] POP3 Issue

There is no daylight saving time patch for QmailToaster. CentOS needs
updating, but that is all.

Does pop3-ssl work while regulra pop3 fails?

Thanks,
Erik

On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:
 Yes, I've retried starting it a few times.  When I stop the service,
several
 of the tcpservers spawned for pop3 remain active, I've had to manually
kill
 them off before restarting.

 service qmail stat:

 authlib: up (pid 5282) 2197 seconds
 clamd: up (pid 5202) 2198 seconds
 imap4: up (pid 5221) 2198 seconds
 imap4-ssl: up (pid 5263) 2198 seconds
 pop3: up (pid 5217) 2198 seconds
 pop3-ssl: up (pid 5206) 2198 seconds
 send: up (pid 5215) 2198 seconds
 smtp: up (pid 5268) 2198 seconds
 smtp-submit: up (pid 5218) 2198 seconds
 spamd: up (pid 5220) 2198 seconds
 submission: up (pid 5259) 2198 seconds
 authlib/log: up (pid 5258) 2198 seconds
 clamd/log: up (pid 5208) 2198 seconds
 imap4/log: up (pid 5250) 2198 seconds
 imap4-ssl/log: up (pid 5264) 2198 seconds
 pop3/log: up (pid 5261) 2198 seconds
 pop3-ssl/log: up (pid 5212) 2198 seconds
 send/log: up (pid 5216) 2198 seconds
 smtp/log: up (pid 5262) 2198 seconds
 smtp-submit/log: up (pid 5252) 2198 seconds
 spamd/log: up (pid 5214) 2198 seconds
 submission/log: up (pid 5260) 2197 seconds

 This is interesting.  If I run the strace command on one of the child POP3
 pids, it shows this:

 Process 7793 attached - interrupt to quit
 gettimeofday({1173740745, 523134}, NULL) = 0
 poll(

 then this:

 gettimeofday({1173740751, 105401}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 0) = 0
 close(1)= 0
 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
 fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
 fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
 bind(1, {sa_family=AF_INET, sin_port=htons(53034),
 sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in
use)
 bind(1, {sa_family=AF_INET, sin_port=htons(51899),
 sin_addr=inet_addr(0.0.0.0)}, 16) = 0
 connect(1, {sa_family=AF_INET, sin_port=htons(53),
 sin_addr=inet_addr(209.43.20.115)}, 16) = 0
 send(1,
 \222\232\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
 45, 0) = 45
 gettimeofday({1173740751, 106561}, NULL) = 0
 gettimeofday({1173740751, 106655}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 11019) = 0
 gettimeofday({1173740762, 123471}, NULL) = 0
 poll([{fd=1, events=POLLIN}], 1, 0) = 0
 close(1)= 0
 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 1
 fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
 fcntl64(1, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
 bind(1, {sa_family=AF_INET, sin_port=htons(31621),
 sin_addr=inet_addr(0.0.0.0)}, 16) = -1 EADDRINUSE (Address already in
use)
 bind(1, {sa_family=AF_INET, sin_port=htons(44799),
 sin_addr=inet_addr(0.0.0.0)}, 16) = 0
 connect(1, {sa_family=AF_INET, sin_port=htons(53),
 sin_addr=inet_addr(206.246.180.200)}, 16) = 0
 send(1,
 \262\217\1\0\0\1\0\0\0\0\0\0\003230\00210\003168\00319...,
 45, 0) = 45
 gettimeofday({1173740762, 124717}, NULL) = 0
 gettimeofday({1173740762, 124818}, NULL) = 0
 poll(

 -- Do I need to patch up for the daylight savings time thing??  I didn't
 think that would be an issue?


  EP,
 
  strace -p $PID
 
  Get the pid of the pop3 daemon to see if we can get some logs.
 
  Also have you tried stopping and restarting qmail? What does 'service
  qmail stat' say?
 
  Erik
 
  On 3/12/07, Eric Pierce [EMAIL PROTECTED] wrote:
  Just to confirm: The pop3 log was posted in my last email (before I got
  this one),
  distro is CentOS 4.4
 
  RPM Versions:
  ucspi-tcp-toaster-0.88-1.3.2
  control-panel-toaster-0.5-1.3.2
  qmailmrtg-toaster-4.2-1.3.2
  vqadmin-toaster-2.3.4-1.3.2
  ripmime-toaster-1.4.0.6-1.3.2
  qmail-toaster-1.03-1.3.10
  courier-imap-toaster-4.1.2-1.3.6
  daemontools-toaster-0.76-1.3.2
  vpopmail-toaster-5.4.13-1.3.3
  autorespond-toaster-2.0.4-1.3.2
  ezmlm-toaster-0.53.324-1.3.2
  qmailadmin-toaster-1.2.9-1.3.3
  isoqlog-toaster-2.1-1.3.2
  squirrelmail-toaster-1.4.8-1.3.4
  qmailtoaster-plus-0.2-1.3.2
  courier-authlib-toaster-0.59-1.3.4
  

[qmailtoaster] reverse dns checking

2007-03-12 Thread manny mailing list
Hi All. Please help me how to setup my qmailtoaster in denying mail servers 
with bad reverse dns entries.

Regards to all,
Manny

Re: [qmailtoaster] reverse dns checking

2007-03-12 Thread Jake Vickers

manny mailing list wrote:
Hi All. Please help me how to setup my qmailtoaster in denying mail 
servers with bad reverse dns entries.
 

Try a blacklist like http://www.rfc-ignorant.org/
There are other ways if that does not fit your need (it's the easiest way)


smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] Re: help

2007-03-12 Thread Erik A. Espinoza

Ask in the list.

If you are getting a bounce when you send to the list, send me the
bounce and I will look into it.

For what it's worth, your mail did go through and someone already
posted a response.

Erik

On 3/12/07, manny mailing list [EMAIL PROTECTED] wrote:



Hi erik ,

Im trying to send mail to
qmailtoaster-list@qmailtoaster.com but it seems that my
mail is not delivered. Im receiving mails from the toaster mailing list but
unable to post. Any help would be greatly appreciated. BTW i would like to
ask question how to enable reverse dns checking on my qmailtoaster in this
way may server will reject any mails coming from senders that do not have a
bad/valid reverse dns


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



Re: [qmailtoaster] reverse dns [EMAIL PROTECTED] qmailtoaster-list@qmailtoaster.com

2007-03-12 Thread manny mailing list
Thanks for the response , I included =:allow and :deny to my tcp.smtp file 
but it rejects all mails coming in from outside.


- Original Message - 
From: Erik A. Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, March 13, 2007 10:32 AM
Subject: Re: [qmailtoaster] reverse dns checking



http://www.qmailwiki.org/Qmail-tips

*  Han Boetes blocks sites with no reverse dns. He uses the following
tcp.smtp file. The only thing I would do differently is to set
RBLSMTPD instead of just denying the connection.

127.0.0.1:allow,RELAYCLIENT=
172.16.11.:allow,RELAYCLIENT=
=:allow
:deny


On 3/12/07, manny mailing list [EMAIL PROTECTED] wrote:




Hi All. Please help me how to setup my qmailtoaster in denying mail 
servers

with bad reverse dns entries.

Regards to all,
Manny


-
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] reverse dns [EMAIL PROTECTED] qmailtoaster-list@qmailtoaster.com

2007-03-12 Thread Nick Hemmesch
Hi Manny,

Matt Simerson has a good explaination. You can find it here:

  http://www.tnpi.biz/internet/mail/toaster/filtering/reverse-dns.shtml

Be careful, you may block a lot of legitimate mail by using the most
aggressive rule :allow,RBLSMTPD=-Blocked . . . The leading dash is the
switch.

Regards,

Nick

 Thanks for the response , I included =:allow and :deny to my tcp.smtp file
 but it rejects all mails coming in from outside.

 - Original Message -
 From: Erik A. Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, March 13, 2007 10:32 AM
 Subject: Re: [qmailtoaster] reverse dns checking


 http://www.qmailwiki.org/Qmail-tips

 *  Han Boetes blocks sites with no reverse dns. He uses the following
 tcp.smtp file. The only thing I would do differently is to set
 RBLSMTPD instead of just denying the connection.

 127.0.0.1:allow,RELAYCLIENT=
 172.16.11.:allow,RELAYCLIENT=
 =:allow
 :deny


 On 3/12/07, manny mailing list [EMAIL PROTECTED] wrote:



 Hi All. Please help me how to setup my qmailtoaster in denying mail
 servers
 with bad reverse dns entries.

 Regards to all,
 Manny



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