Re: [toaster] Noticed that newest toaster does not compile under redhat 7.3

2004-03-31 Thread Bill Shupp
Eero Volotinen wrote: fails on courier-imap compile. That's not enough information. Where does make fail? Bill

Re: [toaster] Spamming issue

2004-03-31 Thread Bill Shupp
Andy Abshagen wrote: I'm not sure why it wouldn't work. I'm only wanting to enforce the SMTP-AUTH when it is from and to the same domain. If it is from valid.com and going to test.com it would still go through correctly.. But if it is from test.com and to test.com is when there is a problem.

Re: [toaster] Spamming issue

2004-03-31 Thread Bill Shupp
erwise you'll risk losing a LOT of legitimate mail and pissing off your customers. Here's the SPF link: http://spf.pobox.com/ And here's a qmail patch to implement SPF: http://www.saout.de/misc/spf/ If you decide to implement either, please share your experiences here. Regards, Bill Shupp

Re: [toaster] Re: greylisting problem

2004-03-30 Thread Bill Shupp
> Bill Shupp writes: > >> Qing Yan wrote: >> >> This patch does not apply cleanly. You need to apply this hunk manually >> to qmail-smtpd.c. >> >> Regards, >> >> Bill > > Thanks a lot. > Is that mean I only need to apply t

Re: [toaster] peroblems new toaster

2004-03-30 Thread Bill Shupp
R.Marticke wrote: Hi I'm trying to install a mailserver using this toaster ( nice scripts ;-) ) Until now it works (i think) Is there a way or possibility to readd the roamingstuff ? I need it for some old linuxservers who can't handle smtp-auth. All you need to do is recompile vpopmail with --en

Re: [toaster] greylisting problem

2004-03-30 Thread Bill Shupp
Qing Yan wrote: Dear all, I am using netqmail 1.05 now. After I patched qmail-toaster-0.6-1+greylisting.patch, then I patch chkuser-0.6.mysql.patch. However, I got the follow error. patching file ./conf-mysql patching file ./conf-vpopmail patching file ./Makefile Hunk #2 succeeded at 1584 with

Re: [toaster] Re: POP Relay Window

2004-03-30 Thread Bill Shupp
Gary wrote: John Melville writes: Then again the spammers would figure that out pretty quick and just send a fake smtp-auth request to get around the rbl check, dang we can't win! :) John I don't now. I thought smtp auth is used for relay. If spammer is able to bypass the rbl, then, they can

Re: [toaster] POP Relay Window

2004-03-29 Thread Bill Shupp
John Melville wrote: Hi all, I have a question about the new toaster version. I noticed that the relay window that used to be opened by successful POP checks was removed in vpopmail (roaming users?) being used. One of the issues I've run across here is by removing that users can no longer use

Re: [toaster] Courier-pop3 X qmail-pop3d

2004-03-28 Thread Bill Shupp
required. Both work well, though. I don't think one has a security performance over the other. I've never done performance testing on courier-pop3d. Regards, Bill Shupp

Re: [toaster] peroblems new toaster

2004-03-28 Thread Bill Shupp
s instead, and the updated version is included in toaster-scripts-0.6.tar.gz. Regards, Bill Shupp

Re: [toaster] deleting alias domain

2004-03-27 Thread Bill Shupp
James Taylor wrote: Ah, I overlooked the -v command. It looks as though I'm running 5.3.6 according to vdeldomain -v, which would appear later than 4.9.2, but... still doesn't work right, and I have an alias sitting around now doing nothing but shoving 100 spam messages a day into my inbox (Ha

Re: [toaster] greylisting

2004-03-27 Thread Bill Shupp
Gary wrote: Hi, Also, is it possible to change dbdef.sql file to say: GRANT SELECT,INSERT,UPDATE,DELETE ON relaydelay.* TO 'milter'@'localhost' IDENTIFIED BY 'milter'; Because this line from the original dbdef.sql: grant select,insert,update,delete tables on relaydelay.* to milter@"localhost" i

Re: [toaster] deleting alias domain

2004-03-27 Thread Bill Shupp
v (version) option since 4.9.2. What version did you install? Regards, Bill Shupp

Re: [toaster] greylisting

2004-03-27 Thread Bill Shupp
Gary wrote: From: "Bill Shupp" In case anyone is curious, I've been investigating Greylisting, a fairly new anti-forgery method described here: http://projects.puremagic.com/greylisting/ I have put together a composite patch of the qmail-envelope-scanner program (wrapper for loca

[toaster] greylisting

2004-03-27 Thread Bill Shupp
qmail-smtpd patch to implement it. In addition, I put together a composite of it with my toaster 0.6-1 patch. Both are available on http:shupp.org. While I have tested them, I have not put them in production. If anyone cares to help test, please report back to this list. Cheers, Bill Shupp

Re: [toaster] Connections (secure-log)

2004-03-23 Thread Bill Shupp
t for it if it finds it installed. If you don't want it, I think you can commend out "#define HAVE_FAM 1" in imap/config.h in the courier-imap source. There's an FAQ on this topic too, I believe. Regards, Bill Shupp

Re: [toaster] Re: TLS_found_no_client_cert_in_control/clientcert.pem/

2004-03-22 Thread Bill Shupp
make cert from scratch. Regards, Bill Shupp

Re: [toaster] TLS_found_no_client_cert_in_control/clientcert.pem/

2004-03-22 Thread Bill Shupp
Jörg Mühlberger wrote: Hi there! I have found this message in the logs: TLS_found_no_client_cert_in_control/clientcert.pem/ I have searched the lists and found an answer that this failure is due to a selfsigned clientcert. In that posting the solution was to simply remove the clientcert and res

Re: [toaster] IP-Domain Mapping Courier IMAP

2004-03-06 Thread Bill Shupp
Jeff Koch wrote: Hi ALL; Vpopmail has the capability of mapping IP addresses to domains name so that users need not enter their full email addresses as their pop3 client logins. If vpopmail is configured with '--enable-ip-alias-domains' does that ability carry also apply to IMAP clients conne

Re: [toaster] number of connections form the same ip

2004-03-06 Thread Bill Shupp
here a way to do that? tcpserver does not have support for limiting the number of connections per IP. You can use courier-imap's pop3d server with vpopmail, as couriertcpd DOES support this. Regards, Bill Shupp

Re: [toaster] STARTTLS problem

2004-03-02 Thread Bill Shupp
ines:SSL23_GET_CLIENT_HELLO:unknown protocol (#4.3.0) Connection closed by foreign host. This is not a valid test, and should fail. Does anyone have clue what I should do to enable smtp over SSL? What is in your smtpd logs? If all the above fails, I'd try strace to see what is causing the error. Regards, Bill Shupp

Re: [toaster] unable to read controls

2004-03-01 Thread Bill Shupp
[EMAIL PROTECTED] wrote: I'm building a new toaster to replace an old toaster. New machine is on Fedora Core. The biggest twist is that the old machine has different uid for vopmail, vchkpw and I want them the same. I get to the poing where its time to check qmail. qmail-send complains that "

Re: [toaster] Multi-log going into a Zombie State

2004-03-01 Thread Bill Shupp
Stephen Harmon wrote: Hello all, Last night I tried to make qmail-smtp listen on another port. I was successful in having it listen on 25 and 2525, however, run into a problem when multilog tries to rotate the logs. The following is what I did to qmail-smtpd: "I made a /service/qmail-smtpd2525

Re: [toaster] Suggestions for improving performance

2004-02-29 Thread Bill Shupp
Jason 'XenoPhage' Frisvold wrote: If you set up the toaster as per Bill's instructions, and you're using MySQL with vpopmail, won't the checkuser patch still work? No. The chkuser patch needs access to the .qmail-default file to determine whether a catchall is in use. It also requires access to

Re: [toaster] Quota Usage Plugin

2004-02-28 Thread Bill Shupp
at current usage is. If this fails, then the imap server is not recognizing the quota settings in vpopmail. Regards, Bill Shupp

Re: [toaster] Quota Usage Plugin

2004-02-28 Thread Bill Shupp
Stephen Harmon wrote: Hello, I have been using this Toaster for a while, however, there is one thing I don't have working. Although my quotas are working, I don't see the quota usage when loggin into SquirrelMail. I have confirmed that I have a config.php exists. Any assistance is welcome. What

Re: [toaster] Suggestions for improving performance

2004-02-27 Thread Bill Shupp
Tom Collins wrote: On Feb 27, 2004, at 3:08 PM, Bill Shupp wrote: The one thing that you can lose by doing this is chkuser support. Two workarounds are to use MySQL w/ valias support, or perhaps share the mail spool via NFS. Mailing lists aren't stored in MySQL, even with valias su

Re: [toaster] Suggestions for improving performance

2004-02-27 Thread Bill Shupp
Peter Maag wrote: Jeff, We had a similar problem, and our bottleneck was SpamAssassin and Clam Scanner. We ended up putting SpamAssassin and Clamd on a seperate machine that simply scanned the incoming messages and passed them onto the primary mail machine that housed the vpopmail accounts,

Re: [toaster] Suggestions for improving performance

2004-02-27 Thread Bill Shupp
ySQL if you use it. Hope this helps, Bill Shupp

Re: [toaster] RH 7.3 / courier-imap-2.2.2.20040207.tar.bz2 compile fail

2004-02-27 Thread Bill Shupp
ve] Error 1 " When I switched back to courier-imap-2.2.1.tar.bz2 and re-try, it compiles smoothly as usual. The only thing 2.2.1 is missing is vlimits support. That's why I used the pre-release. Hopefull this will be fixed by the final release. It does work fine on RH 9, fwiw. Thanks, Bill Shupp

Re: [toaster] mfcheck patch

2004-02-26 Thread Bill Shupp
Tom Collins wrote: On Feb 26, 2004, at 9:55 AM, Jeff Koch wrote: Does anything need to be done to turn on the mfcheck patch or is it automatically enabled. I remember reading somewhere that a parameter needed to be set. Probably: echo "1" > /var/qmail/control/mfcheck Correct, and this is par

Re: [toaster] Double Bounce Patch

2004-02-26 Thread Bill Shupp
Tom Collins wrote: On Feb 26, 2004, at 7:52 AM, Rob G wrote: Can I have double bounces automatically discarded in another way or do I need to install that patch to have it? I don't know if it's part of stock qmail, but with one of Bill's older toasters I have the following: In the file /var/q

Re: [toaster] quota_usage

2004-02-25 Thread Bill Shupp
been updated, and that it is readable by the vpopmail user. Regards, Bill Shupp

Re: [toaster] Help with generating a list of all user accounts

2004-02-25 Thread Bill Shupp
Charles wrote: Hi All, I thought I'd seen this on the list before, but couldn't find it in the archives. I want to generate a list of all domains and users that my toaster is hosting. I know I could manually list directories in /home/vpopmail/domains but that is a lot of work, and I can't scr

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-24 Thread Bill Shupp
Just wanted to follow up to my own post after installing this on a couple of client systems... Bill Shupp wrote: Tom Collins wrote: And I highly recommend Qscanq, <http://budney.homeunix.net:8080/users/budney/software/qscanq/>, as a replacement for qmail-scanner. It's a C-based p

Re: [toaster] testing the toaster and open relay

2004-02-23 Thread Bill Shupp
t any authorization. After that I got a new table in my mysql database. This table has my ip address. As it should. The toaster is configured for roaming users (pop before smtp). See README.roamingusers for more details. Regards, Bill Shupp

[toaster] qmailmrtg7 patch for clamd logging

2004-02-23 Thread Bill Shupp
canner. Cheers, Bill Shupp

Re: [toaster] Easy way to convert address from sqwebmail to squirrelmail

2004-02-22 Thread Bill Shupp
x27;ll gladly post it on the toaster site. Regards, Bill Shupp

Re: [toaster] error message in syslog

2004-02-22 Thread Bill Shupp
2 15:53:12 test imapd: Check for proper operation and configuration > Feb 22 15:53:12 test imapd: of the File Access Monitor daemon (famd). > > Any suggestion to find it ? http://www.courier-mta.org/FAQ.html#fam Regards, Bill Shupp

[toaster] Reply-To

2004-02-21 Thread Bill Shupp
I have changed ezmlm to replace the "Reply-To" header with [EMAIL PROTECTED] Hopefully this will cut down on the number of duplicate message some of us get. Regards, Bill

Re: [toaster] Upgrading

2004-02-21 Thread Bill Shupp
Rob G wrote: So you agree Bill, backup all directories just in case, run through the toaster and then copy back the files that Eero states? Well, just skip the ./config-fast step and you should not have to copy anything back. Bill

Re: [toaster] Upgrading

2004-02-21 Thread Bill Shupp
Eero Volotinen wrote: Yes and yes. Works fine after upgrade. Thanks, Bill. Great! You're welcome. Bill

Re: [toaster] Upgrading

2004-02-21 Thread Bill Shupp
Eero Volotinen wrote: Well, I just did upgrade on toaster. After upgrade I just copied /var/qmail/users and /var/qmail/control files back and removed domain from smtpd.run. Did you run make tmprsadh from netqmail? If not, do so. And don't forget to add the cron job as noted in the new toaster.

Re: AW: [toaster] cgibin [solved] & vpopmail with mysql database

2004-02-21 Thread Bill Shupp
SEFEROVIC Edvin wrote: Do I have to change anything else to make this toaster mysql based? Does it mean that I can use all other scripts in this toaster everything will work mysql based? TIA No need to CC me, I'm on this list too, and one copy of your message will suffice. You need to recompil

Re: [toaster] cgibin [solved] & vpopmail with mysql database

2004-02-21 Thread Bill Shupp
ased). You need to remove the chkuser patch, then use this one instead: http://shupp.org/patches/chkuser-0.6.mysql.patch After applying this patch, edit conf-mysql and make sure that the path to libmysqlclient.a is correct. Then you should be able to recompile qmail without errors. Regards, Bill Shupp

Re: [toaster] how-to upgrade qmail & vpopmail

2004-02-20 Thread Bill Shupp
t;hostname" argument to qmail-smtpd. Check out the new run file for an example, which is in the toaster-scripts-0.6.tar.gz archive. Regards, Bill Shupp

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread Bill Shupp
t conf-vpopmail points to the correct home directory for vpopmail (/home/vpopmail). Second, are the files in ~vpopmail/include? Regards, Bill Shupp

Re: [toaster] paypal link?

2004-02-18 Thread Bill Shupp
Eero Volotinen wrote: Hey Bill, how about paypal link to your toaster page, so that people can donate money to support your toaster work? Eero, I have added donate links to both the toaster page, and shupp.org. Thanks in advance to anyone that cares to donate! Cheers, Bill Shupp

Re: [toaster] netqmail-patch 0.61

2004-02-17 Thread Bill Shupp
opies of this program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. written by Larry Wall and Paul Eggert The patch was created using diff -urN. Hope this helps, Bill Shupp

[toaster] Toaster 0.6 update

2004-02-16 Thread Bill Shupp
you upgrading, do not forget to run "make tmprsadh" after installing netqmail. If you don't, the new DH encryption will saturate your CPU utilization. Cheers, Bill Shupp

[toaster] 0.6-1 patch

2004-02-13 Thread Bill Shupp
;ll be updating the toaster in the next few days to use this patch, with updated run scripts and software versions. Regards, Bill Shupp MerchBox

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-13 Thread Bill Shupp
Christian Michel wrote: It's good to see, that the spam & virus-problem become an important subject these days on the list. I've revisited shupp.org after the announcement of Bill Shupp for the netqmail-patch. Now i have a problem. I use the unpatched version of qmail-sources from

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-13 Thread Bill Shupp
ota support. I switched vpopmail to maildirquotas way back when *specifically* because so many people were using courier-imap and sqwebmail, and people needed proper quota support with webmail. I'll just stick with courier-imap. Regards, Bill Shupp

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-13 Thread Bill Shupp
clear whether this server supports maildirquotas. Does anyone know? Regards, Bill Shupp

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-12 Thread Bill Shupp
Tom Collins wrote: On Feb 12, 2004, at 9:45 AM, Bill Shupp wrote: My recommendation is to use the qmail-scanner/clamav solution rather than this virus patch. Netqmail already comes with the qmailqueue patch, which is required for qmail-scanner to work. And clamav already had MyDoom added to

Re: [toaster] qmail-smtpd-viruscan-1.3.patch

2004-02-12 Thread Bill Shupp
ngle virus getting through. Regards, Bill Shupp

Re: [toaster] toaster Relay outlook client

2004-02-09 Thread Bill Shupp
y outlook client to send mail with my qmail toaster configured mail server acting as smtp server Make sure that /service/qmail-smtpd/run is using /home/vpopmail/etc/tmp.smtp.cdb, and that the user that qmail-smtpd is running as has permissions to view it. Regards, Bill Shupp

[toaster] pre 0.6 toaster patches

2004-02-09 Thread Bill Shupp
l/bin/qmail-smtpd \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 Cheers, Bill Shupp

Re: [toaster] qmail-buglist

2004-02-08 Thread Bill Shupp
like qmail's default policy of not doing local user checks before accepting mail, try reading Dan's statement on anti-spam approaches to understand why it is setup that way: http://cr.yp.to/qmail/antispam.html As you can see, the design is very deliberate. Regards, Bill Shupp

[toaster] netqmail patch

2004-02-06 Thread Bill Shupp
4 (updated to work without the hostname argument now). It should work with checkpassword as well, but I have not tested that. My next version of the toaster will use netqmail as the base, since it has all of the recommended patches in place. If you have time, please help test. Cheers, Bill Shupp

Re: [toaster] Relay

2004-02-04 Thread Bill Shupp
jection (via the sendmail wrapper at /usr/sbin/sendmail). I've seen this a lot. Regards, Bill Shupp

Re: [toaster] Relay

2004-01-30 Thread Bill Shupp
LINING 250 8BITMIME mail from: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) quit 221 hnet13.hnetonline.com.br Connection closed by foreign host. Regards, Bill Shupp

Re: [toaster] Qmail Default Delivery

2004-01-29 Thread Bill Shupp
are using 5.3.22 or later. Bill Shupp

Re: [toaster] AUTH CRAM-MD5, just can't get it to work.

2004-01-28 Thread Bill Shupp
Tom Collins wrote: On Jan 28, 2004, at 10:19 AM, Bill Shupp wrote: I've looked over the smtp-auth link you sent, but am confused about the base64 part. Would you call the base64 tool after qmail-popup (or qmail-smtpd), but before vchkpw? And have you tested this? The base64 tool is

Re: [toaster] AUTH CRAM-MD5, just can't get it to work.

2004-01-28 Thread Bill Shupp
Tom Collins wrote: On Jan 28, 2004, at 9:00 AM, Bill Shupp wrote: @40004017d73a022b7544 tcpserver: pid 10338 from 4.60.15.238 @40004017d73a022c6b5c tcpserver: ok 10338 0:216.234.249.114:110 :4.60.15.238::52038 40004017d73a024f50f4 10338 > +OK <[EMAIL PRO

Re: [toaster] AUTH CRAM-MD5, just can't get it to work.

2004-01-28 Thread Bill Shupp
I'll look into this later this week, and probably update my patch. Regards, Bill Shupp

Re: [toaster] AUTH CRAM-MD5, just can't get it to work.

2004-01-28 Thread Bill Shupp
ll see if I can find it and test it out. I might add it to my qmail patch. Regards, Bill Shupp

Re: [toaster] /etc/init.d/qmail restart]

2004-01-26 Thread Bill Shupp
ial to add this *feature* to your qmailctl script, and that's what I recommend you do. Regards, Bill Shupp

[Fwd: [toaster] /etc/init.d/qmail restart]

2004-01-26 Thread Bill Shupp
Original Message Subject: [toaster] /etc/init.d/qmail restart Date: Mon, 26 Jan 2004 17:36:12 +0200 From: Eero Volotinen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> ... Does not restart logging processes. Correct. Why do you need to restart the logging proce

Re: [toaster] Removing Bounced Mail Attachment

2004-01-20 Thread Bill Shupp
will apply on top of the toaster 0.5-1 patch, with offset warnings. So it should work. I have not tested it, though. Regards, Bill Shupp

Re: [toaster] Mail Relay testing after toaster install.

2004-01-20 Thread Bill Shupp
OTE: This should be applied BEFORE the chkuser.patch, but AFTER the 0.5-1 patch. You can then still apply the chkuser patch, it will just give you offset warnings. I have NOT tried this, test at your own risk. Regards, Bill Shupp

Re: [toaster] Mail Relay testing after toaster install.

2004-01-20 Thread Bill Shupp
it's not a very useful test then. But regarding your question, I'm not aware of how to make qmail pass that test, other than installing the chkuser patch. Might try on the qmail list, as I'm sure this is not the first time this has come up. Regards, Bill Shupp

Re: [toaster] /var/www/html/images/qmailadmin wont show...

2004-01-20 Thread Bill Shupp
Sam Azmayesh wrote: Hello ! I got following problem. When using qmailadmin the images wont show. I got Apache installed with DocumentRoot /var/www/html and cgi-bin is under /var/www/cgi-bin After running [EMAIL PROTECTED] qmailadmin-1.2.0-rc2]# ./configure --with-help=y I get following setting

Re: [toaster] Mail Relay testing after toaster install.

2004-01-20 Thread Bill Shupp
Andy Abshagen wrote: We have been testing the new toaster and actually this exists after just about any toaster install that we have found. After the installs we run some open relay testing to verify things are setup correctly and not allowing an open relay. One thing that we have always found i

Re: [toaster] DES-CBC3-SHA encrypted SMTP?

2004-01-16 Thread Bill Shupp
ication. If you just want to disable it in qmail-remote, then add: #undef TLS at the top of qmail-remote.c and recompile. Same goes for qmail-smtpd.c if you want to turn it off for incoming smtp connections. Regards, Bill Shupp

Re: [toaster] Toaster PRE/POST Installation Questions

2004-01-13 Thread Bill Shupp
John Melville wrote: > One of the things I love about this is the smallness of the default > logs, 10x100k ... on a busy system your logs span the last hour or two > at most :) > > Then again it can make troubleshooting a challenge as well, luckily it > rarely breaks, using qmailmrtg helps so you

Re: [toaster] Toaster PRE/POST Installation Questions

2004-01-13 Thread Bill Shupp
all a great service and we really appreciate it! You're welcome, I'm glad you find it useful. Cheers, Bill Shupp

Re: [toaster] Qmail headers

2004-01-13 Thread Bill Shupp
Giuseppe Meniconi wrote: I've got a qmail system, complete with vpopmail, horde webmail etc. I made a virtual domain, and it works, but I see that mail are received with the complete headers below the mail body. Can you help me solve this problem? Sounds like a client problem. Regards, Bill

Re: [toaster] deploying webmail server - need an advise on hardware requirements

2004-01-13 Thread Bill Shupp
on the same mounted partition without problems (like 10K+ rpm scsi disks). Regards, Bill Shupp

Re: [toaster] Removing Bounced Mail Attachment

2004-01-12 Thread Bill Shupp
Peter Maag wrote: To The List, We are co-locating our MTA's and have a specific commitment with our colo provider. We are billed on 95%'tile and have been having problems recently with people attempting to send very large attachments to clients on our machines. Recently one user decided it

Re: [toaster] some thoughts

2004-01-06 Thread Bill Shupp
Eero Volotinen wrote: I decided to update bill's toaster instructions to cover fedora / redhat 9 qmail installations. This has already been done.. I just hadn't posted it yet. The toaster is now updated to version 0.5. Notable changes include: Updated core software versions, qmail patch Switch

Re: [toaster] Secondary MX Question

2003-12-21 Thread Bill Shupp
machines other than "scanner". Regards, Bill Shupp

Re: [toaster] Secondary MX Question

2003-12-20 Thread Bill Shupp
ed as an MX record be a scanner as well to ensure that all mail is scanned. Regards, Bill Shupp

Re: [toaster] Secondary MX Question

2003-12-20 Thread Bill Shupp
Peter Maag wrote: To The List, I have been trying to find a solution to this problem for quite some time, didn't find it so I thought I would ask you fine folks. Currently, in DNS(djbdns) I use the following entries for MX records: @domain.com::scanner.domain.com:1

Re: [toaster] SMTP Connection problem - More info

2003-12-17 Thread Bill Shupp
andy drexler wrote: I searched the mail archive and found out why the log file was empty. I added the -v to the smtpd/run script and the log is now growing. On the server, there are a bunch of running smtpd processes: 21728 ?S 0:00 /var/qmail/bin/qmail-smtpd mail2.smartsite.net /home/v

Re: [toaster] SMTP Connection problem

2003-12-17 Thread Bill Shupp
andy drexler wrote: At some point this afternoon, my qmail toaster stopped accepting incoming connections for outgoing mail. Mail is coming into the server and being delivered normally, but when any user tries to send, it can't seem to connect. I went in through sqwebmail, and was able to send mess

[toaster] updated patch

2003-12-13 Thread Bill Shupp
. Regards, Bill Shupp

Re: [toaster] make: *** [overmaildirquota.o] Error 1

2003-12-08 Thread Bill Shupp
27; token make: *** [overmaildirquota.o] Error 1 snipt ---> Anybody ran into this problem before? Some compilers complain about the line wrapping without a "\". Just put a trailing "\" at the end of this line: static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09

Re: [toaster] include errno on big patch, bill?

2003-11-27 Thread Bill Shupp
On Nov 27, 2003, at 10:31 AM, Eero Volotinen wrote: Well, release it soon. Fedora / Redhat 9 is now rushing to our servers. It is pain to patch all. Well, since I do this in *my* spare time, I'll release it when *I* have time to do it. Such "demands" do not inspire me to do it any quicker. Bes

Re: [toaster] include errno on big patch, bill?

2003-11-27 Thread Bill Shupp
On Nov 27, 2003, at 12:16 AM, Eero Volotinen wrote: include errno on big patch, bill? Yeah, they will be included in the next patch. The new version of the toaster will also have you install the similar patches for other DJB software. Regards, Bill

[toaster] OT: VegaDNS

2003-11-26 Thread Bill Shupp
o use with caution, and keep in mind that it will likely change a lot in the next few weeks. Anyone willing to help test will be greatly appreciated. Please keep any further discussion of this tool to the [EMAIL PROTECTED] list. Regards, Bill Shupp

Re: [toaster] Backup

2003-11-26 Thread Bill Shupp
hould i do to create IMAP folders, the server always deny when i try to create a new folder. Can anyone help me? Are there any errors logged? Does it happen with all clients? What is the specific error in the client? Regards, Bill Shupp

Re: [toaster] Question

2003-11-19 Thread Bill Shupp
mail first looks in the qmail control/user files for the domain BEFORE consulting the MySQL database. Regards, Bill Shupp

Re: [toaster] Working MySQL into Qmail Toaster

2003-11-18 Thread Bill Shupp
On Nov 18, 2003, at 7:13 PM, James Taylor wrote: Just to make sure, MySQL version of vpopmail, not qmail, tcorrect? Correct. Bill

Re: [toaster] Working MySQL into Qmail Toaster

2003-11-18 Thread Bill Shupp
On Nov 18, 2003, at 5:38 PM, James Taylor wrote: Hi everyone, I just signed up for this list after not being able to find an answer to my question on the archives, so... This probably has been asked to death, but I was unable to find it. Basically, I'm using Bill's Qmail Toaster, but I want to

Re: [toaster] chkuser patch and tmda

2003-11-09 Thread Bill Shupp
ew chkuser patch with this included. It compiles, but I have not tested it. To apply, remove your old chkuser.patch, and then apply this one: http://shupp.org/patches/chkuser.tmda.patch Please report whether it solves your problem. Regards, Bill Shupp

Re: [toaster] zombies

2003-10-28 Thread Bill Shupp
it grown? Also, what is readproctitle reporting? Regards, Bill Shupp

Re: [toaster] HTML Email Is Not Displaying Properly In SQWebmail

2003-10-20 Thread Bill Shupp
setting "Display HTML E-Mail" checked. Is this a known problem? Is there a workaround? Any help would be appreciated... Stephen Harmon This is a client issue, not a server issue. Regards, Bill Shupp

Re: [toaster] Complete Failover

2003-10-08 Thread Bill Shupp
> To The List, > I am looking for what I consider to be a pretty complex solution to > network outages where our mail servers are kept. I have two separate > servers each at their own data center where one functions as the primary > mail server and the other functions as a secondary mx backup. > >

Re: [toaster] rblsmtpd...

2003-09-30 Thread Bill Shupp
On Tuesday, September 30, 2003, at 12:25 PM, trevor wrote: "Uh-oh, your SBL block is not working!" Here's the run in qmail-smtpd #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 1100 \

<    2   3   4   5   6   7   8   9   >