Re: User dirs
Svyatoslav Trukhanov wrote: > > I add vpopmail user '0', it has homedir /home/popusers/domains/a.dom/0 - > Ok. > When I add 100 users - home dir for new user is like > /home/popusers/domains/a.dom/0/* > I think this is not good. Well, if you don't like it re-compile vpopmail with --enable-large-sites=n Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Logging incoming/outgoing traffic in vpopmail?
Would the below work togeather with vpopmail? Best regards Michael Boman >From http://cr.yp.to/qmail/faq/admin.html#copies How do I keep a copy of all incoming and outgoing mail messages? Answer: Set QUEUE_EXTRA to "Tlog\0" and QUEUE_EXTRALEN to 5 in extra.h. Recompile qmail. Put ./msg-log into ~alias/.qmail-log. You can also use QUEUE_EXTRA to, e.g., record the Message-ID of every message: run | awk '/^$/ { exit } /^[mM][eE][sS][sS][aA][gG][eE]-/ { print }' from ~alias/.qmail-log. -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Large Scale site questions..
Bill Shupp wrote: > > Is anyone using vpopmail with 20,000+ users (multiple domains), offering a web > based client and allowing other POP clients? If so, what web-based client is > being used, and what kind of hardware is being used? We're going to be setting > up such a system for a customer, and I'm looking for any tips/advice that others > can offer. > > Thanks, > > Bill Shupp We have 41 domains and total around 250k accounts using .cdb to store our users. Why we don't use mySQL is because it would kill the mySQL database with the number of pop3 connections our users do. It's a cluster with 4 nodes running qmail+vpopmail and 2 NFS servers. Look at the attached 'dia' layout (the program 'dia' can be found at freshmeat.net). This is not a final layout, we already have plans to use LDAP to auth. our users and decentralize our servers, but vpopmail's LDAP module is not ready yet for it (ie: you can't create users or split them over several machines/cluster of machines). We used software, hardware and techniques from: http://www.qmail.org/ = qmail, daemontools, ucspi-tcp etc. http://www.inter7.com/vpopmail/ === VPopMail auth. module http://www.inter7.com/qmailadmin/ = Web based email administration http://www.inter7.com/sqwebmail/ WebMail interface. http://www.linux-ha.org/ High availability for linux. http://www.linuxvirtualserver.org/ == Load balancer ideas. http://www.f5.com/ == BigIP load balancer. http://www.ibm.com/ === 4x Netfinity 4000R (2x PIII 750 MHz CPU, 512 Mb RAM, 2x9 Gb UW-SCSI HDD) for the nodes 2x Netfinity 1000 (can't remember the specs - old recycled machines) for the NFS servers. http://www.inter7.com/qmail/ For 24x7 support. Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com mailcluster-structure.dia S/MIME Cryptographic Signature
Re: usage with fetchmail?
[EMAIL PROTECTED] wrote: > > Moin, > at the moment, I receive Mail using fetchmail from > a multidrop mailbox (user foo there is * here). > > Now I want to switch over to use virtual accounts > with vpopmail, not real accounts, where > every mailuser have a real login account and an > entry in the /etc/passwd. > > I created the vpopmail user uhl, but when I > send a mail to uhl (to this multidrop mailbox, > fetched by fetchmail) the mail bounce: No mailbox > here with this name. > > But there is a 'real' user renner, and after creating > a vpopmail account 'renner' I can receive mails > thru pop3. > But I guess, this is not the right way! > > What have I forgotten to configure? What about specifying what domain the user belongs to? ie: .. user bleh there is user [EMAIL PROTECTED] here Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: vpopmail Performance testing - Possible tools
Matthew Herman wrote: [snip] > SMTPTest (Performs a mail delivery test) > > PopTest (Performs a pop3 query and return true or false if successful.) > http://www.stalker.com/MailTests/ Has anyone manage to compile these tools under Linux? If so, what is needed to be done? Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Global admin
Only a few minutes reading the code gave me SITE_ADMIN access on qmailadmin, but nothing in it is working. I'll go ahead with creating a new project just for managing sites. Best regards Michael Boman Michael Boman wrote: > > Hello everyone, > I just want to tell you all that I am working now on a global admin, > where you can add domains, add alias domains, delete domains, change the > .qmailadmin-limits file and change the password for the postmaster > (without knowing the current one). > > I know that this is a very wanted features, and I'll do my best to > create a good tool. Basically I'll take the current version of > qmailadmin (0.32) and strip out all the normal user administration > stuff. The reason why I do this is that I don't want to re-invent the > wheel here, re-use as much code as I can. This way the some code can be > shared as well, keeping it easier to maintain (hopefully anyway). > > As this could be a mayor security risk (the CGI _has_ to be suid root > for an example, and the power it give quite impressive - it sure can > ruin your day if there is any mistakes using it) I am thinking about > enforce SSL encryption so at least the password won't leak out. > > I need your co-operation to test it out, do code audit's and give me > general feedback. > > I'd also grateful if someone could come up with a nice user interface, > based on the current qmailadmin interface - and a web page (my interest > will be on coding =) ).. > > In the beginning it will be a strip down qmailadmin 0.32 version, with > domain administration instead of user administration. > > I'll place the project at sourceforge so anyone can help us out, > hopefully there will be a snapshot/release at inter7.com's page as well > to link the things together. > > I am hoping to get Ken's blessing over this project, making it a part in > the vchkpw suite. > > Now to the technical questions: > I haven't seen any function in the API that will return me all the > domains the vchkpw authorization module is taking care of. Am I blind, > or do we need to add it to the API? If so, what do you think would be > the right approach to glob all the domains? > > Ken, if you don't mind - could I use qmailadmin mailing list for this > project, or would you like to keep them separated? > > Best regards > Michael Boman > > PS > Expect to see something in the beginning of next week, planning to work > on this during the weekend. > DS > > PPS > Ken, wouldn't it be time to clean out all the super-postmaster code > from qmailadmin? It's not in use, and you have indicated that you want a > separate program and therefor have no plans to use it at all. And by > removing the code we get a smaller binary AND less code to maintain. > This should result in fewer possibilities of security risks. > > I'll send you the alfa's and beta's as soon as I made them work. And as > soon as my sourceforge account has been activated I'll keep my work > there. > > DDS > > -- > W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard > 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 > Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 > Pager : (+65) 92 93 29 49 ICQ : 5566009 > Mobile: (+65) 98 55 17 34 > eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Global admin
Hello everyone, I just want to tell you all that I am working now on a global admin, where you can add domains, add alias domains, delete domains, change the .qmailadmin-limits file and change the password for the postmaster (without knowing the current one). I know that this is a very wanted features, and I'll do my best to create a good tool. Basically I'll take the current version of qmailadmin (0.32) and strip out all the normal user administration stuff. The reason why I do this is that I don't want to re-invent the wheel here, re-use as much code as I can. This way the some code can be shared as well, keeping it easier to maintain (hopefully anyway). As this could be a mayor security risk (the CGI _has_ to be suid root for an example, and the power it give quite impressive - it sure can ruin your day if there is any mistakes using it) I am thinking about enforce SSL encryption so at least the password won't leak out. I need your co-operation to test it out, do code audit's and give me general feedback. I'd also grateful if someone could come up with a nice user interface, based on the current qmailadmin interface - and a web page (my interest will be on coding =) ).. In the beginning it will be a strip down qmailadmin 0.32 version, with domain administration instead of user administration. I'll place the project at sourceforge so anyone can help us out, hopefully there will be a snapshot/release at inter7.com's page as well to link the things together. I am hoping to get Ken's blessing over this project, making it a part in the vchkpw suite. Now to the technical questions: I haven't seen any function in the API that will return me all the domains the vchkpw authorization module is taking care of. Am I blind, or do we need to add it to the API? If so, what do you think would be the right approach to glob all the domains? Ken, if you don't mind - could I use qmailadmin mailing list for this project, or would you like to keep them separated? Best regards Michael Boman PS Expect to see something in the beginning of next week, planning to work on this during the weekend. DS PPS Ken, wouldn't it be time to clean out all the super-postmaster code from qmailadmin? It's not in use, and you have indicated that you want a separate program and therefor have no plans to use it at all. And by removing the code we get a smaller binary AND less code to maintain. This should result in fewer possibilities of security risks. I'll send you the alfa's and beta's as soon as I made them work. And as soon as my sourceforge account has been activated I'll keep my work there. DDS -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: mailing lists
[EMAIL PROTECTED] wrote: > > Is it possible to create mailing list like info@virualdomain? > If yes how please? > -- > Milan Hromada > tel: +421 (0)862 5151 335 > - man ezmlm-make basicly: ezmlm-make ~vpopmail/domains// ~vpopmail/domains//.qmail- For options, try the first aproach (ie: man ezmlm-make) Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: vpopmail warning
Said Madrus wrote: > > Dear all, > i have installed vpopmail-3.4.11-2, but when installing some message appear > like this: > opensmtp.o: In function `tcprules_open': > /source/vpopmail/vpopmail-3.4.11-2.released/opensmtp.c(.text+0x5d): warning: > mktemp() possibly used unsafely; consider using mkstemp() > anybody know what does it mean ?? > thanks. > > ~said madrus FreeBSD I assume? Basicly, the C compiler on FreeBSD is a bit more sensitive then Linux dito.. If you want to remove it you could change all the mktemp() to mkstemp() as they work the same way (from a programming point-of-view), or you can just ignore the warning. Is there any reasons why this is not in the main distro? AFAIK mkstemp() should be safer then mktemp(). Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Mailing lists
[EMAIL PROTECTED] wrote: > > How can I setup mailing list for qmail + vpopmail without "ezmlm"? I've heard that you should be able to use Majordomo, but personaly I don't like it that much.. You are killing your box while sending to large lists. Other players are Lyris (commercial), Listbot etc.. A search on altavista or google should give you a few to look at. If your question was: "How do I setup a mailinglist without a mailinglistmanager", the answer would be "You can't". If your question was: "How do I create a group address without using a mailinglistmanager", the answer would be that you can create a .qmail file containing all the email addresses you want to send to in it. Do a 'man dot-qmail'. Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Reflections of what needs to be done..
EZMLM ISSUES: = The last few weeks the main questions has been the mailinglist, and as I wrote the original patch I feel somewhat responsible for it - even if it is AS-IS / worksformeware. First, I think the ezmlm package the qmailAdmin's homepage is pointing as should be patched with the idx patch (I belive ezmlm and idx is both released under GPL and therefor it's not a legal matter, but I can't find any copyright information about ezmlm). Second I think it's time to hack the ./configure script to have --enable-idx (or something simmular) that can either make the mailinglists produce the current (0.3x), or the old 0.26 behavor (ie: with or without IDX support. This should include copy the correct template file during "make install" process). I'll make these changes to my globaladmin right away. AUTORESPONDER ISSUES: = Another thing has been the auto-responder issue. I belive that updating the auto-responder to the one Matthias Henze <[EMAIL PROTECTED]> have done is apropiate, and modify qmailAdmin to make use of the options you can supply to it. GLOBALADMIN: GlobalAdmin is not really a fork of qmailAdmin yet, and not intedent to be. Im currently fixing those pices of code Ken put in there a long time ago and now have forgotten and don't want to use at the moment. The reson for the new name is that the CGI that globaladmin produces need's to be SUID root, and therefor is not suitible to use for user-administration, nor shouldn't be required to be installed to produce a normal qmailAdmin binary. All I need to know now is how do I upload files with CVS? =) Also as I am already inside the code and hacking I am fixing any kind of error I see. Ken: Would you like to have what I got now? It's not that much, but I'd say it's an improvment from what was there from the beginning =) I still have issues with adding/deleting/enter domains, and the edit code is not even there (hehe.. so much of an improvement). I've added the default WWW and cgi-bin locations for Debian as well so a ./configure can find the directories. QMAIL/VPOPMAIL AND MRTG: It's not that hard to get it produces nice graphs over how busy your SMTP/mail server is, but something I would like to see is MRTG friendly statitics on how busy your POP3 server is, and possible also if the output could be split out on a per-domain basis as well.. This is off-topic, I know, but it sure would impress the upper managment in any orginazation as well as give statitics so you can better plan for the future (maybe a separate POP3 box is needed in the next 3 months [for an example]). That's all I had to say for now Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: R F C - filters
Michiel Dethmers wrote: > > Matthias Henze wrote: > > > > hi, > > > > i'm going to modify my filtermodule to vdeliver as described below - please > > comment ! > > Ok, here are some comments then: > > 1. I've spent quite some time getting maildrop to work with vpopmail, > and all my filters are set up with the syntax of maildrop. I do > appreciate an effort to include it into vdeliver, but why not use the > maildrop filter-syntax. That way it's interchangeable. Also I've been > working on a webinterface to edit the filters (way way too unfinished to > share with others yet), so using maildrop's syntax would allow me to > continue on that project. I second that. Using maildrop syntrax in the filters would: 1) easy up the development work, as if I userstand things right we could a) use maildrop -or- b) use maildrop code. That way we don't need to re-invent the wheel. 2) SqWebMail is comming with maildrop filter editor in the next version as well. Basicly: if we invent a new filter it will be hard work to support it, and it isn't neccisary better then the filters that already exist. Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Different quotas for different virtual domains
"Próspero, Esteban" wrote: > > Hi! > > I want to set different quotas for the mail accounts of different virtual > domains users. Once set, new users should be "quoted" to its respective > domains quota. > > That is: > > domain1.com 5000k > domain2.com 2000k > ... > > Any idea of how to do it? > > Thanks very much in advance!! > > Esteban Javier Próspero Hmm.. sounds like a good idea.. I think I'll add that to GlobalAdmin =) .qmailadmin-limits i think would be the correct file (no need to invent allot of files to check).. defaultquota what does that look like? Any comments? Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Virtualizing the "master" domain
Barry Dwyer wrote: > > I have a client site where I'd love to have them administer their own > qmail system using qmailadmin. > > Is there any reason why I can't use vpopmail to create a virtual domain > using the *same name* as their real domain? > > (Right now, all the user accounts are local, with pop3d authenticating > against /etc/passwd, which of course requires someone with root access > to add/delete users.) > > If I can do this then it should then be a simple matter of mod'ing my > qmail startup script so pop3d uses vchkpw instead of the current > "checkpassword" for authentication, right? > > Or am I missing something here? > > Barry Dwyer You want to take a look at GlobalAdmin (http://proxy.11a.nu/globaladmin/) once it's done as it will let you do just that. Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: question
william f guyton jr wrote: > > I am planning on moving the informs.com users to qmail but would like > to move a department at a time from an NT smtp to qmail. The question > is using vpopmail how would I configure it to forward any mail that > does not have a pop account to the "old" nt server? > > thanks in .qmail-default in the domain you can specify a 'default' accout that you can forward all the mail to.. That might do the trick for you... Best regards Michael Boman
Re: question
william f guyton jr wrote: > > I am planning on moving the informs.com users to qmail but would like > to move a department at a time from an NT smtp to qmail. The question > is using vpopmail how would I configure it to forward any mail that > does not have a pop account to the "old" nt server? > > thanks in .qmail-default in the domain you can specify a 'default' accout that you can forward all the mail to.. That might do the trick for you... Best regards Michael Boman
Re: qmail + vpopmail domains dont work
[EMAIL PROTECTED] wrote: > > Hi, > > Let me explain a scenario. From my linux system, I sent an email to 2 users > > [EMAIL PROTECTED] and [EMAIL PROTECTED] > > from the account dheeraj. > > dheeraj is a user on my linux system with a home dir. /home/dheeraj/ and > also a maildir /home/dhrreaj/Maildir/. [EMAIL PROTECTED] is a user on > vpopmail domain - mytest.com. > > The mail sent to [EMAIL PROTECTED] was received properly. But dheeraj > also received a bounce message for [EMAIL PROTECTED] > > I've attached the email messages that dheeraj received. The "failure > notice.txt" might tell you some thing. > > could not create vpopmail database > vsql_getpw: failed select > vsql_getpw: failed select > Sorry, no mailbox here by that name. vpopmail (#5.1.1) > > Please help me... > > With warm regards, > Harsha Did you compile vpopmail with MySQL support? If so, are your MySQL libraries path defined in /etc/ld.so.conf ? and you have run ldconfig after editing the file? Best regards Michael Boman S/MIME Cryptographic Signature
Re: dumb domain question
~vpopmail/bin/vaddalliasdomain foo.com foo.net That will fix it for you. Best regards Michael Boman Joshua Pruitt wrote: > > Well, I've got everything set up (qmail, vpopmail, sqwebmail, etc.), > and it works beautifully! > > I do have one last sticking point. I have two domains, foo.com and > foo.net. How do I set everything at foo.com to alias to foo.net? I want > every user to be able to recieve the same mail at either foo.com or > foo.net address, without me having to set up a forward for every single > individual address. > > Thanks, > -Josh S/MIME Cryptographic Signature
Re: Changing ./Maildir/cur
Lou Hevly wrote: > > Greetings: > > My email client is set to leave anything over 6 Kb on the server, then I can decide >whether I want to download whatever it is or not. I notice that if I do this with >vpopmail, the large message is transferred from ./Maildir/new to ./Maildir/cur. This is how Maildir format works. Don't ask me why it does it as I am not able to answer the question. All Maildir based storage is moving mails from ./Maildir/new to ./Maildir/cur after it has been accessed. You can easy take advantage with this by creating a script that looks for ./Maildir/new folders with messages older then xx number of day's for easy termination of old accounts (usefull when you run a free email (webmail) service) > Can vpopmail be configured so that this 'overflow' directory is under the user's >control? For example, instead of going to /vpopmail/domain/user/Maildir/cur, could it >go to something like ~$USER/mbox? > > Thanks. Maildir is not mbox format, and I am agains mbox storage.. Besides it would mean that you need to either hack current qmail-pop3d(qmail-popup)/courier-pop3d(courier-popup) to understand mbox format or hack qpopper (or something simmular) to understand Maildir format. I have no clue why you want to do this in the first place.. But here was my $0.02 .. Best regards Michael Boman S/MIME Cryptographic Signature
Re: cdb convert mysql or oracle
fan wrote: > > who can tell me how to convert cdb to mysql. > I used vpopmail.4.8.9 >cdb-0.75 > please in detial > Thanks Well, I wrote a perl-script that is published on www.inter7.com/vpopmail .. You should also check out the vconvert program. Best regards Michael Boman
Re: HELP....DNS? MX? rcpthosts error again!
Kathleen Farber wrote: > > Ok I have a really good question for everyone. > > Here we've finally got rid of the user%domain when authenticating. > > But then we started getting this error: > The message could not be sent because one of the recipients was rejected by > the server. The rejected e-mail address was '[EMAIL PROTECTED]'. > Subject 'fyi', Account: 'postmaster', Server: 'virtual-support.net', > Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of > allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, > Error Number: 0x800CCC79 Look closer at the error message: '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)' it means that you tried to send to a domain that isn't in your /var/qmail/control/rcpthosts or that the sender doesn't havethe RELAYCLIENT variable set. If the domain you are sending to is a local/virtual domain - make sure it's listed in /var/qmail/control/rcpthosts. If the domain you are sending to is a remote domain, put your client IP in the tcp.smtp file for allowing it to relay throu your server. I suggest you take your time and read "Life with qmail". It's a very nice book released under the OpenContent licence. You can find a link to it on qmail's homepage (www.qmail.org). Best regards Michael Boman PS Please don't cross-post - it's VERY irritating to recive 2 emails.. Specially where one of the list is qmailAdmin, specialiced to take care of the qmailAdmin web-interface (user support, bugreporting etc). A mail to vchkpw at inter7 dot com is more then enough.. If you are afraid that you wont reach enough people, send it to qmail's mailinglist as well - but don't cross post, please.. THANKS!
Re: Missing - Most Wanted Feature in Vpopmail (Ken, please read)
Sumith Ail wrote: > > Hi > > There is one feature which is very much required in > vpopmail "quota support for virtual domains" or > vpopmail support of multiple uid and gid so that Unix > quota system can be implemented...the latter is > better. > > may I know when this feature will be available? > > has somebody configured a workaround in vpopmail to > support quota restriction for an entire virtual domain > not user. > > I am in URGENT requirement of this feature...please > help me. > > Thanks in advance > Sumith Well, basicly it isn't hard to do it when you start think about it. The solution you can use right now (at this very moment) is create another user in the system, and install vpopmail as that user (ie: re-installing vpopmail, but as an different user). This will make vpopmail use yet another UID/GID and you can happely set a system quota on that user. Ofcourse the drawback with that is you use more diskspace for the binary (small price IMHO) and you have a setup that is a little harder to maintain. The future solution is that some of the programs (like vadddomain/vdeldomain etc) run as root (SUID root to be sure, even if I am against SUID programs). That way the vadddomain program could allow yet another parameter: username or UID of the domain. In this case you could have up to 64k domains with induvidual domain quota that is controlled by your OS - and therefor _should_ be less heavy on the vdeliver program. Ken, please let me know if this is something you will add to the code so I can make my GlobalAdmin make use of it as well. Best regards Michael Boman -- Pager : out of order | "On the contrary of what you may think, Mobile: (+65) 98 55 17 34 | your hacker is fully aware of your company's eMail : [EMAIL PROTECTED] | dress code. He is fully aware of the fact ICQ : 5566009| that it doesn't help him to do his job."
Re: vchkpw + Radius
> Bruno Negrão wrote: > > Hy all, > > Had someone already made a Radius server get its passwords of ppp > access users in the vchkpw database? > I don't want to have /etc/passwd. > > Thank you, > > |--- > |--Bruno Negrão > |--Engepel Teleinformática - > |--- AFAIK there is no RADUIS auth. in vpopmail. Feel free to write one (and send it back to Ken so we all can make use of it). Best regards Michael Boman -- Pager : out of order | "On the contrary of what you may think, Mobile: (+65) 98 55 17 34 | your hacker is fully aware of your company's eMail : [EMAIL PROTECTED] | dress code. He is fully aware of the fact ICQ : 5566009| that it doesn't help him to do his job."
Re: how to assign directory?
truename wrote: > > hi! all: > > i have a big network, i help save my messages to NFS , > can i /home/vpopmail/bin/vadduser users , i may assign user to > NFS directory? > ./vadduser -d {user directory} username password . No, that doesn't work. What you can do is mount your NFS in ~vpopmail (alt. ~vpopmail/domains) or create a symlink to somewhere on the NFS mount point. > sqwebmail+vpopmail+NFS can work ? Yes, works fine. Had some problem with NFS and sqwebmail thought. If you run Linux visit nfs.sourceforge.net to update your nfs code in your kernel, or choose a OS with better NFS support (BSD, Solaris etc). Look into vpopmail + MySQL alt. vpopmail + LDAP. It will scale better then vpopmail+cdb, but there are some tradeoffs (as usual). > thanks! No problem. Best regards Michael Boman -- Pager : out of order | On the contrary of what you may think, Mobile: (+65) 98 55 17 34 | your hacker is fully aware of your company's eMail : [EMAIL PROTECTED] | dress code. He is fully aware of the fact ICQ : 5566009 | that it doesn't help him to do his job.
Re: ERR ... Help needed ........ pls....
> Jerome Macaranas wrote: > > > Im using Red Hat Linux. > Vpopmail > Qmail > Mysql > checkpassword > > I typed this to test my Vpopmail > > telnet localhost 110 > then. > > user [EMAIL PROTECTED] > -> ok.. > pass test > -> --ERR authorization failed > Connection closed by foreign host. > > I already tried to use.. > > user test%test.com > > doesnt work. > > > What have I done wrong? > > Thanks in advance... How is your start-up script for the pop3-server looking like? My guess would be that you still using checkpasswd as auth. program. Best regards Michael Boman -- Pager : out of order | On the contrary of what you may think, Mobile: (+65) 98 55 17 34 | your hacker is fully aware of your company's eMail : [EMAIL PROTECTED] | dress code. He is fully aware of the fact ICQ : 5566009 | that it doesn't help him to do his job.
Re: Failed to change password. test test.com 123 -22
Chris Chan wrote: > > hi, i install the qmailadmin on a solaris box. it work fine. recently i > install another copy for a new domain. > > when i try to change the password of a pop account. it return an error: > > "Failed to change password. test test.com 123 -22" > > anyone know how to fix it? anyone know what changes of the system will > caused this problem? > > P.S. > I use the lastest version of qmailadmin and vpopmail. > > > Chris Chan I second this. I have also the same problem, but on Intel running Slackware 7.0. Best regards Michael Boman -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Changing the log format
Im am currently trying to find a delayed email and i come think of that the logs doesn't tell you who it tried to deliver to when it fails. Current the output from the log says: 2000-07-06 15:12:39.647534 delivery 10727: failure: Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ Would it be possible to include what account it tried to send to in the error message? Best regards Michael Boman -- W I Z O F F I C E . C O M L I M I T E D - Your Online Office Wizard 16 Tannery Lane, Crystal Time Building, #04-00, Singapore 347778 Voice : (+65) 844 3228 [extension 118] Fax : (+65) 842 7228 Pager : (+65) 92 93 29 49 ICQ : 5566009 Mobile: (+65) 98 55 17 34 eMail : mailto:[EMAIL PROTECTED]URL : http://www.wizoffice.com S/MIME Cryptographic Signature
Re: Is MySQL preferred?
Ninad Gupte wrote: > > Hello Guys, > > I have been following up on vpopmail and intend to start using it on our > production server now. However I would like to know whether there is any > advantage in using MySQL authentication over standard file based > authentication. I understand that as a sysadmin, I might have easier > control / access to user data, etc. But is this good enough on a system > handling say about 3000 users and hosting a few hundred domains? > > I had a past experience with an ISP who used MySQL for authentication (I > dont know whether he was using vpopmail, or something else), and the > authentication would fail at times under heavy server load. I do not want > such a scenario to be repeated. SQL databases has that problem, and there is not much you can do about it except using a caching daemon. I haven't seen anyone for qmail, but I know courier has a caching daemon for authication. To play it safe for now, use cdb auth. > I will wait for inputs from users who have already been running their vpop > under MySQL before going ahead with the setup. Also are there any such > problems with filebased authentication under loads, that I probably did not > realise? > > Thanks > Ninad Filebased auth. takes long time to update with many users (in the same domain) and with high server load. /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Re: Vpopmail and MS IIS
Rami Laiho wrote: > > I'd like to create and delete vpop-accounts from my NT IIS server with ASP > scripts. Is there a way to do this? > > Rami Use MySQL database to store user information, and let ASP connect to the database and do normal SQL queries. /Mike
Re: Is is possible to use qmailadmin without vchkpw
Paulo Andrade wrote: > > Greetings, > > I am using qmail+vmailmgr+courrier imap, i would like to use qmailadmin > without vchkpw but with vmailmgr, is it possible to do that ? > > Thank you > Paulo Andrade Not without re-write most of the code. /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Re: Is possible that supporting 300,000 imap users?
Seo jun won wrote: > > Hi? > First, I'm very thanks to inter7 and Ken Jones. > Now, I'm using qmail1.03 + CourierIMAP1.1 + vpopmail4.9.4 under the > RedHat 6.2. > And I programmed PHP Webmail program. > > My immediate work... I have to offer Webmail servier for 300,000 imap > users. Is possible? > > In my plan, My system is consist of some imap, smtp, web server that > are clusted composition. > > Please, tell me advice. For 300k users I would suggest that you start building your cluster right away. I suggest following things: Use MySQL database. If you have to use vpopmail, use it with MySQL. You need atleast two of them in a active/passive state. The reson for this is that MySQL (and virtually any other service) likes to die under high load. If you are using CourierIMAP compile it with authdaemon. With 300k users you need some serious storage, have you solved that? For Webmail use something like IMP, where it's easier to scale it up. SqWebMail is nice, but you need to run a mailserver for each webmail server - maintainence headache's Separate SMTP and Storage/IMAP servers. With separate SMTP servers you can scale that a bit easier, add virus-scanning etc without killing the rest of your servers/services. Now, depending how much budget you have for this some (or all) of these things will happend. For further info pls send me a private email. And no, these things are _never_ a plug-and-play thing. I know. I am working with it in my day-to-day job now. /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Re: samba authentification
Nerijus Baliunas wrote: > > Hello, > > Is it possible to authenticate users against samba or NT? > > Regards, > Nerijus Not with vpopmail until it supports PAM that has modules for that, or until vchkpw understands it by itself.. /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Re: deferral problem
Zoran Lazovski wrote: > > I'm getting this in the > /var/log/qmail/current log file: > > @40003a0b3ecd277908ac delivery 967: deferral: > Unable_to_switch_to_/home/vpopmail/domains/mydomain.com:_access_denied._(#4. > 3.0)/ > > Can someone please help? > > zoran Wrong permissions on any of these directories: /home/vpopmail/domains/mydomain.com /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.
Re: deferral problem
Zoran Lazovski wrote: > > here is another message that I don't understand.. about the deferral... > > @40003a0b43a80aa282e4 delivery 33: deferral: > Uh-oh:_.qmail_has_file_delivery_but_has_x_bit_set._(#4.7.0)/ The .qmail file it tries to deliver to (you need the full log to figure out to whom it tries to deliver to) is executable. Solution: chmod -x .qmail-file /Mike -- Pager : out of order | On the contrary of what you may Mobile: (+65) 98 55 17 34 | think, your hacker is fully aware eMail : [EMAIL PROTECTED] | of your company's dress code. He ICQ : 5566009 | is fully aware of the fact that it Handle: proxy / 11 Alliance | doesn't help him to do his job.