[qmailtoaster] restricting email from certain senders

2007-05-17 Thread Jeremy Runner
I have been asked to host the email for a local boyscout troop.  The 
troop master would like to limit the group from only being able to send 
and receive email from each other.  Is this possible?


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



Re: [qmailtoaster] restricting email from certain senders

2007-05-17 Thread Jeremy Runner
But there are other domains on the server.  I don't want to affect other 
domains.



Erik A. Espinoza wrote:

Sounds like a job for iptables, block incoming and outgoing port 25.
Write a script that will clear the outgoing queue.



On 5/17/07, Jeremy Runner [EMAIL PROTECTED] wrote:

I have been asked to host the email for a local boyscout troop.  The
troop master would like to limit the group from only being able to send
and receive email from each other.  Is this possible?

-
 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] Suexec apache2 qmailadmin

2006-11-14 Thread Jeremy Runner
I'm using Virtualmin to do web hosting.  It creates the httpd.conf as 
follows using suexec.


VirtualHost 192.168.1.2:80
SuexecUserGroup #501 #500
ServerName mydomain.com
ServerAlias www.mydomain.com
DocumentRoot /home/mydomain/public_html
ErrorLog /home/mydomain/logs/error_log
CustomLog /home/mydomain/logs/access_log common
ScriptAlias /cgi-bin/ /home/mydomain/cgi-bin/
Directory /home/mydomain/public_html
Options Indexes FollowSymLinks ExecCGI
allow from all
AllowOverride All
/Directory
Directory /home/mydomain/cgi-bin
allow from all
/Directory
/VirtualHost

All scripts must reside in /home/{somedomain}.  If I put the scripts in 
a folder belonging to that domain, only that domain will be able to use 
it.  I would like to be able to run the qmailadmin scripts from all 
domains but I haven't figured out how to make it work yet with suexec.






Eric Shubes wrote:

I gotta say, I don't understand the problem here.

I have two domains on a toaster. I can get to qmailadmin via
http://domain1.com/qmailtoaster and/or http://domain2.com/qmailtoaster. I
can log into either domain using the url from either one.

I've (simply) set up virtual domains in httpd.conf for each one, and they
just work.

So what's the problem? (What am I missing?)

Nolan Garrett wrote:
  

I don't know if this helps or not, but in my case I was required to
rename qmailadmin to index.cgi, and change it's ownership to vpopmail
and vchkpw.  This user and group was given a UID and GID  500.  Also, I
had to recompile suexec using the directions from the link below so that
I could execute out of /usr/share/qmailadmin.

http://weblog.massivegeek.com/modules.php?name=Newsfile=articlesid=67

Nolan

Jeremy Runner wrote:


That didn't work.  I think you have to set SuexecUserGroup to which
user you want to have access but this is set in the VirtualHost directive.

I found this link but I'm not sure if it applies.
http://www.shupp.org/toaster/trustix_notes.eml.html




Quinn Comendant wrote:
  

Do you know if it is possible to disable suexec for one specific site? In my 
opinion it is safe to run qmailadmin under user apache/www/nobody.

Otherwise, it should work to copy the /usr/share/qmailadmin directory to 
/var/www/qmailadmin and adjust the paths in /etc/httpd/conf/toaster.conf 
accordingly. I don't think suexec will let you run it through a symlink.

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410



On Mon, 13 Nov 2006 19:05:48 -0600, Jeremy Runner wrote:
  

Now that I have qmailtoaster running and doing so well, I'm trying 
to  get qmailadmin working.  I have apache2 configured with suexec.  
All cgi scripts have to be in /var/www and a virtual host has to be 
configured to set SuexecUserGroup to run cgi scripts.  How can I get 
qmailadmin working in this environment so that it will be available 
for all virtual domains I have and not just one.  Hope I'm not too 
confusing.

  



  


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



[qmailtoaster] Suexec apache2 qmailadmin

2006-11-13 Thread Jeremy Runner
Now that I have qmailtoaster running and doing so well, I'm trying to  
get qmailadmin working.  I have apache2 configured with suexec.  All cgi 
scripts have to be in /var/www and a virtual host has to be configured 
to set SuexecUserGroup to run cgi scripts.  How can I get qmailadmin 
working in this environment so that it will be available for all virtual 
domains I have and not just one.  Hope I'm not too confusing.


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



Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-13 Thread Jeremy Runner




That didn't work. I think you have to set SuexecUserGroup to which
user you want to have access but this is set in the VirtualHost
directive.

I found this link but I'm not sure if it applies.
http://www.shupp.org/toaster/trustix_notes.eml.html




Quinn Comendant wrote:

  Do you know if it is possible to disable suexec for one specific site? In my opinion it is safe to run qmailadmin under user apache/www/nobody.

Otherwise, it should work to copy the /usr/share/qmailadmin directory to /var/www/qmailadmin and adjust the paths in /etc/httpd/conf/toaster.conf accordingly. I don't think suexec will let you run it through a symlink.

Quinn

-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410



On Mon, 13 Nov 2006 19:05:48 -0600, Jeremy Runner wrote:
  
  
Now that I have qmailtoaster running and doing so well, I'm trying 
to  get qmailadmin working.  I have apache2 configured with suexec.  
All cgi scripts have to be in /var/www and a virtual host has to be 
configured to set SuexecUserGroup to run cgi scripts.  How can I get 
qmailadmin working in this environment so that it will be available 
for all virtual domains I have and not just one.  Hope I'm not too 
confusing.

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




  





Re: [qmailtoaster] QmailToaster integration WebControl panel?

2006-11-12 Thread Jeremy Runner



Jake Vickers wrote:

Ryan Gibbons wrote:

This is a question, not a statement :)

Is there any integration of qmailtoaster into a Web Control Panel, I'm
specifically looking at DTC - http://gplhost.com/software-dtc.html

Details :

I have been looking at a open-source web control panel for my server.  I
am getting tired of making all edits by hand, and being able to give
even the basic controls to the webmaster for any given domain.  Most of
the ones I see want to either use a standard install of a service and
then they customize it, even DTC seems to be this way (I haven't
installed it, but I am asking a similar question on the other side to be
sure).

So if you have integrated Qmail Toaster into a general Web Hosting
Panel.  Or has someone modified some of the QmailToaster Panels to
manage other services (primarily apache and an ftp server, though DNS
would be another nice addition).

Let me know.
  
I had offered about a year or so ago to help Gorrand (I think that was 
his name) integrate Toaster into his DTC package, but never really got 
any replies except for that Qmail was in a repo for Debian. At the 
time his stuff did not install hardly at all on Redhat, so I decided I 
wouldn't volunteer for any extra work.
If his stuff has been fixed to install on RH, I'll download it and see 
if it can incorporate (unless you've already tried).



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






I'm using the Virtualmin module for Webmin and it seems to be working fine.



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



Re: [qmailtoaster] QmailToaster integration WebControl panel?

2006-11-12 Thread Jeremy Runner



Jake Vickers wrote:

Ryan Gibbons wrote:

This is a question, not a statement :)

Is there any integration of qmailtoaster into a Web Control Panel, I'm
specifically looking at DTC - http://gplhost.com/software-dtc.html

Details :

I have been looking at a open-source web control panel for my server.  I
am getting tired of making all edits by hand, and being able to give
even the basic controls to the webmaster for any given domain.  Most of
the ones I see want to either use a standard install of a service and
then they customize it, even DTC seems to be this way (I haven't
installed it, but I am asking a similar question on the other side to be
sure).

So if you have integrated Qmail Toaster into a general Web Hosting
Panel.  Or has someone modified some of the QmailToaster Panels to
manage other services (primarily apache and an ftp server, though DNS
would be another nice addition).

Let me know.
  
I had offered about a year or so ago to help Gorrand (I think that was 
his name) integrate Toaster into his DTC package, but never really got 
any replies except for that Qmail was in a repo for Debian. At the 
time his stuff did not install hardly at all on Redhat, so I decided I 
wouldn't volunteer for any extra work.
If his stuff has been fixed to install on RH, I'll download it and see 
if it can incorporate (unless you've already tried).



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






I'm using the Virtualmin module for Webmin and it seems to be working fine.



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



[qmailtoaster] badmailfrom

2006-11-09 Thread Jeremy Runner
What is the purpose of the info below in the badmailfrom file.  I could 
not receive or send for one of the domains I created until I removed the 
info.


.*\ @.*
[EMAIL PROTECTED]
.*%.*


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] slow pop3 logins

2006-11-07 Thread Jeremy Runner
I did try the fix with the run file and it didn't work for me.  But I 
did get it fixed.  Once I got bind working for localhost, 127, and 
x.1.168.192  and with forwarders  to my ISP dns servers it is working 
fine.  I just don't understand why I had to have this.  I had a previous 
qmailtoaster install running for a couple of years that worked 
flawlessly and I never installed bind or djbdns??  Anyways it's working 
now.  Thanks for the help..



Eric Shubes wrote:

That's certainly worth a shot, but I'd consider that a remedy instead of a
fix. If adding the -H flag improves things, I would think then that reverse
DNS is certainly the problem.

I don't know enough about configuring (bind or djbdns) off hand to tell you
how to fix it. Perhaps someone else here does. Do some digging, and I'm sure
you can find a solution. Google is your friend. ;)

slamp slamp wrote:
  

did you try Craig Smith's solution for the same issue he was having?

From: Craig Smith [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Reply-To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Slow pop3 login
Date: Mon, 6 Nov 2006 11:30:13 -
X-Mailer: Microsoft Office Outlook 11

Is this problem still occuring?  Sorry I've read most of the posts, and I
see the dns related items may be at fault,however there may be another
cause.  I had this same problem when I first setup my box, it worked great,
but pop3 authentication took just over 2 mins.

It turns out it was a setting in the run file.  I don't see any mention of
checking the run file so I thought I would let you know just in case.

original run is/was as follows.

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21




I changed mine to

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=hostname

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -l0 -H -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21

I added the -l0 and the -H as I had read on several groups about the slow
response.  I believe the -H tells pop3 not to perform reverse dns or
something similar.  That was the general consensus for sorting out the slow
response, and in my case it worked a charm.

Try adding the -H to /var/qmail/supervise/pop3/run contents.  As ever
make a
copy before editing. ;-)

I hope that helps.

On 11/6/06, Michael Amster [EMAIL PROTECTED] wrote:


Like I asked other people, do you have reverse DNS working for that
server?  Looks like no:

[EMAIL PROTECTED] ~]# dig ccws01.computerconcept.net

;  DiG 9.3.2  ccws01.computerconcept.net
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 22742
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ccws01.computerconcept.net.IN  A

;; ANSWER SECTION:
ccws01.computerconcept.net. 83199 INA   65.83.25.10

;; Query time: 11 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  6 15:55:41 2006
;; MSG SIZE  rcvd: 60

[EMAIL PROTECTED] ~]# dig 65.83.25.10

;  DiG 9.3.2  65.83.25.10
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 60193
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;65.83.25.10.   IN  A

;; ANSWER SECTION:
65.83.25.10.655360  IN  A   65.83.25.10

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  6 15:55:53 2006
;; MSG SIZE  rcvd: 45


Jeremy Runner wrote:

  

Eric Shubes wrote:



[EMAIL PROTECTED] wrote:


  

Can someone try to telnet in my qmailtoaster just to experience the
slow
login I am referring to.

telnet ccws01.computerconcept.net 110

Make sure you grab a snack first.

Thanks.






  

[EMAIL PROTECTED] ~]$ time telnet ccws01.computerconcept.net 110
Trying 65.83.25.10...
Connected to ccws01.computerconcept.net (65.83.25.10).
Escape character is '^]'.
+OK [EMAIL PROTECTED]
quit
+OK
Connection closed by foreign host.

real1m40.689s
user0m0.016s
sys 0m0.008s
[EMAIL PROTECTED] ~]$



Note, I got Connected message right away, but it took well over a
minute to
come up with the first +OK.

FWIW, it appears that you're not replying to ping. Might want to open
that
up for troubleshooting. It looks to me though like it's getting there
just
fine. What's happening between the Connected... and +OK though?
That's
where your problem lies.

  

Exactly.  That's what I've seen.  I have installed on 2 different
machines with the exact same problem  Would this still be dns
problem?  I didn't think so but thats the only area where I know I
have a problem

Re: [qmailtoaster] slow pop3 logins

2006-11-06 Thread Jeremy Runner



Eric Shubes wrote:

[EMAIL PROTECTED] wrote:
  

Can someone try to telnet in my qmailtoaster just to experience the slow
login I am referring to.

telnet ccws01.computerconcept.net 110

Make sure you grab a snack first.

Thanks.




  

[EMAIL PROTECTED] ~]$ time telnet ccws01.computerconcept.net 110
Trying 65.83.25.10...
Connected to ccws01.computerconcept.net (65.83.25.10).
Escape character is '^]'.
+OK [EMAIL PROTECTED]
quit
+OK
Connection closed by foreign host.

real1m40.689s
user0m0.016s
sys 0m0.008s
[EMAIL PROTECTED] ~]$



Note, I got Connected message right away, but it took well over a minute to
come up with the first +OK.

FWIW, it appears that you're not replying to ping. Might want to open that
up for troubleshooting. It looks to me though like it's getting there just
fine. What's happening between the Connected... and +OK though? That's
where your problem lies.
  


Exactly.  That's what I've seen.  I have installed on 2 different 
machines with the exact same problem  Would this still be dns problem?  
I didn't think so but thats the only area where I know I have a problem.


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



[qmailtoaster] Slow pop3 login

2006-11-05 Thread Jeremy Runner
I have just installed qmailtoaster and all seemed to go well. But 
logging in takes a long time.  Like if I do telnet my.server.com 110, it 
can take 2 1/2 minutes before I get the welcome and login prompt.  Once 
logged in all is fine.  If I log in via Squirrelmail everything is 
normal.  What could be causing these extremely slow logins.  All of my 
email clients time out before login.


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] Slow pop3 login

2006-11-05 Thread Jeremy Runner

Yes.  I installed dbjdns local-cache.   My resolv.conf  looks like:

search mydomain.com
nameserver 127.0.0.1
nameserver 192.168.1.1
nameserver 205.152.132.23
nameserver 205.152.37.23


Erik Espinoza wrote:
Did you configure a local DNS server and point your resolv.conf to 
127.0.0.1?


On 11/5/06, Jeremy Runner [EMAIL PROTECTED] wrote:

I have just installed qmailtoaster and all seemed to go well. But
logging in takes a long time.  Like if I do telnet my.server.com 110, it
can take 2 1/2 minutes before I get the welcome and login prompt.  Once
logged in all is fine.  If I log in via Squirrelmail everything is
normal.  What could be causing these extremely slow logins.  All of my
email clients time out before login.

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]



Re: [qmailtoaster] Slow pop3 login

2006-11-05 Thread Jeremy Runner
Should I be checking my private ip 192.168.1.x or public.  I don't 
have a static public ip and the private doesn't resolve.


nslookup 192.168.1.x

;; Warning: ID mismatch: expected ID 45307, got 0
Server: 205.152.132.23
Address:205.152.132.23#53

** server can't find x.1.168.192.in-addr.arpa: SERVFAIL



Erik Espinoza wrote:

Paste the output of nslookup ipaddress on Windows or Linux

Erik

On 11/5/06, Jeremy Runner [EMAIL PROTECTED] wrote:

How can I check reverse dns.  My server is behind a Linksys router.  It
does nat and dns.


Erik Espinoza wrote:
 Qmail doesnt' check with /etc/hosts.

 Sounds like you may not have reverse dns entries, Does the machine you
 are connecting from have reverse dns? Is it on the same 192.x subnet?

 On 11/5/06, Jeremy Runner [EMAIL PROTECTED] wrote:
 If I telnet localhost 110 from the server I gain access 
immediately.
 But if I use IP or hostname it takes forever from the server or 
from the

 clients.  I have checked hostname, /etc/hosts???  It eventually does
 work but after a few minutes.



 [EMAIL PROTECTED] wrote:
  [Server]
  Kernel IP routing table
  Destination Gateway Genmask Flags Metric
 RefUse
  Iface
  10.0.0.0*   255.255.255.0   U 0
 00
  eth0
  192.168.1.0 *   255.255.255.0   U 0
 00
  eth0
  default 192.168.1.1 0.0.0.0 UG0
 00
  eth0
 
  [Client-XP]
  Active Routes:
  Network DestinationNetmask  Gateway   
Interface

  Metric
0.0.0.0  0.0.0.0  192.168.1.1
 192.168.1.10030
  127.0.0.0255.0.0.0127.0.0.1
 127.0.0.11
192.168.0.0255.255.255.0  192.168.0.3
 192.168.0.320
192.168.0.3  255.255.255.255127.0.0.1
 127.0.0.120
  192.168.0.255  255.255.255.255  192.168.0.3
 192.168.0.320
192.168.1.0255.255.255.0192.168.1.100
 192.168.1.10030
  192.168.1.100  255.255.255.255127.0.0.1
 127.0.0.130
  192.168.1.255  255.255.255.255192.168.1.100
 192.168.1.10030
  224.0.0.0240.0.0.0  192.168.0.3
 192.168.0.320
  224.0.0.0240.0.0.0192.168.1.100
 192.168.1.10030
255.255.255.255  255.255.255.255  192.168.0.3
 21
255.255.255.255  255.255.255.255  192.168.0.3
 192.168.0.31
255.255.255.255  255.255.255.255192.168.1.100
 192.168.1.1001
  Default Gateway:   192.168.1.1
 
 
=== 



  Persistent Routes:
None
 
 
 
  So this two machines are in the same subnet 192.168.1.
 
  How much it take If you make a telnet my.domain.com 110 from the
 server.
 
  Try with my.domain.com and with the IP.
 
  Do you use NAT?
 
  Does my.domain.com resolves to 192.168.1.XXX (being this the IP 
of the

  mail server) or a public IP?
 
 
 
 
  
-

   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 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 hosted by: VR Hosted http://www.vr.org

RE: [qmailtoaster] max number of rcpt

2006-02-28 Thread Jeremy Runner
Yes, I have restarted Qmail but not rebooted the machine.



On Tue, 2006-02-28 at 14:09 +0800, Riezal Ross wrote:
 Just to check, have you restarted Qmail after changing those values?
 
 Regards,
 
 Riezal Ross
 
 
 -Original Message-
 From: Jeremy Runner [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 28, 2006 12:14 PM
 To: qmailtoaste-list
 Subject: [qmailtoaster] max number of rcpt
 
 
 I am using qmailtoaster on my server and it has been working great.
 Lately an employee it trying to send out a large email group and only a
 few go through before the following messages appear in the smtp logs:
 
 max number of allowed rcpt
 max number of recipients
 rcpt ignored, session over INTRUSION threshold
 
 
 
 I have already set the
 following: ,CHKUSER_RCPTLIMIT=250,CHKUSER_WRONGRCPTLIMIT=100 in the
 tcp.smtp with no apparent change. How can I fix this?
 
 Thanks,
 
 Jeremy
 
 
 -
  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] max number of rcpt

2006-02-27 Thread Jeremy Runner
I am using qmailtoaster on my server and it has been working great.
Lately an employee it trying to send out a large email group and only a
few go through before the following messages appear in the smtp logs:

max number of allowed rcpt
max number of recipients
rcpt ignored, session over INTRUSION threshold



I have already set the
following: ,CHKUSER_RCPTLIMIT=250,CHKUSER_WRONGRCPTLIMIT=100 in the
tcp.smtp with no apparent change. How can I fix this?

Thanks,

Jeremy


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



[qmailtoaster] chkuser problem

2006-01-12 Thread Jeremy Runner



Lately I am having users complain that they cannot 
send email to any domain other than ours. I checked the 
/var/log/qmail/smtp logs and it shows that they authenticate but then says 
relaying not allowed. I'm not sure what would have changed or why they 
cannot sent out mail. Where should I begin to troubleshoot? 
Thanks.



Re: [qmailtoaster] Multiple problems

2005-10-13 Thread Jeremy Runner
Probably those annoying receipt confirmations everyone gets with every one 
of your posts.




- Original Message - 
From: Jack D. Martin Jr. [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, October 13, 2005 11:15 AM
Subject: [qmailtoaster] Multiple problems




For some reason I had to re-subscribe to the list, did I do something to
tick somebody off?  ;-)

I installed on Mandrake 10.2, it appeared to be successful.  It looks like 
I

have created a major mess, any help would be appreciated.  I have numbered
the 4 problems below so they wouldn't get lost in all of the mess.  I
probably should have sent multiple emails, but am just about at my wits 
end

with Linux in general, so I combined them, hoping that maybe they are
related somehow.



1.  When I start the toaster, I can't change the password.


2.  I can send email but not receive, I shut off the firewall, no change.
My log says this:

[EMAIL PROTECTED] magicwisp]# tail /var/log/qmail/smtp/current
@4000434e2c9c084cee6c tcpserver: status: 0/100
@4000434e75d32434361c tcpserver: status: 1/100
@4000434e75d32441075c tcpserver: pid 27751 from 64.200.163.164
@4000434e75d3244627dc tcpserver: ok 27751
proliant1.magicwisp.com:65.77.22.242:25 :64.200.163.164::13469
@4000434e75d5339957cc CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:: remote
enttule202.ad.wcg.com:unknown:64.200.163.164 rcpt
[EMAIL PROTECTED] : found existing recipient
@4000434e75d610208464 tcpserver: end 27751 status 0
@4000434e75d610209fbc tcpserver: status: 0/100


The bounce message says this:

Hi. This is the qmail-send program at magicwisp.com.
I'm afraid I wasn't able to deliver your message to the following 
addresses.

This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 27757 invoked by uid 89); 13 Oct 2005 14:57:16 -
Received: by simscan 1.1.0 ppid: 27751, pid: 27753, t: 0.3586s
scanners: clamav: 0.87/m:34/d:1082 spam: 3.1.0
X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on
   proliant1.magicwisp.com
X-Spam-Level:
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham
   version=3.1.0
Received: from unknown (HELO enttule202.ad.wcg.com) (64.200.163.164)
 by proliant1.magicwisp.com with SMTP; 13 Oct 2005 14:57:15 -
Received-SPF: none (proliant1.magicwisp.com: domain at wiltel.com does not
designate permitted sender hosts)
Received: from mail pickup service by enttule202.ad.wcg.com with Microsoft
SMTPSVC;
Thu, 13 Oct 2005 09:57:13 -0500
Received: from EXCHANGE4.ad.wcg.com ([10.21.33.40]) by 
enttule202.ad.wcg.com

with Microsoft SMTPSVC(5.0.2195.6713);
Thu, 13 Oct 2005 09:57:13 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1
Content-Class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
   charset=utf-8
Content-Transfer-Encoding: base64
Subject: Test
Date: Thu, 13 Oct 2005 09:57:11 -0500
Message-ID: 
[EMAIL PROTECTED]

X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: Test
Thread-Index: AcXQBmO4F/c/y/rLQaG4P9tDwamnHQ==
From: Martin, Jack [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-CTCH-ID: _D48A1584-71AB-4DE6-809B-CAEA68C127B0_
X-CTCH-RefID: 0
X-CTCH-Action: Ignore
X-OriginalArrivalTime: 13 Oct 2005 14:57:13.0265 (UTC)
FILETIME=[64FD9A10:01C5D006]

VGVzdA0K


3.  The qmail admin button goes to this:

Internal Server Error
The server encountered an internal error or misconfiguration and was 
unable

to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform them of
the time the error occurred, and anything you might have done that may 
have

caused the error.
More information about this error may be available in the server error 
log.


Apache-AdvancedExtranetServer/2.0.53 (Mandriva Linux/PREFORK-9.2.102mdk)
mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/4.3.10 mod_perl/1.999.21 Perl/v5.8.6
Server at magicwisp.com Port 80


4.  The admin-toaster page shows nothing except this:

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 
0

is not allowed to access qmailmrtg.module owned by uid 75 in
/usr/share/toaster/include/admin.inc.php on line 137

Warning: fopen(qmailmrtg.module): failed to open stream: Success in
/usr/share/toaster/include/admin.inc.php on line 137

Warning: filesize(): SAFE MODE Restriction in effect. The script whose uid
is 0 is not allowed to access qmailmrtg.module owned by uid 75 in
/usr/share/toaster/include/admin.inc.php on line 138

Warning: fread(): supplied argument is not a valid stream resource in
/usr/share/toaster/include/admin.inc.php on line 138

Warning: fclose(): supplied argument is not a valid stream resource in
/usr/share/toaster/include/admin.inc.php on line 139

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 
0

[qmailtoaster] Getting Errors in Centos 4 Re: [qmailtoaster] UPDATES: vqadmin-toaster qmailadmin-toaster

2005-09-21 Thread Jeremy Runner


- Original Message - 
From: Nick Hemmesch [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, September 21, 2005 12:25 PM
Subject: [qmailtoaster] UPDATES: vqadmin-toaster  qmailadmin-toaster



Hi,

I just placed the following packages on the site for download:

vqadmin-toaster-2.3.6-1.2.6.src.rpm - Fixed user account controls so
accounts may be properly administered for allowing/denying users access to
their mail accounts.

qmailadmin-toaster-1.2.9-1.2.8.src.rpm - Fixes some language problems and
provides a new, easy access point to change user password.

Thanks for the clamav update from Erik. I just arrived home and have some
business to attend to but, will check it out tonight. Thanks again . . .

Regards,

Nick




Hello all,

I'm getting the following errors while trying to install your new 
vqadmin-toaster.



checking whether build environment is sane... yes
/usr/src/redhat/BUILD/vqadmin-2.3.6/missing: Unknown `--run' option
Try `/usr/src/redhat/BUILD/vqadmin-2.3.6/missing --help' for more 
information

configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `i686-redhat-linux-gnu': 
machine `i686-redhat-linux' not recognized

configure: error: /bin/sh ./config.sub i686-redhat-linux-gnu failed
error: Bad exit status from /var/tmp/rpm-tmp.95217 (%prep)


RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.95217 (%prep)



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



Re: [qmailtoaster] Unofficial Update: clamav 0.87

2005-09-20 Thread Jeremy Runner
- Original Message - 
From: Erik Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, September 20, 2005 12:47 PM
Subject: [qmailtoaster] Unofficial Update: clamav 0.87


Greetings,

It appears as though quite a few security related issues were found in
clamav 0.86.2. As such I have created an update to clamav 0.87.

It is available at the usual place:
http://kabewm.landshark.net/pages/projects/qmailtoaster.php

As always, my packages are signed by my public key.

Thanks,
Erik



Hello,
Thanks for the update Erik.  May want to check it though.  It tries to use 
your user and group.


Installing clamav-toaster-0.87-1.2.6.src.rpm
warning: user espinoza does not exist - using root
warning: group espinoza does not exist - using root
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4646

Works anyways though, just though maybe you wouldn't want that info spread 
everywhere.


Jeremy


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


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



[qmailtoaster] qmailctl spamd problem

2005-09-14 Thread Jeremy Runner



If I do a qmailctl restart or a qmailctl stop then 
qmailctl start, spamd never restarts. I have to reboot to get it to come 
back online. Is there something I can do to fix this? 
Thanks.


Re: [qmailtoaster] qmailctl spamd problem

2005-09-14 Thread Jeremy Runner
Thanks. Your script works fine.  Can you forsee a problem if I combine the 
two scripts so that qmailctl would properly start|stop|restart|etcspamd, 
so that one script controls the entire toaster.  I looked at it a bit and it 
and I think I could do it easily enough?   Thanks again.




- Original Message - m
From: Jake Vickers [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, September 14, 2005 2:24 PM
Subject: Re: [qmailtoaster] qmailctl spamd problem



Jeremy Runner wrote:

If I do a qmailctl restart or a qmailctl stop then qmailctl start, spamd 
never restarts.  I have to reboot to get it to come back online.  Is 
there something I can do to fix this?  Thanks.


I wrote a small script to start/stop spamd with the QMail Toaster package: 
http://jakev.com/qmail under spamd script.


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




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



[qmailtoaster] Upgrade Help

2005-09-08 Thread Jeremy Runner




I am noticing that there are newer packages for 
zlib, squirrelmail, qmailadmin, maildrop, and spamassassin than what I'm running 
on my server. Can I upgrade only these packages without doing a complete 
upgrade? I already upgraded clamav and it seemed to 
workfine. Thanks for all the 
help.


Re: [qmailtoaster] Upgrade Help

2005-09-08 Thread Jeremy Runner

Thanks, I'll give it a shot.


- Original Message - 
From: Jake Vickers [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, September 08, 2005 2:27 PM
Subject: Re: [qmailtoaster] Upgrade Help



Jeremy Runner wrote:

I am noticing that there are newer packages for zlib, squirrelmail, 
qmailadmin, maildrop, and spamassassin than what I'm running on my 
server.  Can I upgrade only these packages without doing a complete 
upgrade?   I already upgraded clamav and it seemed to work fine.  
 Thanks for all the help.


You should be able to upgrade those packages only, by rebuilding them 
then rpm -Uvh to upgrade them. If it fails, it will say why (or what 
dependency was required), and it can be figured out from there.



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



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



Re: [qmailtoaster] Alternate SMTP server

2005-09-06 Thread Jeremy Runner

Thanks.  It's working great.


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

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, September 05, 2005 11:05 PM
Subject: Re: [qmailtoaster] Alternate SMTP server


echo :mail.isp.net  /var/qmail/control/smtproutes ; service qmail restart

On 9/5/05, Jeremy Runner [EMAIL PROTECTED] wrote:


I'm having a problem with domains such as AOL and NETSCAPE blocking emails
from my domain.  I read something about them doing that to small domains
such as mine.  What would I need to do to have my server sent all outgoing
mail through my isp's smtp server.


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



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/89 - Release Date: 9/2/2005



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