[qmailtoaster] Unofficial Fix: zlib

2005-07-27 Thread Erik Espinoza
Greetings,I have released an updated version of the zlib package. The current version of zlib distibuted with the QmailToaster appears to be vulnerable to several issues according to the official zlib website: http://www.zlib.net/Version 1.2.3 eliminates potential security vulnerabilities in zlib

Re: [qmailtoaster] Unable to rebuild or install ezmlm-toaster

2005-07-29 Thread Erik Espinoza
For kicks, just give this a shot. yum install crontabs expect freetype freetype-devel gd gd-devel gdbm gdbm-devel httpd httpd-devel libjpeg libjpeg-devel libpng libpng-devel mod_ssl mrtg mysql mysql-devel mysql-server openssl openssl-devel perl pam-devel php php-mysql php-imap zlib-devel wget

Re: [qmailtoaster] Relay host

2005-07-30 Thread Erik Espinoza
Add :smtp.yourisp.com into /var/qmail/control/smtproutes Erik On 7/30/05, Lars Larsson [EMAIL PROTECTED] wrote: Hello I was wondering if somebody could help me with a small problem. I want to make qmail use my ISP's SMTP server as relay host for outgoing mail beacause they filter out

Re: [qmailtoaster] SMTP hangs?

2005-07-31 Thread Erik Espinoza
Could be DNS or TLS related. I'm using the latest version of everything on my system and haven't noticed a particularly long wait time before sending. Thanks, Erik On 7/31/05, Jake Vickers [EMAIL PROTECTED] wrote: I updated ZLib and ClamAV on Friday, which may or may not have anything to do

Re: [qmailtoaster] Relay host

2005-08-08 Thread Erik Espinoza
in advance Lars Larsson From: Erik Espinoza [EMAIL PROTECTED] Reply-To: qmailtoaster-list@qmailtoaster.com To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Relay host Date: Mon, 8 Aug 2005 17:10:38 -0700 MIME-Version: 1.0 Received: from ns1.ndhsoft.com ([216.221.103.226

Re: [qmailtoaster] Relay host

2005-08-09 Thread Erik Espinoza
Here are the standard ones: http://en.wikipedia.org/wiki/Smtp#SMTP_Error_Codes As far as I know, the rest of the errors are extensions specific to the mta running. Erik On 8/8/05, Ron Jones [EMAIL PROTECTED] wrote: -Original Message- From: Erik Espinoza [mailto:[EMAIL PROTECTED

Re: RES: [qmailtoaster] INFO: current-install-script is using wrong clamav-toster version

2005-08-09 Thread Erik Espinoza
When I install updates to my current version of the QmailToaster I do the following: service qmail stop rpm -Uhv newrpms.i386.rpm service qmail start That takes care of it pretty well. Thanks, Erik On 8/9/05, Roberto Lourenço [EMAIL PROTECTED] wrote: Hi all. First I would like to ask for

Re: RES: RES: [qmailtoaster] INFO: current-install-script is using wrong clamav-toster version

2005-08-09 Thread Erik Espinoza
, my box was installed about june/july... I´m not running latest updates... Should i? Thanks, Roberto -Mensagem original- De: Erik Espinoza [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 9 de agosto de 2005 18:57 Para: qmailtoaster-list@qmailtoaster.com Assunto

Re: [qmailtoaster] How to configure SMTP with SSL POP3 with SSL in Qmail Toaster?

2005-08-29 Thread Erik Espinoza
You have to unencrypt the key used to generate the csr: openssl rsa -in server.key.encrypted -out server.key Then use the signed cert (server.crt) and do the following: cat server.key server.crt servercert.pem Copy servercert.pem to /var/qmail/control/servercert.pem and service qmail restart.

Re: [qmailtoaster] How to configure SMTP with SSL POP3 with SSL in Qmail Toaster?

2005-08-29 Thread Erik Espinoza
??? pop3 Gabriel Erik Espinoza wrote: You have to unencrypt the key used to generate the csr: openssl rsa -in server.key.encrypted -out server.key Then use the signed cert (server.crt) and do the following: cat server.key server.crt servercert.pem Copy servercert.pem to /var

Re: [qmailtoaster] server-send error message

2005-09-05 Thread Erik Espinoza
love it. I installed the qtupgrade.cron file that Erik Espinoza wrote (thanks Erik!) and it just sent me a notification that there are some upgrades. However, the notification didn't get through. I received it as a failure notice in my [EMAIL PROTECTED] account. I think what threw

Re: [qmailtoaster] individual user quota

2005-09-06 Thread Erik Espinoza
This can be done eithe via the vqadmin site or the command line. I tend to use the command line, as follows: /home/vpopmail/bin/vsetuserquota [EMAIL PROTECTED] 1024m Quota's are to be set in any of the following formats: 1024 (1 kilobyte) 1024k (1 megabyte) 1024m (1 gigabyte) Thanks, Erik On

Re: [qmailtoaster] IMAP (deleting messages thru MS OUTLOOK)

2005-09-06 Thread Erik Espinoza
folder? (outlook express are better with imap, but local sync are too bad) i found mozilla thunderbird a complete solution for have all sync, then migrate all users with this and run fine with imap. Outlook are designed for exchange, imap support are too bad. Erik Espinoza wrote: Outlook

Re: [qmailtoaster] How to back up ??

2005-09-06 Thread Erik Espinoza
How did you do your backup? Did you use the scripts from http://www.jakev.com/qmail or something else? On 9/6/05, Rodrigo J. Récio [EMAIL PROTECTED] wrote: I need to reinstall all my server, how can I backup all the things and put it to work after?? -- Rodrigo J. Récio

Re: Re[2]: [qmailtoaster] big probs with relay and other after update

2005-09-06 Thread Erik Espinoza
Make sure MySQL is running On 9/6/05, Erik Espinoza [EMAIL PROTECTED] wrote: Interesting issue. Are you able to receive e-mail properly? Looks like it may be a permissions problem. Make sure that your /var/qmail/users/assign file matches the same uid:gid as vpopmail:vchkpw in /etc/passwd

Re: Re[8]: [qmailtoaster] big probs with relay and other after update

2005-09-07 Thread Erik Espinoza
Alright you may need to start over. Here is my upgrade notes for qt1 to qt1.2: 1) Backup the Qmail Stuff as follows: mkdir -p /home/temp/qmail/control /home/temp/qmail/users cd /var/qmail/control cp rcp* sql locals virtual* /home/temp/qmail/control cd /var/qmail/users cp assign

Re: Re[10]: [qmailtoaster] big probs with relay and other after update

2005-09-07 Thread Erik Espinoza
This will keep your current mail in tact. As far as the qmailscanner folders, what old mail? The only thing there should be the quarantine. Erik On 9/7/05, boblgum [EMAIL PROTECTED] wrote: rehi greatest THNX :) are u sure it is the way to import my old mails? whats about importing

Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?

2005-09-11 Thread Erik Espinoza
Most of the configuration for spf is done in DNS, not qmail. Go to http://spf.pobox.com/ and use their wizard to generate rules. The Qmail configuration is basically one file: /var/qmail/control/spfbehavior More info available here: http://www.saout.de/misc/spf/ spfbehavior Use this to turn

Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?: after-action report

2005-09-11 Thread Erik Espinoza
www.fulcrumtechnologygroup.com -Original Message- From: Erik Espinoza [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 12:57 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?: after-action report Perhaps

Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?: after-action report

2005-09-12 Thread Erik Espinoza
Message- From: Erik Espinoza [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 1:47 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] How to set up SPF on my Qmailtoaster?: after-action report You pasted too much: $ host -t txt rej.us rej.us text rej.us

Re: [qmailtoaster] how start SMTP_AUTH on mail server

2005-09-14 Thread Erik Espinoza
That is how your mail server is configured by default. On 9/14/05, Arvind Wadkar [EMAIL PROTECTED] wrote: i want to disable all relaying from my mail server just want to allow relay to the users with SMTP_AUTH can any one tell how to do that -- Stay tuned. I could say something

Re: [qmailtoaster] Qmailtoaster installation on CentOS 4

2005-09-14 Thread Erik Espinoza
Hey Chris, You should really e-mail the mailing list about this, so that people googling with similar issues as you can take advantage of the knowledge. Anyways, let me see if I can help you. under VMWare ESX. The first problem I had was the firewall script killing my connectivity. I had to

[qmailtoaster] Re: Unofficial Update: clamav 0.87

2005-09-20 Thread Erik Espinoza
More info available here: http://news.com.com/Bugs+found+in+open-source+antivirus+tool/2110-1002_3-5873640.html?tag=st_lh On 9/20/05, Erik Espinoza [EMAIL PROTECTED] wrote: Greetings, It appears as though quite a few security related issues were found in clamav 0.86.2. As such I have created

Re: [qmailtoaster] UPDATES: spamassassin-toaster and clamav-toaster

2005-09-24 Thread Erik Espinoza
if I can resolve this issue. Erik On 9/22/05, Nick Hemmesch [EMAIL PROTECTED] wrote: Hi, Thanks to Erik Espinoza, we have two SECURITY UPDATES: clamav-toaster-0.87-1.2.6.src.rpm and spamassassin-toaster-3.1.0-1.2.6.src.rpm Be sure to run /var/qmail/bin/simscanmk -g to update

Re: [qmailtoaster] How the address book is stored?

2005-09-26 Thread Erik Espinoza
Address books are stored by the client, they aren't stored on the server. Outlook, Thunderbird and all of those store their address book locally. By any chance are you talking about a webmail address book? If so, which one? The more info we have the easier it may be to import. Or you can always

Re: [qmailtoaster] How the address book is stored?

2005-09-26 Thread Erik Espinoza
|Erik|Espinoza|[EMAIL PROTECTED]| You may have to write a quick shell script to do this for you or do it manually. Erik On 9/26/05, Philip Moy [EMAIL PROTECTED] wrote: Hi Erik, What I mean is the webmail address book. From the old server (imail 7.x), it is store in a file aliases.txt

Re: [qmailtoaster] Migrating users and email from Sendmail + Mailbox.

2005-10-02 Thread Erik Espinoza
it? Thanks, Aditya On 10/2/05, Erik Espinoza [EMAIL PROTECTED] wrote: Go to my website and download the maildir.pl http://kabewm.landshark.net/pages/projects/qmailtoaster.php This perl script converts from the sendmail format to Maildirs. Erik On 10/2/05, Aditya Nag [EMAIL PROTECTED

Re: [qmailtoaster] Update dates on qmailtoaster.com

2005-10-03 Thread Erik Espinoza
The script currently downloads a list of files from the main site, and downloads the list file by file. This means that the scripts do not need to be updated and will always grab the latest and greatest. Thanks, Erik On 10/3/05, Dairenn Lombard [EMAIL PROTECTED] wrote: The script is updated,

Re: [qmailtoaster] about mysql

2005-10-05 Thread Erik Espinoza
, 2005 2:18 PM Subject: Re: [qmailtoaster] about mysql I agree with Erik, MySQL site clearly mentions dual license and that has been the case for quite sometime. I do not any complication in this, many other applications also have the same type license scheme. Sivaraman. Erik Espinoza

Re: [qmailtoaster] SMTP +SSL/ SMTP+TLS not working?

2005-10-07 Thread Erik Espinoza
Type the following command at the prompt and paste back the response: $ openssl s_client -starttls smtp -showcerts -connect localhost:25 Thanks, Erik On 10/7/05, Aditya Nag [EMAIL PROTECTED] wrote: my /var/qmail/control/me file contins one line, my servers FQDN. should there be something else

Re: [qmailtoaster] Toaster is free?

2005-10-17 Thread Erik Espinoza
Yes it's free, Yes you can use it in a commercial environment. Erik On 10/17/05, Roberto Lourenço [EMAIL PROTECTED] wrote: Hi, today i´m bothering ah??? Well, my question is simple... Toaster is free? Can I use it for commercial environment? Tks again... RL -- No virus found in this

Re: [qmailtoaster] Apache SSL on CentOS 4.0

2005-10-19 Thread Erik Espinoza
Type 'yum install mod_ssl' Then 'service httpd restart' Then make sure your iptables allows port 443 Erik On 10/19/05, Michael Hicks [EMAIL PROTECTED] wrote: Does the CentOS 4.0 guide install Apache with SSL enabled? I tried adding Listen 443 to the httpd.conf file, but I still can't access

Re: [qmailtoaster] Back UP MX

2005-10-22 Thread Erik Espinoza
I run a backup mail server for a few domains using the qmailtoaster software. The way I set it up is very simple. Step 1: make sure dns records have your server as backup mx, for example domain.com. IN MX 10 mail.domain.com. domain.com. IN MX 20 backup.mydomain.com. Step 2: I add the name of

Re: [qmailtoaster] Back UP MX

2005-10-22 Thread Erik Espinoza
Only follow that if your secondary mail server is tethered to the primary. If the secondary mail server has any domains that are independent of the primary OR is a secondary mail server for other domains this will cause major issues. In fact putting things into smtproutes should only be for

Re: [qmailtoaster] Back UP MX

2005-10-23 Thread Erik Espinoza
to re-subscribe last night. Thanks! -Original Message- From: Erik Espinoza [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 9:17 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Back UP MX I run a backup mail server for a few domains using

Re: [qmailtoaster] Domain is over quota

2005-10-28 Thread Erik Espinoza
Nope, domain quotas are set in vqadmin or in the command line using vmoddomlimits. Erik On 10/28/05, Andrea De Piero [EMAIL PROTECTED] wrote: It means that the sum of all mailboxes size for the domain has reached the domain quota you set. You can increase the domain quota through qmailadmin.

Re: [qmailtoaster] QmailToaster on RHEL4.2? Any different? Success?

2005-10-30 Thread Erik Espinoza
CentOS 4.2 is an open source rebuild of RHEL 4.2. It should be the same installation instructions. On 10/30/05, Edwin Casimero [EMAIL PROTECTED] wrote: Hello, Unluckily, I cannot simulate RHEL 4.2 at home, no CDs available. I just have access to it because I rent a dedicated server now. I

Re: [qmailtoaster] Anyone tried mass migrating many domains from Ensim to QmailToaster?

2005-10-31 Thread Erik Espinoza
Nope, no easy mass migration tool. Erik On 10/31/05, Edwin Casimero [EMAIL PROTECTED] wrote: I am migrating from Ensim 4 to Qmail Toaster. Unfortunately for me, I've got 50 domains on Ensim 4. Is there some sort of easy mass migration tool from Ensim to Qmail Toaster?

Re: [qmailtoaster] TLS with toaster

2005-11-01 Thread Erik Espinoza
Do you mean configuring Outlook (or some client) to use TLS when talking to QmailToaster? Do you mean certificate management on the QmailToaster? Could you provide more info on what you are trying to do? Thanks, Erik On 11/1/05, lists [EMAIL PROTECTED] wrote: Is ther eany sort of how-to for the

Re: [qmailtoaster] TLS with toaster

2005-11-02 Thread Erik Espinoza
, all of it. The certificate management mostly. And any required configuration of the toaster itself. The clients I can get figured out no problem. Dustin On 1-Nov-05, at 4:57 PM, Erik Espinoza wrote: Do you mean configuring Outlook (or some client) to use TLS when talking to QmailToaster

Re: [qmailtoaster] Horde and Qmailtoaster

2005-11-09 Thread Erik Espinoza
You should probably follow the directions on installing horde from http://www.horde.org/ The packages that were made are out of date and probably insecure. Thanks, Erik On 11/9/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone, perhaps anyone has tested it. I would like to use horde

Re: [qmailtoaster] ClamAV error

2005-11-10 Thread Erik Espinoza
I have packaged an unofficial update at my usual spot. As always it is signed by my GPG Key. http://www.kabewm.com/pages/projects/qmailtoaster.php Thanks, Erik On 11/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone, perhaps you have also seen the following error msg: Last

Re: [qmailtoaster] SimScan 1.2

2005-11-11 Thread Erik Espinoza
I have looked at the beta. I have tested it briefly and do not believe it is quite ready. It's flakier than our 1.1. When I have time I will fill out a few bug reports and see if I can help them get it closer to a release. My recommendation is to stick with 1.1 for the time being. If there is

Re: [qmailtoaster] Backupmx mixed mode

2005-11-12 Thread Erik Espinoza
How about setting a quota per domain we keep a backup mail exchange? Say 50mb per domain? There is no easy way to do it. In order to emulate this you would have to create a domain in the QmailToaster for each domain you will serve as a backup MX. You will then have to make forwards from your

Re: [qmailtoaster] spam

2005-11-12 Thread Erik Espinoza
If it is coming from a single IP address, just firewall that IP address off with iptables. If you are being hit by random IP's then there is really nothing you can do, aside from making your own rbl or firewall and adding offending addresses as fast as possible. Your server is already rejecting

Re: [qmailtoaster] Need Expert Opinion

2005-11-13 Thread Erik Espinoza
Sounds good, but you might also want to set up MySQL Clustering between the machines. The database and nfs server are probably your only points of failure right now and you can easily take care of the db using clustering. Unfortunately this means that the qmailadmin and vqadmin should only be run

Re: [qmailtoaster] routing outbound mail through my ISP

2005-11-13 Thread Erik Espinoza
this, but your advice worked perfectly. You just ended three days of googling on this subject. Thank you very much, Dmitry -Original Message- From: Erik Espinoza [mailto:[EMAIL PROTECTED] Sent: Saturday, November 12, 2005 5:16 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re

Re: [qmailtoaster] spam

2005-11-13 Thread Erik Espinoza
have chkusr yet :\ On 11/13/05, Erik Espinoza [EMAIL PROTECTED] wrote: If it is coming from a single IP address, just firewall that IP address off with iptables. If you are being hit by random IP's then there is really nothing you can do, aside from making your own rbl or firewall

Re: [qmailtoaster] like webmail to be on https

2005-11-13 Thread Erik Espinoza
I did it by removing the Include toaster.conf and Include squirrelmail.conf from httpd.conf and adding it to the ssl.conf under the VirtualHost directive. I also changed the DocumentRoot in ssl.conf to /var/www/ssl-empty. Then I went to /var/www/html and created dirs as follows: mkdir webmail

Re: [qmailtoaster] prob. rmpbuild

2005-11-13 Thread Erik Espinoza
'yum install rpm-build' Sounds like you may have too bare of an installation. Thanks, Erik On 11/13/05, suiviclient [EMAIL PROTECTED] wrote: Hello. I use fedora 3. rpmbuild is not implemented. How can I find it? Thank you. -Message d'origine- De: Erik Espinoza [mailto:[EMAIL

Re: [qmailtoaster] problems wint qmail logging with postmaster

2005-11-21 Thread Erik Espinoza
Make sure that the uid for vpopmail and the gid for vchkpw match the ones in /var/qmail/users/assign. Thanks, Erik On 11/21/05, Eduardo Henrique Albergone [EMAIL PROTECTED] wrote: Hello, I installed the latest script of the qmailtoaster, I made a backup of the old qmail server, when I

Re: [qmailtoaster] another Webmail interface: http://www.uebimiau.org/

2005-11-25 Thread Erik Espinoza
Hello Chris, It appears to support imap. Why not just load it up on your server, it should work with qmailtoaster just fine. Erik On 11/24/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone, i would like to ask you, if someone uses the webmail interface from

Re: [qmailtoaster] Nice article on Qmailtoaster

2005-11-29 Thread Erik Espinoza
Indeed. Nick has been an extremely helpful project lead. He has carried the torch well since Miguel Beccari left the QmailToaster project. Thanks, Erik On 11/29/05, Ron Horist [EMAIL PROTECTED] wrote: This is a great article... We all need to thank Nick for what he has done... He has done a

Re: [qmailtoaster] The sweetest way to migrate from exchange to qmail ?

2005-11-30 Thread Erik Espinoza
Sounds like the correct approach. Erik On 11/30/05, Massimiliano [EMAIL PROTECTED] wrote: Hi there ! 2 weeks ago I've installed a new mail server based on Qmail 'cos I'm about , as I already wrote on another post , to turn off exchange . Now I have 10 GB of e-mails (~30 Users) which must be

Re: [qmailtoaster] Postmaster

2005-12-01 Thread Erik Espinoza
Custom patching . . . and recompiling. On 12/1/05, Riezal Ross [EMAIL PROTECTED] wrote: What will it take for me to use qmail-tap on an older version? Regards, Riezal Ross -Original Message- From: Nick Hemmesch [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 1:29 PM

Re: [qmailtoaster] problems using mozilla thunderbird with qmailtoaster

2005-12-05 Thread Erik Espinoza
Account Settings - Server Settings - Advanced Under IMAP Server Directory put 'INBOX.' without the quotes. Make sure the period is included. Give that a shot and let me know if that fixes it. Erik On 12/5/05, David Hartley [EMAIL PROTECTED] wrote: Hi folks, I recently installed qmailtoaster

Re: [qmailtoaster] Spamassassin and Qmailadmin

2005-12-06 Thread Erik Espinoza
Don't delete the selinux install. Just edit /etc/selinux/config and change SELINUX=enforcing or SELINUX=permissive to SELINUX=disabled. Thanks, Erik On 12/6/05, Bob Taylor [EMAIL PROTECTED] wrote: Nick Hemmesch wrote: Nick Hemmesch wrote: Hi Bob, If your mailfilter is working, there

Re: [qmailtoaster] Spamassassin and Qmailadmin

2005-12-06 Thread Erik Espinoza
Whoops, I believe you are right. On Mandriva, pass 'selinux=0' in the grub or lilo config for each kernel. Thanks, Erik On 12/6/05, Bob Taylor [EMAIL PROTECTED] wrote: Erik Espinoza wrote: Don't delete the selinux install. Just edit /etc/selinux/config and change SELINUX=enforcing

Re: [qmailtoaster] Upgrade How To?

2005-12-07 Thread Erik Espinoza
It's very simple really. Jake has some nice scripts on his site, http:///jakev.com/qmail/ which should take care of all the hard stuff. If you are worried, do it on a test box or a vmware machine and see how that works first. It is pretty straight forward, but it never hurts to do a test first.

Re: [qmailtoaster] check sender domain

2005-12-07 Thread Erik Espinoza
Not sure what you mean? MX records are for the receiving end. The MX records are always checked when sending e-mail. On 12/7/05, Erol KAHRAMAN [EMAIL PROTECTED] wrote: hi folks, is it possible to check sender domain (mx check). || | Erol KAHRAMAN

Re: [qmailtoaster] ZIP files

2005-12-08 Thread Erik Espinoza
From the faq: Q. I can't send or recieve zip files In a text editor open /var/qmail/control/badmimetypes and put a # in front if the MyDoom rule. The result should look like this: # MyDoom (*.zip) # UEsDBAoAA Then execute /var/qmail/bin/qmail-badmimetypes to regenerate the cdb file. This

Re: [qmailtoaster] qmail-toaster leave src files

2005-12-13 Thread Erik Espinoza
install the rpm. rpm -i qmail-toaster.src.rpm On 12/12/05, Matt Murray [EMAIL PROTECTED] wrote: I need to compile the qmail toaster src.rpm however i would like to leave the source in order to patch it with custom patchesit keeps deleting it any ideas?

Re: [qmailtoaster] qmailadmin invalid login

2005-12-15 Thread Erik Espinoza
What distribution are you using? On 12/15/05, David Cocca [EMAIL PROTECTED] wrote: My QmailToaster install went fine. Everything seems to work, except for qmailadmin. When I attempt to login as postmaster, I get invalid login. I've verified that I am using the correct password by using the

Re: [qmailtoaster] qmail validrcptto.cdb Patch

2005-12-27 Thread Erik Espinoza
I don't see the point to this patch in QmailToaster. The chkuser patch does the same thing: 250-mail.mydomain.com - Welcome to Qmail Toaster Ver. 1.2 SMTP Server 250-STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 20971520 250 AUTH LOGIN PLAIN CRAM-MD5 MAIL FROM: [EMAIL PROTECTED] 250 ok RCPT TO:

Re: [qmailtoaster] Importing users and mailboxes from older QMT and another Sendmail box

2006-01-02 Thread Erik Espinoza
The format for the qmailtoaster db has not changed. I believe Jake has some docs on how to update to the newer version. Of course you'll want to stage this on a separate box. Thanks, Erik On 1/2/06, Supriyo Banerjee [EMAIL PROTECTED] wrote: Hi there. I was using a Qmailtoaster setup (was

Re: [qmailtoaster] Qmailtoaster Bugzilla

2006-01-06 Thread Erik Espinoza
Hello xpsace, On my qmailtoaster installation, freshclam does in fact run. You can check the status by going to /var/log/clamav/freshclam.log. As far as a bugzilla, I think this is a good idea. Not sure about #1 though. I will do some testing and see what I can figure out. Erik On 1/6/06,

Re: [qmailtoaster] upgraded qmailtoaster, mysql issues now

2006-01-07 Thread Erik Espinoza
Check to make sure that the /var/qmail/users/assign has the correct uid:gid for the vpopmail:vchkpw combo. Erik On 1/7/06, hawk82 [EMAIL PROTECTED] wrote: Hello list, I upgraded my older qmailtoaster install (I believe it was 1.0.5-1.1.15, but am not sure). I used the upgrade script made by

Re: [qmailtoaster] qmailtoaster relay server

2006-01-07 Thread Erik Espinoza
Hello Wayne, QmailToaster is an entire system. Decoupling it is a lot of work, I think your best bet is to hit QmailRocks.org and do it from source. That way you just get what you want. Erik On 1/7/06, Wayne [EMAIL PROTECTED] wrote: I would like to setup another qmailtoaster but without

Re: [qmailtoaster] eMPF

2006-01-09 Thread Erik Espinoza
Hello Devendra, I assume you mean this page http://www.inter7.com/?page=empf-install This requires patching the qmail package itself. You can't just add this to the QmailToaster. If you require this functionality, you will basically have to make major modifications to QmailToaster or roll your

Re: [qmailtoaster] Fedora Core 3 install

2006-01-09 Thread Erik Espinoza
Are you installing the stuff in the order required or perhaps through the scripts from the page? Erik On 1/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello All, Can anyone please help me with this install problem on fc3? I downloaded all the rpm's and then I run the following command

Re: [qmailtoaster] Fedora Core 3 install

2006-01-09 Thread Erik Espinoza
If you run the script, then it should be doing the rpmbuild's for you. Did you ensure that all of the dependencies were insatlled. The EZ-QmailToaster-Install is heavily based on CentOS 4. Might want to check out the wiki for further details. http://wiki.qmailtoaster.com/ Erik On 1/9/06,

Re: [qmailtoaster] Spamassassin blocking Port 783

2006-01-10 Thread Erik Espinoza
or it chokes communicating on 127.0.0.1:783 So I am a little bit confused Thanks, Christian. - Original Message - From: Erik Espinoza [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Tuesday, January 10, 2006 11:49 AM Subject: Re: [qmailtoaster] Spamassassin

Re: [qmailtoaster] Install script by Nick Hemmesch

2006-01-11 Thread Erik Espinoza
Not sure I follow. The vsftpd package has nothing to do with QmailToaster. Why would this be a dependency? Erik On 1/11/06, Lee R. Copp [EMAIL PROTECTED] wrote: The vsftpd package needs to be added to the qtms-deps.sh file. -- Lee R. Copp Project Engineer (EE/ME) http://www.michsci.com/

[qmailtoaster] Unofficial Update: clamav-toaster-0.88-1.2.11.src.rpm

2006-01-12 Thread Erik Espinoza
Greetings, I have released an unofficial update. This package is working just fine with all distros that QmailToaster supports. Feel free to update. http://www.kabewm.com/pages/projects/qmailtoaster.php As usual all my packages are signed by my key, also available at the same page. Thanks,

Re: [qmailtoaster] chkuser problem

2006-01-12 Thread Erik Espinoza
Could you send logs? On 1/12/06, Jeremy Runner [EMAIL PROTECTED] wrote: 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

Re: [qmailtoaster] Fetchmail on a QMT

2006-01-12 Thread Erik Espinoza
Hi Supriyo, I've never run QmailToaster with Fetchmail. I don't think this is a very common configuration on this list, which is why you probably haven't received a response. However I typed the words 'fetchmail qmail vpopmail' into Google and saw a lot of people claiming that this is

Re: [qmailtoaster] Hardening Email Server

2006-01-13 Thread Erik Espinoza
Indeed chkuser and smtp-auth are enabled by default. Erik On 1/13/06, Fabio Milano [EMAIL PROTECTED] wrote: Hi, Is the chkuser patch and smtp-auth installed by defualt. I need to do anything to initialize these? (I used your install script) Thank you for the wonderful answers, and this

Re: [qmailtoaster] Active Directory w2k3

2006-01-13 Thread Erik Espinoza
No. It may, however, be possible to build a qmail-ldap from scratch that will interoperate with Microsoft's Active Directory. Erik On 1/13/06, Pedro Costa [EMAIL PROTECTED] wrote: Hi It is possible to integrate qmtoaster with active directory authentication (kerbero ldap etc)? THX

Re: [qmailtoaster] MRTG adding Graphs

2006-01-13 Thread Erik Espinoza
Just a note, if you install cacti, keep it up to date. Lock it down by ip or by AuthType Basic. Using the built in cacti security is not good enough. I have cleaned up many boxes that were spamming like crazy cacti was exploited. Erik On 1/12/06, Eric Webster [EMAIL PROTECTED] wrote: I find

Re: [qmailtoaster] MRTG adding Graphs

2006-01-14 Thread Erik Espinoza
is the config file for that? Cheers Chris - Original Message - From: Erik Espinoza [EMAIL PROTECTED] To: qmailtoaster-list@qmailtoaster.com Sent: Friday, January 13, 2006 10:56 PM Subject: Re: [qmailtoaster] MRTG adding Graphs Just a note, if you install cacti, keep it up to date

Re: [qmailtoaster] Duplicated messages

2006-01-16 Thread Erik Espinoza
I believe this is usually due to a bug in exchange/outlook. In the past this has been solved by asking the user to run an officeupdate. Unfortunately there is nothing I can think of that can be done on the qmail side of this to resolve this issue. Erik On 1/16/06, Roberto Lourenço [EMAIL

Re: [qmailtoaster] Cannot send email to certain hosting

2006-01-16 Thread Erik Espinoza
Looks like bad spf data On 1/16/06, Fajar Priyanto [EMAIL PROTECTED] wrote: Dear all, I have a strange problem. Previously we hosted our mailbox (mydomain.com) on an ISP. Then starting this month we host the mailbox on our own box (Thanks to qmailtoaster). The MX was changed to point to our

Re: [qmailtoaster] Cannot send email to certain hosting

2006-01-16 Thread Erik Espinoza
Have them delete the txt records or read up on http://spf.pobox.com/ and use the wizard. Erik On 1/16/06, Fajar Priyanto [EMAIL PROTECTED] wrote: On Tuesday 17 January 2006 12:58 pm, Erik Espinoza wrote: Looks like bad spf data Hi Erik, How do I fix it? - Fajar Priyanto | Reg'd Linux

Re: [qmailtoaster] ***SPAM*** Fw: SeX.mpg

2006-01-17 Thread Erik Espinoza
Can't say that I've seen that. But I'll take a copy of sex.mpg! :) Erik On 1/17/06, Riezal Ross [EMAIL PROTECTED] wrote: How come Nick's sending all this? Regards, Riezal Ross -Original Message- From: nick [mailto:[EMAIL PROTECTED] Sent: None To:

Re: [qmailtoaster] Two webmails

2006-01-24 Thread Erik Espinoza
There are a few possibilities: 1) The webmail system you are using does not support the 'courier-imap' system used by qmailtoaster 2) The webmail system you are using is not properly set up for your IMAP Server. The IMAP Server Directory should be set to 'INBOX.' (complete with the period) in

Re: [qmailtoaster] New server coming online

2006-01-25 Thread Erik Espinoza
Hey Nick, Seems to me that if you are co-locating a server then maybe you should think about putting up some Google ad's or a donate button. I'd be one of the first to donate. We all appreciate your hard work on the project, however if you are spending your own money you should have a way to

Re: [qmailtoaster] basic qmail with qmailtoaster / firewall.sh

2006-01-25 Thread Erik Espinoza
Both port 20/21 and 113 are not necessary for QmailToaster operation. I can't speak for Nick, but maybe he just left those ports open because the machine he wrote the script for actually has an ftp and ident server. Erik On 1/25/06, Alex [EMAIL PROTECTED] wrote: I am trying to set up

Re: [qmailtoaster] ***SPAM*** Qmail Install with CentOS

2006-01-30 Thread Erik Espinoza
Did you enable the firewall on installation? On 1/30/06, Kevin Gutch [EMAIL PROTECTED] wrote: I did an install of Qmail using on CentOs following the very detailed instructions here: http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt My problem is with the final portion that

Re: [qmailtoaster] Mandrive Dependencies still broken

2006-02-02 Thread Erik Espinoza
I think all that is necessary is Provides: sendmail-command added to the qmail-toaster spec file. Nigel, I think the problem is that the sendmail command shipped with qmail is not 100% compatible with the real sendmail command. The way things currently work, you get warned when a package relies

Re: SV: [qmailtoaster] Badmimetypes

2006-02-03 Thread Erik Espinoza
Hey Nick, I still have my packages with simscan toaster, ripmime and the ssattach stuff. However it did not work as advertised. It worked like so: 1) Send mail from gmail to my QT Server w/ attachment on ssattach 2) My mail server accepts the message, gives error 500 to gmail after receiving the

Re: [qmailtoaster] after using jack's script... some new info on QT

2006-02-03 Thread Erik Espinoza
Due to the way SSL works, one will always get mismatched if you are using different names. Many people work around this by putting an internal dns server that points to the 192 address and the public dns server with the real world. That way the name works on both. Erik On 2/3/06, Jake Vickers

Re: [qmailtoaster] after using jack's script... some new info on QT

2006-02-03 Thread Erik Espinoza
a secure channel with my mail smtp/imap/pop3 ? Erik Espinoza posted an email about this a while ago. Here's what he posted: (I'll add it to the wiki today as well) Alright cool, there are different instructions for different procedures. Basically I did the following: 1) Generate key

Re: SV: [qmailtoaster] Badmimetypes

2006-02-03 Thread Erik Espinoza
The gmail example was one of five tests. Also tried with Yahoo!, Hotmail and an old version of QmailToaster. The results were always the same. I'll update my old packages for the new Toaster tonight and make them available to you. Thanks, Erik On 2/3/06, Nick Hemmesch [EMAIL PROTECTED] wrote:

Re: [qmailtoaster] after using jack's script... some new info on QT

2006-02-04 Thread Erik Espinoza
Indeed! On 2/4/06, Jake Vickers [EMAIL PROTECTED] wrote: Shai wrote: I'm still trying to find my hands and legs around this issue... not being very fimiliar with the terms and condition, signing certificates and stuff like that... Basically what Erik was saying I believe, is that

Re: [qmailtoaster] pop3 issue

2006-02-05 Thread Erik Espinoza
1) Make sure MySQL is running 2) Make sure you have the correct user/pass in /home/vpopmail/etc/vpopmail.mysql 3) Test by using the mysql command line with the vpopmail.mysql credentials - $ mysql -uvpopmail -pSsEeCcRrEeTt - mysql quit; 4) Ensure that you have the correct uid for vpopmail/vchkpw

Re: [qmailtoaster] notify blocked mails

2006-02-06 Thread Erik Espinoza
No. The e-mail is rejected when a virus is found with an error 500. This means that the mail is rejected before it is inspected for delivery. Erik On 2/6/06, Erol KAHRAMAN [EMAIL PROTECTED] wrote: hi, I have QT on FC4. I use simscan and clamav. I want to send a notify mail to recepient when

Re: [qmailtoaster] ClamAV blocking good email

2006-02-08 Thread Erik Espinoza
554 invalid content errors are definitely warlord. Perhaps something is matching a sig in the badmimetypes file. Erik On 2/8/06, Eric Webster [EMAIL PROTECTED] wrote: The possibility that I'm wrong does exist. I don't really know what logs to show though. smtp logs show found existing

Re: [qmailtoaster] Exim 4.43 to qmailtoaster migration

2006-02-09 Thread Erik Espinoza
Not sure you will find a lot of exim experts in a qmail list. The real question is can you produce a list of domains, users per domain and clear text passwords for all of your users? If so, the migration can be childs play with the use of vaddomain/vadduser and the command line tools. If not,

Re: SV: [qmailtoaster] Exim 4.43 to qmailtoaster migration

2006-02-10 Thread Erik Espinoza
You can use IMAP to copy the old e-mails that were downloaded from the old server to the new server. It's drag and drop. Remember to set the IMAP Root string to INBOX. without the quotes, but including the period. Erik On 2/10/06, kishore chowdary [EMAIL PROTECTED] wrote: sorry eric may be i

Re: [qmailtoaster] funny chkuser behavior

2006-02-11 Thread Erik Espinoza
Maybe one of your accounts is set as a catchall for the domain. By default, QmailToaster will bounce all e-mail that doesn't go to an account unless one specifically defines a catchall, in which [EMAIL PROTECTED] is valid. Erik On 2/11/06, MarLz LorenZo [EMAIL PROTECTED] wrote: Hi guys, I

  1   2   3   4   5   6   7   8   9   10   >