Re: smtp auth

2001-07-22 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Sunday, July 22, 2001, 12:18:47 PM, you wrote: > Hello vchkpw, > Hiya, please tell me whet is the best way to open relay not > for > some domains or from some subnet's. I want to open relay for > my > accounts. All accounts in the system ca

Re[3]: smtp auth

2001-07-22 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello sec, Sunday, July 22, 2001, 12:56:19 PM, you wrote: GA>> You want to use SMTP after POP (look for enable-roaming-users when GA>> configuring vpopmail). > yea... > if i configure with this option > what else must i do after compiling? That largely depends

Re[5]: smtp auth

2001-07-22 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello sec, Sunday, July 22, 2001, 1:07:25 PM, you wrote: GA>> That largely depends on the mail reading (POP3, IMAP4) daemons GA>> involved. The steps you need to do for qmail-pop3d are described in GA>> the vpopmail documentation. > ANd what i need to enable t

Re: *.domain.com

2001-07-23 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello sec, Monday, July 23, 2001, 11:25:11 AM, you wrote: > Hello vchkpw, > How can i add all sub domains it my primary domain ? > for exampel i want to work only with SQL db when adding email to > domain server2342.domain.com where domain.com my primary doma

vpopmail anti spam features...

2001-07-25 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I wonder whether it would be possible to get a feature like http://software.libertine.org/tmda/ into vpopmail (or have this one integrated into qmailadmin so one could activate it on a per account basis). IMHO, this sort of thing is about the only really

Re: QMAIL-ISP project

2001-07-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Krzysztof, Friday, July 27, 2001, 11:28:09 AM, you wrote: > project. It grew up from my frustrations with getting qmail to work > smoothly in a big ISP enviroment and inability to adapt the > existing projects (vpopmail) to my needs. Since you're postin

Re: Relay Denied

2001-07-31 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Daniel, Tuesday, July 31, 2001, 4:40:19 PM, you wrote: > Hi folks, > I created a virtual domain and user, but when a send a message, it > returns as relay denied. > I put at tcp.smtp my network and restart everything What else > should I do? Read

Re: Bulk signup

2001-07-31 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Tuesday, July 31, 2001, 7:26:42 PM, you wrote: > I have a list of email addresses and passwords. > what would be the quickest way to pass all this to vadduser in one > go? KISS: Use some editor that supports column blocks and bring your file to the following

Re: qmail smtp

2001-08-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello mick, Saturday, August 04, 2001, 10:14:28 PM, you wrote: > all seems fine however the pop3 users can only send > mail to users of the mailservers local domain > [EMAIL PROTECTED] is fine > however > [EMAIL PROTECTED] will not send > SMtp says that do

vadduser with already encrypted pw?

2001-08-05 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I wonder whether it would be possible to add a command line parameter to vadduser that would allow it to supply an already encrypted password to it (i.e. password is written unchanged into vpasswd). This would allow to duplicate accounts on another host w

Re[2]: qmail smtp

2001-08-06 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello mick, Sunday, August 05, 2001, 10:30:47 PM, you wrote: > I have one domain on the qmial server i'll call it domainONE. > Now the vpopmail usrs of domainONE can only send to other domainONE > users. I tested this from a vpopmail user configured on the > qm

Re: vpopmail and nfs

2001-08-13 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello yjiangliang, Monday, August 13, 2001, 5:39:40 AM, you wrote: > hi, > I have installed vpopmail+qmail.All virtual pop users are > created in one virtual domain named test.com such as > ~vpopmail/domains/test.com > When the disk space is filled by

Re[2]: modusergo function, .qmail file

2001-08-17 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Friday, August 17, 2001, 8:28:11 PM, you wrote: > Listing all users IS in the library via "vauth_getall". However, > showing aliases/forwards isn't yet (only mysql, I think). With MySQL, it is reasonably easy to implement, some select queries is a

Re: modusergo function, .qmail file

2001-08-17 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Friday, August 17, 2001, 7:07:44 PM, you wrote: > Aside from this, I'm working on tightening up and fixing some html > stuff, and also added a "Total: " at the top of "show > users" (at Steve Fulton's request). I'll probably have an update > availa

Re[2]: vpopmail-4.10.35 release

2001-08-24 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Thursday, August 23, 2001, 11:37:41 PM, you wrote: > Will there be done anything with aliasdomain for the 5.0 release? > I realy would love to get rid of those symlinks in the domains > directory. > http://www.mail-archive.com/vchkpw@inter7.com

vpopmail API: how to use vadddomain, anyway?

2001-08-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I'm trying to write a Python module (I'm lazy, so I'm using SWIG) that can interface with libvpopmail but I haven't got much look so far cause I'm unclear about the arguments needed for vadddomain(). According to the docs, it should be: int vadddomain( c

Re: pop3s

2001-08-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Monday, August 27, 2001, 4:49:58 PM, you wrote: > Hi, > Have anyone already built a pop3s solution with vpopmail? Yes, stunnel works fine with it. > What is requeried on the client side for pop3s to work? Either an SSL compatible mail client (surprisingly

Re[2]: vpopmail API: how to use vadddomain, anyway?

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Sean, Monday, August 27, 2001, 11:09:17 PM, you wrote: > vadddomain(domain, pwdata->pw_dir, pwdata->pw_uid, pwdata->pw_gid); > > you could avoid the call to getpwnam by using the constants defined > in vpopmail_config.h: > vadddomain(domain, VPOPM

[RESOLVED] Re[3]: vpopmail API: how to use vadddomain, anyway?

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- > ld -shared -L/home/vpopmail/include -lvpopmail -lcrypt \ > vpopmailpython.o vpopmailpython_wrap.o -o vpopmail.so > How can I get ld to build something as shared library but still > link libvpopmail.a "statically" into it? I think ld thinks it can > ignore >

vaddaliasdomain() (to add aliasdomains without symlinks!)

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, During my work with the Python vpopmail module, I figured there ain't any real vaddaliasdomain() call in the API so I decided to my own and get rid of the annoying symlinking that vaddaliasdomain does. Basically, I just use add_alias_domain() to crea

Re: Tutorial

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Kelly, Tuesday, August 28, 2001, 4:13:36 PM, you wrote: > are there any good tutorial about setting up virtual pop service > using qmail, vpopmail and courier-IMAP? > I am new to qmail... I need more step by step instruction. Start at http://www.lifewi

Re: vaddaliasdomain() (to add aliasdomains without symlinks!)

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Tuesday, August 28, 2001, 6:24:03 PM, you wrote: > When I get the time to do it, I'll come up with a solution to > delete the aliasdomains... I assume patching vdeldomain (it > currently > complains that the aliases don't exist which makes not too much > sense

vaddaliasdomain() completed, beta testers wanted ;-)

2001-08-29 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken & List, I've finished my work on the vaddaliasdomain() stuff, it now appears to be working like it should, following another approach than the the ones I've already pointed out: instead of messing with users/assign which is close to a nightmare, I deci

Re: Spy at POP users?

2001-08-30 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Thursday, August 30, 2001, 1:00:31 PM, you wrote: > Is there a way to see which users are connected at a given moment > to my POP3 server? Maybe even see what they are doing? You could parse the logs and display all sessions that haven't quit. Best regards

vaddaliasdomain() patches....

2001-08-30 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello all, I now fixed all the warnings that gcc generated in the segments of code that were changed by me (including one grave error). Now vpopmail.c got only more two warnings during the build (gcc 2.95.2, FreeBSD 4.3): gcc -I. -Icdb -g -O2 -Wall -c vpopm

Re[2]: vaddaliasdomain() patches....

2001-08-31 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, > I've started to push my C-programer in the direction of vpopmail, > and he will be taking a look on this problem. > With the above scenario, you already have a "domains/aliasdomain" > in the virtualdomainsfile, since a real domain would have the

Re: Half Topic question : stunnel and vpopmail

2001-08-31 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Florent, Friday, August 31, 2001, 11:44:56 AM, you wrote: > In both cases, the distant user won't be able to have the server > relaying is mails. And even more, if I want to provide the smtp-ssl > (ssmtp) feature to those users : stunnel -d ssmtp -r smtp

Re[4]: vaddaliasdomain() patches....

2001-09-02 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Sunday, September 02, 2001, 2:40:52 AM, you wrote: >> removed (just entries in rcpthosts/morercpthosts and >> virtualdomains). If aliasdomain is deleted, only the aliasdomain >> is removed ;-) > I did basically the same thing, but did cut and pasting of code >

Re[3]: vaddaliasdomain() patches....

2001-09-02 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Friday, August 31, 2001, 6:06:33 PM, you wrote: > Anyway, fixed patch, which builds on Bill's RedHat box (the > original one always did on mine, though) is attached. I'm almost finished with the new implementation (was some good C training, as I normally don't

Re[2]: finished vaddaliasdomain() patch

2001-09-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Monday, September 03, 2001, 9:35:39 PM, you wrote: > This now works properly, except for the fact that vget_assign > (which many of the vpopmail tools rely on) no longer know about > this domain. Vuserinfo and vmoduser, for example, can't find the

Re[4]: finished vaddaliasdomain() patch

2001-09-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Tuesday, September 04, 2001, 7:02:38 PM, you wrote: > on 9/4/01 10:20 AM, Gabriel Ambuehl at [EMAIL PROTECTED] > spake: >> IMNSHO, the user tools should NOT operate on user@aliasdomain >> anyway cause an aliasdomain is an alias

Re[4]: finished vaddaliasdomain() patch

2001-09-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Tuesday, September 04, 2001, 7:15:21 PM, you wrote: > Will there at least be something like: > b.com is aliased to a.com > vuserinfo [EMAIL PROTECTED] > [EMAIL PROTECTED] is aliased to [EMAIL PROTECTED] No. Fixing this would most likely involve hacking around

Re[6]: finished vaddaliasdomain() patch

2001-09-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Tuesday, September 04, 2001, 7:58:05 PM, you wrote: >> Ken, is vget_assign() used anywhere to do something else than >> getting dir, uid, gid of the domain to work on? If it isn't it >> would be ok if it simply returns the values for the masterdomai

Re[7]: finished vaddaliasdomain() patch

2001-09-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Tuesday, September 04, 2001, 8:05:19 PM, you wrote: > and parse the integer it returns. Maybe I should add a > char *get_real_domain(char * domain, char * realdomain, int > sizeofrealdomain) > function, so vget_assign() and everything else can easily get the >

Re[2]: problem compiling courier-imap 1.3.10 with vpopmail 5.0pre3

2001-09-07 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Tren, Friday, September 07, 2001, 2:53:15 PM, you wrote: > I've talked to Ken and this seems to be the best way at the > moment...but that might change. Well perhaps someone should speak to Sam instead and ask him to either integrate a call to su into

Re[2]: vpopmail-5.0pre5

2001-09-09 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Saturday, September 08, 2001, 12:18:34 AM, you wrote: > The path for the alias domain in the assign file must have > the path to the real domain. Which 5.0pre4 will setup > automatically. So you already got a script/app that goes through virtual

Re: qmail & roaming users with vpopmail

2001-09-09 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Jens, Friday, September 07, 2001, 12:33:06 PM, you wrote: > i wonder what tcp.smtp file qmail-smtpd has to see: > /etc/tcp/smtp.cdb or /home/vpopmail/etc/tcp.smtp.cdb in order to > support roaming user who can use the smtp-server of the qmailbox ? I re

Re[2]: Error running vadddomain

2001-09-10 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Saturday, September 08, 2001, 9:54:30 PM, you wrote: > Try this: echo "." >>> /var/qmail/users/assign > and then run vadddomain again. You have forgot the period at the > end of assign file. IIRC vpopmail should do that itself if the file is de

Re[2]: qmail & roaming users with vpopmail

2001-09-10 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Jens, Monday, September 10, 2001, 3:52:07 PM, you wrote: >> I recommend to setup tcpserver to use the latter cause the former >> would require to have vpopmail running as root cause otherwise it >> couldn't create the temporary files needed to build the

Re[2]: courier wants -lvpopmail

2001-09-10 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Monday, September 10, 2001, 4:07:03 PM, you wrote: > What do you folks think? Should we keep the restricted > permissions or open them up? 5.0 is going out today, so > comments are welcome today :) Is there any reason why courier doesn't should be

Re: vpopmail-5.0-pre5 : 2 questions

2001-09-11 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello jose, Tuesday, September 11, 2001, 1:45:52 PM, you wrote: > hi all ! > 2 questions: > 1- how to recreate the vpasswd.cdb (which is corrupted) from the > vpasswd text file ? vmkpasswd domain Best regards, Gabriel -BEGIN PGP SIGNATURE- Versi

Re[2]: LDAP

2001-09-15 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Steve, Friday, September 14, 2001, 7:44:38 PM, you wrote: > 5. /home/vpopmail/bin/vadddomain mydomain.com > Enter postmaster's password > enter password again > Error: Unable to chdir to vpopmail/users directory > Anyone able to reproduce this? Or better

For all you courier users: here's how to install it with vpopmail mysql.

2001-09-15 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, While wading through the configure arguments to courier-imap, I found the following - --disable-root-check which allows the FreeBSD port to install it as root which is required as only root can write to the ports dirs... HTH & best regards, Gabriel

Re: Fw: Re[2]: LDAP

2001-09-17 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello sbelt, Monday, September 17, 2001, 9:18:25 PM, you wrote: > Thanks for responding Gabriel! > The /home/vpopmail/users directory remains empty. > However, I do end up with a > /home/vpopmail/domains/mydomain.com/postmaster directory. Uhm. If the permis

Re[3]: qmailadmin-0.81-accdias-3.diff

2001-09-19 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Antonio, Tuesday, September 18, 2001, 9:55:18 PM, you wrote: >> It doesn't look like I'm going to have the time to do this in the >> next >> weeks but who knows... > Can you point some docs on this topic? Although it is somewhat MS centric, I found the s

Re: vpopmail - Maildir

2001-09-20 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Oliver, Thursday, September 20, 2001, 2:04:14 PM, you wrote: > How can I setup pop accounts with vpopmail, so that i can pop in? > Is it necessary to install the qmail-pop3d and before? It is. Best regards, Gabriel 6 -BEGIN PGP SIGNATURE-

Re: pop3 - inetd.conf

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Oliver, Friday, September 21, 2001, 10:55:45 AM, you wrote: > Hello Steven, Hello list > Steven, Thanx a lot > You mentioned the /etc/inetd.conf file. > I don´t have the /etc/inetd.conf fiel . Perhaps beacause I´d > install ucspi-tcp?? That's better

Re: number of users on a virtual domain

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello james, Friday, September 21, 2001, 5:23:51 PM, you wrote: > Hi, > I have qmail+vpopmail+courier imap. > I would like to control the number of users for a given virtual > domain. How can I do that? Not installing any more than you think is ok? Best r

Re: Where does the startup script go?

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello treme, Friday, September 21, 2001, 9:54:09 PM, you wrote: > In the install instructions it says this is a sample start-up line: > > env - PATH="/var/qmail/bin:/usr/local/bin" \ > tcpserver -H -R 0 pop-3 \ > /var/qmail/bin/qmail-popup your.domain.com \

Re[2]: Where does the startup script go?

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello treme, Friday, September 21, 2001, 10:09:56 PM, you wrote: > Thank you Gabriel, > The LWQ doesnot cover vchkpw, I did post to the LWQ list also. I > still am not sure if this is an additional service from all of the > qmail ones or if it is to replace t

Re: Fwd: Re: newby question: bounced

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Brian, Friday, September 21, 2001, 10:05:07 PM, you wrote: > Thank you. I see now that it means I had no Catchall account so > anything to "[EMAIL PROTECTED]" would be bounced. I > was afraid it meant everything was being bounced. Exactly. Best rega

Re[2]: vpomail 4.9.10 takes 100% CPU

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Friday, September 21, 2001, 10:42:19 PM, you wrote: > FreeBSD 4.4-STABLE > sorry i didn't specify FreeBSD's crypt definitely ain't broken. I'm using 4.9.10 on FreeBSD since it came out without any problem, todays short testing of 5.0pre5 sugges

Re[4]: vpomail 4.9.10 takes 100% CPU

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Friday, September 21, 2001, 11:50:22 PM, you wrote: > somehow i was able to fix problem w/ 4.9.10.. it seems to workin > fine now > to be honest i dont know what was wrong last time 'cause i > recompile it with same options and i didn't change

Re[6]: vpomail 4.9.10 takes 100% CPU

2001-09-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Saturday, September 22, 2001, 12:02:44 AM, you wrote: > i run freebsd 4.4 myself.. > which flags did you use while doing ./configure and can you send me > your vmysql.h just replace your password w/ Oh I use cdb. Best regards, Gabri

Re: how to use second domain to receiving email?

2001-09-23 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello lawy, Sunday, September 23, 2001, 11:55:17 AM, you wrote: > the files related look like below: > the file /var/qmail/control/me: > mail.mydomain.net > the file /var/qmail/control/locals: > localhost > mail.mydomain.net > the file

Re[3]: Installation Error

2001-09-23 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Dave, Monday, September 24, 2001, 6:58:49 PM, you wrote: > So what would be my ./configure line if I want to > 1) My main domain is to check its pass word with the /etc/passwd > and doing the compilation will not affect my users from checking > their em

Re: Mail not being delivered to vpop directories

2001-09-23 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Micah, Sunday, September 23, 2001, 9:14:48 PM, you wrote: > I setup qmail/vpop and everything was working fine. The machine > was rebooted however and now email is not being delivered to the > /home/vpopmail/domains directory but rather to the users > /

Re[2]: qmailadmin 0.84, vpopmail-5.0-qa-admin patch

2001-09-25 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Tuesday, September 25, 2001, 4:47:59 AM, you wrote: >> Download: >> http://shupp.org/patches/qmailadmin-0.84.tar.gz > Woops... Non-postmaster administrators can still delete > themselves. Get this (http://shupp.org/patches/0.84-fix.gz) to fix >

Re: vpopmail5 suggestion for future release

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Wednesday, September 26, 2001, 2:02:10 AM, you wrote: > let user specify database inside for mysql for replication so i can > have vpopmail + replication on same mysql .. not meanin that i'm > goin run same info .. but i have remote server which

Re[2]: vpopmail5 suggestion for future release

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Wednesday, September 26, 2001, 7:46:12 PM, you wrote: >> You could, of course, run two different MySQL instances on the >> same server to achieve the desired effect. >> > what if i run 5 mail servers? i can't run 5 mysql just for that.. What's w

Re[4]: vpopmail5 suggestion for future release

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello alexus, Wednesday, September 26, 2001, 7:54:44 PM, you wrote: >> What's wrong with having all the data in one DB, anyway? >> > eh.. nothin i guess.. i just don't want to run into any issues > 'cause of that... You shouldn't as the data in the DB is use

Re[2]: qmailadmin 0.84 and vpopmail-5.0 patch

2001-09-26 Thread Gabriel Ambuehl
working with the system. > I was emailing back and forth with Gabriel Ambuehl about the > no-forwarding-postmaster's-email topic, and I accidentally deleted > the last one, but I believe the concensus was that deleting > postmaster and making it just forward to another admin (or eve

Re[2]: qmailadmin 0.84 and vpopmail-5.0 patch

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Wednesday, September 26, 2001, 8:03:08 PM, you wrote: >> is no longer needed (or something along those lines), so it should >> be ok to whack postmaster. Is that right, Gabriel? > Qmailadmin already allows you to forward postmaster mail elsewhere,

Re: vpopmail compile problems

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Charlie, Wednesday, September 26, 2001, 9:04:02 PM, you wrote: > does anyone know what "__builtin_va_alist" is? what library it > might be contained in? > what about this "va_start(args,domain);" > what is the function va_start? > any ideas? That ai

Re[2]: vpopmail compile problems

2001-09-26 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Sean, Wednesday, September 26, 2001, 9:26:00 PM, you wrote: > The makefile shows > LIBS = -lsocket -lnsl -lcrypt > On Solaris 8 : > ldd vchkpw > libsocket.so.1 =>/usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.s

Re[2]: What's the current consensus on vpopmail + OpenLDAP + qmail-ldap?

2001-09-30 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Adam, Sunday, September 30, 2001, 2:56:52 AM, you wrote: > This makes it easy to build useless directories. OpenLDAP 2.x > (LDAPv3) directories must have schemas. This enforces structure as > you cannot put data in ad hoc. ACK. Else you could your filesy

Re: vadduser random password patch

2001-09-30 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Yuri, Sunday, September 30, 2001, 10:40:15 AM, you wrote: > Hello, > Wrote random pass patch for vpopmail 5.0pre5. > If 'r' argument is using, vadduser will generates random > password > and will output it after success. I think the

Using rbl on a per domain basis?

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I'm currently thinking about deploying rblsmtpd here, but I'm somewhat hesitating to do it without giving the users the possibility to switch it on or off. I don't see any possibility to do this with rblsmtpd itself (correct me if it actually is possible)

Re: Forwards all mail from a name to another email address.

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Monday, October 01, 2001, 9:49:02 AM, you wrote: > Please would someone send me the detail of how to forward: > *@domain.co.uk to a specific account [EMAIL PROTECTED] > Please be very specific so that I can understand. The manuals/FAQs/whatever are very s

Re[2]: Using rbl on a per domain basis?

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Monday, October 01, 2001, 10:45:10 AM, you wrote: > I know you have had a little look at TMDA. It probably could do > something in the line of what you arre thinking of? Hmm. TMDA's concept is much more intrusive. The whole RBL stuff only blocks

Re: Passwords in binaries

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Doug, Monday, October 01, 2001, 3:48:20 PM, you wrote: > Hi, > I've been looking into using MySQL instead of CDB for > VPopMail, but I noticed that the MySQL username and password were > stored in the > binaries. This is a significant problem f

Re[3]: Using rbl on a per domain basis?

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I think I've come up with a per user solution, which basically contacts some RBLHOST (to be added to ./configure, relays.ordb.org is set as standard source right now) if a .rbl is existing in the users Maildir: int checkrbl(void) { //check whether the us

Re[2]: strange ip after authorisation

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Monday, October 01, 2001, 6:13:48 PM, you wrote: >> well.. but how comes, tcpserver gets a 0.0.0.0 as remoteip ? >> those users are simple dialup users... > What do the tcpserver docs say about > getenv("TCPREMOTEIP")); I think djb uses some homeb

Re[2]: Using rbl on a per domain basis?

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello cbunnell, Monday, October 01, 2001, 11:02:22 PM, you wrote: > Just an FYI, I used to use RBL and then they quit providing the > service for free. It in fact broke my qmail/vpopmail > implementation because I had them in my /service/qmail-xxx scripts. >

Re: need help setting up vpop3d

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Camilo, Tuesday, October 02, 2001, 12:09:47 AM, you wrote: > Hi. > I've installed Qmail and vpopmail, as well as sqwebmail (the > graphical web mail client). Now I need to get the pop3 daemon > working so I get also get my mail with a client like messen

Re: vpopmail auth question

2001-10-01 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Matt, Monday, October 01, 2001, 10:22:53 PM, you wrote: > I'm guessing that on FreeBSD, if I have the default set to MD5, > then vpopmail will only be able to verify MD5 passwords. Is that > correct? > If so, how do I extend it to support DES as well (

Re[4]: Using rbl on a per domain basis?

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Tuesday, October 02, 2001, 10:52:35 PM, you wrote: > Not true. ezmlm is delivered via .qmail files. These files > are processed before vpopmail get's involved. The difference > with the --enable-qmail-ext=n default is that vdelivermail > does not loo

Re: Using rbl on a per domain basis?

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Monday, October 01, 2001, 9:54:26 AM, you wrote: ok, this is not as easy as I thought as unfortunately, I missed to recognize that vdelivermail got no possibility to get TCPREMOTEIP. So the first approach I propose is the following: 1) Use a patched rblsmtpd,

TMDA support for vpopmail

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Tuesday, October 02, 2001, 10:37:16 PM, you wrote: > My intructions on TMDA together with vpopmail can be found on > http://tmda.bordewich.net Hmm. I use neither qmailqueue nor qmailfilter nor smtp-auth, so I suppose this can be done easier by sim

Re: ISS Security Alert regarding vpopmail 4.9.10 and below

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello David, Wednesday, October 03, 2001, 3:06:42 AM, you wrote: > Didn't see this on the list, but thought it would > be important to have shown here. Let the sysadmins > lock things down a little bit if necessary. "References: BugTraq Mailing List, Tue Sep

Re[2]: TMDA support for vpopmail

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Wednesday, October 03, 2001, 3:13:47 PM, you wrote: >> Hmm. I use neither qmailqueue nor qmailfilter nor smtp-auth, so I >> suppose >> this can be done easier by simply using qmail-tmda, no? > The qmailqueue patch is needed by qmail-qfilter. We hav

Bad code in vdelivermail

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, Glancing through the code, I found several occurrences of lseek(0, SEEK_SET, 0L); which normally should work (if #define SEEK_SET 0 applies) but nevertheless it is bad coding practice as: lseek(int fildes, off_t offset, int whence); [...]

Re: Bad code in vdelivermail

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Wednesday, October 03, 2001, 5:33:51 PM, you wrote: >If whence is SEEK_END, the offset is set to the size of > the file >plus offset bytes. > So I think it actually should read > lseek(0, 0L, SEEK_SET); I think I missed the most impor

Re[4]: TMDA support for vpopmail

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Wednesday, October 03, 2001, 5:19:16 PM, you wrote: >> What virus scanner app do you use, then? And on what OS? (I think >> the only one which is any good on FreeBSD would be Kaspersky AVP). >> The Linux version appears to have a demo (which only

Re[4]: ezmlm-idx enhancements

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Wednesday, October 03, 2001, 6:26:04 PM, you wrote: >> I'm not sure whether it is a good idea, but what about having the >> files that CAN'T break the mailinglists if they are filled with >> garbage loaded in simple textareas for webbased editing?

Re[4]: ezmlm-idx enhancements

2001-10-03 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Wednesday, October 03, 2001, 7:09:37 PM, you wrote: >> I tried to make it work with a vpopmail install about a year ago >> and gave up. Does it work with vpopmail? > I'm sure it will, although I haven't done it. The reason I > wouldn't use it with

Re: Gabriel Ambuehl vaddaliasdomain changes.

2001-10-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Brad, Wednesday, October 03, 2001, 9:19:25 PM, you wrote: > links. There is definately better ways to handle aliased domains. I > have tons of aliased domains left over in my virtualdomains, > rcpthosts, and assign files from when I deleted the domains. I

per user rbl patch for vpopmail

2001-10-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I think I finally managed it to implement per user rbl into vpopmail (after a whole bunch of failed attempts). Basically, I scan the mail header for the IP of the delivering MTA and if it is in the rbl, the mail will bounce. rbl will only be used for us

Re[2]: per user rbl patch for vpopmail

2001-10-04 Thread Gabriel Ambuehl
EMAIL PROTECTED]@212.71.64.67) > by hellriser.bordewich.net with SMTP; 4 Oct 2001 22:11:09 - > Message-ID: <00d901c14d21$78632eb0$434047d4@hell2000> > To: "Gabriel Ambuehl" <[EMAIL PROTECTED]> > References: <[EMAIL PROTECTED]> > Subject: Re: per use

Re[4]: per user rbl patch for vpopmail

2001-10-05 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Friday, October 05, 2001, 9:36:14 AM, you wrote: >> (-s instructs telnet to use source address 127.0.0.2 and connect >> to localhost) > Nope. I can ping 127.0.0.2, the logs tells me that I connect to > 127.0.0.2. If you saw the mailheader I includ

Re[2]: per user rbl patch for vpopmail

2001-10-05 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Friday, October 05, 2001, 1:02:10 AM, you wrote: >> The actual patch against pre-5 is available at >> http://www.buz.ch/software and I ask some people to >> play around with it (it defines RBLHOST as relays.ordb.org, those >> got 127.0.0.2 blacklist

Revised rbl patch

2001-10-05 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello vchkpw, based on Einar's comments and Bill's wish for multiple rbl sources, I revised the patch. It now supports multiple rbl sources (set the makro RBLHOSTS to "host,host,host", the sources will be queried in the same order, if a match is found, processin

Mailinglist managers with webinterface

2001-10-19 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, one of our clients keeps bitching about ezmlm being crap (not a point of view I share, although I can understand that he doesn't like the admin capabilities, not even with ezmlmweb) so now I wonder whether anyone is successfully running some other mailing

Re: SV: help compiling the daemontools

2001-10-19 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bjarne, Thursday, October 18, 2001, 10:25:52 PM, you wrote: > Hi! > This error message seams to aply for all qmail related software > when installing on RH 7.1. > Does it realy matter with this error message? > Is it easy to fix in the other packages

Re: Information about qmail and mrtg?

2001-10-21 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Sunday, October 21, 2001, 11:26:34 AM, you wrote: > Hi, > would u tell me where I could get the information about qmail > and mrtg? > Thanks. Did you care to even read some of the Inter7 web pages? It's right there. Best regards, Gabriel  -BE

Re[2]: Bug in qmailadmin 0.88

2001-10-22 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Monday, October 22, 2001, 3:54:22 PM, you wrote: >> subscribe without confirmations (*I* wouldn't even consider to use > such >> config but I can't stop our clients from wanting to do so). >> Anyway, this doesn't work. I selected No Confirmation ne

Re[3]: Bug in qmailadmin 0.88

2001-10-22 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Gabriel, Monday, October 22, 2001, 4:09:57 PM, you wrote: >> What version of IDX extensions are you using? > ezmlm-0.53 with ezmlm-idy 0.40. > ezmlm-manage(1) says I should be able to change the behavior on the > command line with > # ezmlm-manage -S pa

localhost may not relay with roaming-users...

2001-10-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I've there got a pretty strange problem. I'm running with roaming users activated which works charmingly, however, for some reasons, qmail won't relay if the mail comes from 127.0.0.1. I've got a /home/vpopmail/etc/tcp.smtp file containing the correct REL

Re[2]: localhost may not relay with roaming-users...

2001-10-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bill, Saturday, October 27, 2001, 5:19:58 PM, you wrote: > And here's what's in tcp.smtp: > 127.0.0.1:allow,RELAYCLIENT="" > I have both courier-imap and vchkpw adding roaming users and > tcp.smtp never gets deleted. Something's definitely wrong. Some

Bug in vqregister

2001-10-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, there are two nasty bugs in vqregister 2.6: when a user tries to register a username for which there's already a .qmail, the subscription is granted and you'll end up with a user in vpasswd AND the forwarder. Second thing is that if an email address is al

  1   2   3   >