Re: [Dbmail] Ready for prime time?

2002-09-20 Thread Micah Stevens
I don't have any FreeBSD experience, but I can answer some of your questions: On my server, I support about 50 domains, and I use the [EMAIL PROTECTED] naming scheme, this is how the users are required to log in, and it works great for virtual domains. I have noticed some people who do not want

[Dbmail] Dropping characters.

2002-09-24 Thread Micah Stevens
I know this isn't directly related to dbmail, but the people on the php-db mailing list aren't being too helpful and I was wondering if anyone here had any ideas. I've been having an issue where php will drop the first four characters from a POSTed form field when inserting/updating informatio

RE: [Dbmail] Dropping characters.

2002-09-24 Thread Micah Stevens
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micah Stevens Sent: Monday, September 23, 2002 3:00 PM To: dbmail@dbmail.org Subject: [Dbmail] Dropping characters. I know this isn't directly related to dbmail, but the people on the php-db mailing list aren't

RE: [Dbmail] Dropping characters.

2002-09-24 Thread Micah Stevens
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micah Stevens Sent: Monday, September 23, 2002 3:00 PM To: dbmail@dbmail.org Subject: [Dbmail] Dropping characters. I know this isn't directly related to dbmail, but the people on the php-db mailing list aren'

RE: [Dbmail] Imapd is slow as hell

2002-09-24 Thread Micah Stevens
Just a note, on your query comments, although I'm not arguing with your basic point, it's always been my understanding that SELECT statements that use '*' instead of stating field names are slower. If you don't specify the field names the database has to spend time figuring out what they are, bu

Re: [Dbmail] Pop locks

2002-09-25 Thread Micah Stevens
A message is marked for deletion immediatly but is not removed from the database until the dbmail-maintenance routine is run. I've run concurrent session before. Unless a newer release has changed things, POP and IMAP both are capable of running concurrent user sessions. (with the same user)

[Dbmail] Problems with squirrelmail

2002-09-25 Thread Micah Stevens
Squirrelmail is REALLY slow lately on my system. When I first installed it, it worked fine, which was about a month ago. Now it takes minutes to log in, and authenticate, get the mailbox list, etc. As of today, it fails completely. For example: Sep 25 00:57:45 raincross-tech dbmail/imap4[1875

Re: [Dbmail] Postmaster

2002-09-27 Thread Micah Stevens
deliver_to should be the user_idnr. Not client_idnr. On intra-system forwards, I always use email address instead of user_idnr to keep things less confusing. -Micah At 04:28 PM 9/27/2002 +0200, you wrote: Hello Jeff webmaster=postmaster i'm using webmaster instead of postmaster. Well so

Re: [Dbmail] Quick fix for the imap vs pop read state

2002-09-30 Thread Micah Stevens
You're going the opposite way. He's talking about reading in pop, and then having it marked as read in IMAP. If you read something in IMAP, don't you want to still have it marked as new in POP? I think Eudora won't try and download it otherwise. I don't know about other clients. I think. :)

Re: [Dbmail] dbmail + squirrelmail

2002-10-24 Thread Micah Stevens
DBMail seemed to work with the type set to 'Courier' or 'UW', but it was faster when set to 'Other' Has anyone else noticed this? What's the difference? At 10:08 AM 10/24/2002 +0300, you wrote: Hi there, can anyone send me working squirrelmail config for dbmail? thank you. ___

Re: [Dbmail] alias forwarding to other alias(es) outside domain

2002-11-15 Thread Micah Stevens
Just set up and alias with the deliver_to field as the forward to: address. No User account is nessasary. -Micah At 04:10 PM 11/15/2002 +, you wrote: Hi, Can someone briefly explain me how to setup an alias in my domain (on dbmail) that forwards to an outside mail account (to setup a

Re: [Dbmail] Restoring emails

2002-12-05 Thread Micah Stevens
A separate table would be superfluous I think. I just have a cron job that runs dbmail-maintenance on a periodic basis, right now it's weekly, but I may change it to daily or hourly as more accounts get placed on the server. If you need to list the deleted messages an appropriate SELECT statement

Re: [Dbmail] dbmail 1.1

2003-02-19 Thread Micah Stevens
dbmail.org has the CVS instructions on it. I just installed the latest CVS on redhat 7.2, using the build.sh script and it ran fine, except it barfed on the final handoff to dbmail-install.sh. This I had to just run by hand. -Micah At 04:20 PM 2/19/2003 -0600, you wrote: i am assuming that

Re: Re[3]: [Dbmail] Auto-response

2003-02-23 Thread Micah Stevens
How would you setup postfix to scan the aliases table for users so that DBMail doesn't have to bounce mails to non-existant users? I keep getting tons of lame double-bounces because of this, and I would thing it would be less taxing on the system if postfix just regected non-existant users. dbmail

[Dbmail] thread command support

2003-04-22 Thread Micah Stevens
Hi, just a quick question. Does the DBMail IMAP server support the THREAD command? -Micah

[Dbmail] Piping problem

2003-05-14 Thread Micah Stevens
ed: from 66-215-208-127.riv-eres.charterpipeline.net ([66.215.208.127]) ^Iby harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) ^Iid 19FzzV-0003vV-00 ^Ifor [EMAIL PROTECTED]; Wed, 14 May 2003 10:24:33 -0700 From: Micah Stevens <[EMAIL PROTECTED]> Organization: 9250x.com To: [EMAIL PROTECTED] S

Re: [Dbmail] Piping problem

2003-05-14 Thread Micah Stevens
the alias is actuall [EMAIL PROTECTED], below is just a typo. Sorry. -Micah On Wednesday 14 May 2003 10:22 am, Micah Stevens wrote: > Hi, > > I'm trying to pipe messages to a PHP script and although I can test the > script on the command line by piping a text file with an emai

Re: [Dbmail] Piping problem

2003-05-14 Thread Micah Stevens
#x27;. > Notice that it is bang instead of pipe. That worked for a script that I > was trying to run. > > > Bret. > > On Wednesday 14 May 2003 12:22 pm, Micah Stevens wrote: > > Hi, > > > > I'm trying to pipe messages to a PHP script and although I can

Re: [Dbmail] Piping problem

2003-05-14 Thread Micah Stevens
Thanks everyone. Permissions where indeed the problem. I had changed ownership of the script, but it was still in a non-dbmail directory. I just moved it to /usr/local and it works great. Thanks! -Micah On Wednesday 14 May 2003 11:13 am, Jeff Brenton wrote: > Hello Micah, > > MS> I just comme

Re: [Dbmail] High Load Average and dbmail-pop3d ?

2003-05-18 Thread Micah Stevens
go through the logs and find where he's getting an invalid PW error, if you have the trace level set to 5 it should provide some usefull information there. Post that bit if you can maybe others can help. I would restart the pop server and purposely log in with an incorrect password too to see

[Dbmail] forwarded bounces

2003-06-12 Thread Micah Stevens
Hi, As I have many forwarded aliases to other domain in the table, I've been noticing that if a mail is forwarded through dbmail and gets rejected from the recipient's server, the mail gets bounced to postmaster at the dbmail domain. Ideally, the error notice should then get sent back to the or

Re: [Dbmail] forwarded bounces

2003-06-12 Thread Micah Stevens
or dbmail? > > > Original Message ---- > From: Micah Stevens > To: dbmail@dbmail.org > Subject: [Dbmail] forwarded bounces > Sent: Wed, 11 Jun 2003 22:30:01 -0700 > > > Hi, > > > > As I have many forwarded aliases to other domain in the table, I've been > >

Re: [Dbmail] forwarded bounces

2003-06-12 Thread Micah Stevens
t; should leave the Return-Path: that postfix puts in there alone, so > > > the far end replies to that address. If dbmail changes it itsself > > > (which I kind of doubt), it's probably broken. If the far end smtp > > > server is putting a Return-Path: fro

Re: [Dbmail] forwarded bounces

2003-06-12 Thread Micah Stevens
ight now, which > > > > > work the way you want. I'll try testing a dbmail off-site forward > > > > > and see if I get the same results. Can you look in the relayed > > > > > message for Return-Path: headers? See if there are multip

Re: [Dbmail] forwarded bounces

2003-06-12 Thread Micah Stevens
Ack, sorry, it would have to be: select_field = deliver_to where_field = alias additional_conditions = and deliver_to is like '[EMAIL PROTECTED]' of course that doesn't consider how postfix expects catch all aliases to appear. -Micah On Thu June 12 2003 10:56 am, Micah Steve

Re: [Dbmail] Documentation project for dbmail?

2003-06-18 Thread Micah Stevens
I think this is a fine idea, I have quite a bit of experience with building PDF's on the fly with PHP. If this documentation is maintained in a database, casual surfers could peruse an HTML version, and a current PDF version could be generated with largely the same code on the spot. I'd be wil

Re: [Dbmail] Deliver to Mailbox (anyone?)

2005-02-01 Thread Micah Stevens
I don't know if this has been changed in 2.x, as I'm still running 1.x stuff, but it used to be: dbmail-smtp  [-n  headerfield] [-d addresses] [-u usernames] [-m mailboxname] [-r return path]        [-f file] So, you can deliver to junk by: dbmail-smtp -u username -m junk I think.. never trie

[Dbmail] Helpful query for dbmail 1.x and MySQL

2005-02-26 Thread Micah Stevens
HI, My users never empty their trash, in some cases the user would have a couple of megs of current mail, but over 300 megs in their trash can. This all adds up of course, so I came up with a query to delete items in any mailbox labeled 'Trash' that is over 30 days old. I figured this is a safe

Re: [Dbmail] Helpful query for dbmail 1.x and MySQL

2005-02-27 Thread Micah Stevens
Taken to the logical extreme, knowing the deleteing mail (after dumping the trash) isn't actually removed from the database until you run the purge, would it be illeagal in Germany to purge deleted email? How far do you take this? Seems silly to me. The intent of a trashcan is clearly 2 things,

[Dbmail] OT: Automatic removal of email from trash folder.

2005-02-27 Thread Micah Stevens
Hello, > there is a difference. deleting via imap just "moves" them to the trash > folder but in fact does not remove the mail from your account yet until > the user does empty the trash folder. > > but he suggested deleting the content of the trash folder even if the > user does not empty it! THI

Re: [Dbmail] Helpful query for dbmail 1.x and MySQL

2005-02-27 Thread Micah Stevens
Hello Arnt, On Sunday 27 February 2005 01:32 am, Arnt Gulbrandsen wrote: > Micah Stevens schrieb: > > Another example of government being silly IMHO.. > > Nah, the Germans are just being their logical selves. In Germany, if > your terms of service (Allgemeine Geschäftsbedingunge

Re: [Dbmail] quotum would exceed

2005-03-05 Thread Micah Stevens
Wouldn't this not be applicable in DBMail as you can just update the mailbox pointer which doesn't require copying and then deleting. Not quite like a filesystem storage type. None the less I suppose things should follow the RFC. -Micah On Thursday 03 March 2005 11:01 am, Fei Lung wrote: >

Re: [Dbmail] Native webmail for version 2.x? (Need SQL)

2005-03-07 Thread Micah Stevens
You could rewrite SM's IMAP layer to deal directly with the database. SM's plugin system could provide any calendering functionality you need, there's a couple existing plugins for that if I recall.. There are HTML composition plugins as well, I'm not sure what 'professional' means, but I'd b

Re: [Dbmail] Make all errors 2.0.4

2005-03-20 Thread Micah Stevens
It's not finding the MySQL headers. Make sure you have the mysql-devel rpm's installed. If you do, you may have to set a --prefix during ./configure by hand. HTH -Micah On Saturday 19 March 2005 03:03 pm, Maikel Dollé wrote: > I hope someone can help me. I've tryed to install DBMail 2.0.4 o

Re: [Dbmail] Make all errors 2.0.4

2005-03-20 Thread Micah Stevens
2005 09:07 pm, Maikel Dollé wrote: > Thx for your reply! :) > > Interesting things is. > > Ik did what you said on both machines. > > On 1 (Redhat 8) it solved the problem, On my Fedora 3 machine I still have > this problem. > > Any suggestions? > > Thx! :

Re: [Dbmail] DBMail - Spamassassin

2005-03-20 Thread Micah Stevens
I run the whitelist/blacklist out of a mysql database using Spamd. Read the docs, it's in there. -Micah On Sunday 20 March 2005 11:02 am, Steven Lynn wrote: > Not to be rude, but that is a question for the spamassassin mailing list > or a google search. > > But to answer your question, you ar

Re: [Dbmail] Allowing users to change password

2005-04-04 Thread Micah Stevens
Squirrelmail has a mysql password plugin that I use to great effect. You can also write a quick php script to do this. -Micah On Sunday 03 April 2005 09:40 pm, Francois wrote: > Hi, > > I've been using DBMAIL for the last few months and am very happy with it. > > The only problem I have is let

Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
It's saying there is no users table in the database `dbmail`. I'll assume you've named your database something other than dbmail? If so, find the database connection code and update the database name. If I remember, webdbmail has this all in one place so it shouldn't be hard. -Micah On Mond

Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
On Monday 04 April 2005 12:32 am, RYAN vAN GINNEKEN wrote: > Micah Stevens wrote: > >It's saying there is no users table in the database `dbmail`. > > No i am pretty sure there is a dbmail_users table in fact i am looking > at it right now. not dbmail_users, `users`, big

Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
Squirrelmail seems plenty fast to me. Are you running it local to the IMAP server? -Micah On Monday 04 April 2005 12:41 am, RYAN vAN GINNEKEN wrote: > Well for F*&k sakes i just wasted a day getting the thing running oh > well you win some you lose some. have used both Squirrel mail and imp >

Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
> > should i just say the hell with it and us squirrel mail. > haha.. in a word, yes.

Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
Hmm.. I've got some vinpocetine I could send you.. :) On Monday 04 April 2005 03:07 am, RYAN vAN GINNEKEN wrote: > Micah Stevens wrote: > >>should i just say the hell with it and us squirrel mail. > > > >haha.. in a word, yes. > >__

OT: Re: [Dbmail] Re: wedbmail problems

2005-04-04 Thread Micah Stevens
I somehow doubt 'impossible' You can overdose on oxygen, and water. On Monday 04 April 2005 03:20 am, RYAN vAN GINNEKEN wrote: > Sound great i take as much as you got heard overdose is imposable > > Micah Stevens wrote: > >Hmm.. I've got some vinpocetine I could

[Dbmail] Any tips? (OT)

2005-04-09 Thread Micah Stevens
Hi All, I'm running DBMail 1.x/MySQL and Postfix on a Redhat server now, and I just had to expand to another server. What I'd like to do is install a similar setup on the new server, which is easy enough, but I was wondering if there's a good way to make them failover to the other server. This

Re: [Dbmail] Helpful query for dbmail 1.x and MySQL

2005-04-20 Thread Micah Stevens
On Wednesday 20 April 2005 05:42 am, Dominic Amann wrote: > Simon Lange wrote: > > Jeff Brenton wrote: > >> The perfect solution to this is to send out periodic "privacy notices" > >> to users, pointing out that anything left on the system, including mail > >> left in > >> the trash folder, is sub

Re: [Dbmail] Aliases and forwards stored in db

2005-04-30 Thread Micah Stevens
The simple answer: Yes. On Friday 29 April 2005 02:26 pm, Matt Salerno wrote: > >From what I see, the only difference between adding an alias and > > adding a forward is that when I add an alias, the entry gets added as > > alias deliver_to > c

[Dbmail] 2.x question

2005-05-03 Thread Micah Stevens
Hi, I'm outfitting a new mailserver, and although I've been using DBMail 1.x for a while, I'm planning on using 2.0 for this server since it's from scratch. I was wondering if the developers would recomment the 2.0 SVN version of the code, or the official release as a good base to start from?

[Dbmail] Piping to DSpam

2005-06-09 Thread Micah Stevens
Hi, Has anyone tried piping to DSPAM via the aliases table? I can do it successfully on the command line, after setting dbmail-smtp -u as the trusted MTA, and DSPAM will deliver after scanning, that works great, but I'm using: | /usr/local/bin/dspam --deliver=innocent,spam --debug --user [EMAIL

Re: [Dbmail] send mail to alias -> Real Account -> forward

2005-06-10 Thread Micah Stevens
Why are you adding yourself? You want all the mail to be CC'd to you? On Friday 10 June 2005 10:18 am, Matt Salerno wrote: > If I want all mail for a specific user to be forwarded to a different > user account, it looks like I need to not only setup a forward for > that user so I can get their m

Re: [Dbmail] Wiki Integration

2005-06-14 Thread Micah Stevens
Isn't that what LDAP is for? On Monday 13 June 2005 08:17 pm, Sunny (Yion Kwang) Koh wrote: > Hello All, > > I would like to know if anyone has used the users table in dbmail as a > basis for an internal corporate wiki which users are check against that > table for user id and password to allow

Re: [Dbmail] Wiki Integration OT: DSPAM

2005-06-14 Thread Micah Stevens
On Monday 13 June 2005 08:38 pm, Tommi Lätti wrote: > I would suggest to take a look in dspam, quite a lot more efficient > than spamassasin. Works for me on postfix-dspam-dbmail. How are you setting this up? Did you setup DSPAM as a transport in Postfix, and then send to dbmail? Or did you use s

Re: [Dbmail] Wiki Integration OT: DSPAM

2005-06-14 Thread Micah Stevens
Thanks Tommi. -Micah On Monday 13 June 2005 09:38 pm, Tommi Lätti wrote: > On 14 Jun 2005, at 12:35, Micah Stevens wrote: > > How are you setting this up? Did you setup DSPAM as a transport in > > Postfix, > > and then send to dbmail? Or did you use some other method? I se

Re: [Dbmail] MySQL 5.0.7 and dbmail 2.0.x

2005-06-20 Thread Micah Stevens
I haven't tried it with DBMail yet, but I've been experimenting with it on my development server for a while.. should work fine.. haven't seen any major bugs yet. -Micah On Monday 20 June 2005 02:42 am, Paul J Stevens wrote: > You let us know :-) > > Haven't heard of anyone trying this yet.

[Dbmail] multiple copies of email problem

2002-07-27 Thread Micah Stevens
Alright, I can't seem to make heads or tails of this. I looked through all the Postfix documentation I could find, as well as dbmail, and no leads. Maybe one of you can help: I'm running a Redhat 7.2 system, with Postfix 1.1.10 compiled with MySQL support as my MTA. dbmail is providing pop3 ac

Re: [Dbmail] multiple copies of email problem

2002-07-29 Thread Micah Stevens
After looking through the logs, I seem to have figured this one out. Postfix was leaving log messages claiming the dbmail-smtp program was crashing. But I was still getting messages in the database. Apparently postfix was then not deleting the mail from the queue so it would try and redeliver e

[Dbmail] Death by signal 11

2002-07-30 Thread Micah Stevens
Has anyone else been getting the error that dbmail-smtp is exiting with a signal 11? I believe this is a segmentation fault. Any ideas? I don't even know where to start. -Micah Grand Totals messages 12 received 26 delivered 0 forwarded 16 deferred (398 deferrals) 0 bounced 0 re

Re: [Dbmail] Death by signal 11

2002-07-30 Thread Micah Stevens
ever be fixed in the newest release. What dbase are you using as backend? Best regards, Eelco On 30-07-2002 17:21, "Micah Stevens" <[EMAIL PROTECTED]> wrote: > Has anyone else been getting the error that dbmail-smtp is exiting with a > signal 11? I believe this is a segmentati

Re: [Dbmail] Death by signal 11

2002-07-30 Thread Micah Stevens
you send me the e-mail message on which dbmail-smtp dies? (postcat on the queue file will do the trick) Thanks, Eelco On 30-07-2002 20:02, "Micah Stevens" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using: > > Postfix 1.1.10 with the mysql patch. > MySQL 4.0.2-

Re: [Dbmail] Death by signal 11

2002-07-31 Thread Micah Stevens
it happends again, please send me a copy of the message. Thanks! Eelco On Tue, 30 Jul 2002, Micah Stevens wrote: > Date: Tue, 30 Jul 2002 14:04:34 -0700 > From: Micah Stevens <[EMAIL PROTECTED]> > Reply-To: dbmail@dbmail.org > To: dbmail@dbmail.org > Subject: Re: [Dbmai

Re: [Dbmail] Death by signal 11

2002-07-31 Thread Micah Stevens
What termination signal does postfix look for to show that mail has been delivered properly? -Micah At 11:24 AM 7/31/2002 +, you wrote: This might be also related (I posted a message regarding this a while ago with no responce). I noticed that dbmail-smtp in dbmail 1.0rc3 terminates wit

[Dbmail] Mail forwarding Question

2002-08-03 Thread Micah Stevens
Hello, I was under the assumption from another post that you could alias an address to another email address in the alias table instead of sending it to a mailbox. This would create a forwarding address. When I do this though, I get the following error: This is the DBMAIL-SMTP program. I'm s

Re: [Dbmail] Mail forwarding Question

2002-08-03 Thread Micah Stevens
Nevermind. Turns out my transport table has an entry for the address that I was forwarding to, but DBMail didn't have an alias for it. Hence the error. Maybe I should look more into these things before I bother you guys with them. :) FYI, this feature works perfectly now that I set it up right

[Dbmail] Re-filter messages

2002-08-16 Thread Micah Stevens
Is there an easy way to resend the messages in a mailbox through the alias filters again? I just changed stuff, and the client is too stupid to just connect via pop and download their messages. (yes, I'm annoyed..) So I was wondering if I could just change the filter to forward and just rerun

Re: [Dbmail] Company References for DbMail ?

2002-08-21 Thread Micah Stevens
I use DBmail in a production environment, a small ISP with 19 virtual domains, webmail access via IMAP/Squirrelmail, POP3 for use with eudora/outlook. Only about 1000-1500 emails go through the system a day, but so far it's working out pretty good for me. I use it in conjunction with Postfix wi

Re: [Dbmail] Company References for DbMail ?

2002-08-22 Thread Micah Stevens
I'd be embarrassed to give it to you right now, but it's on my project list to finish debugging it by Friday, so one I get it straightened out a bit better, I'll send you a copy. -Micah At 11:34 PM 8/21/2002 +0000, you wrote: Micah Stevens ([EMAIL PROTECTED]) écrivait: >

[Dbmail] Forwarding

2002-08-22 Thread Micah Stevens
Hi, Question about forwarding. When I use an alias to forward mail in DBmail, in my case I've been using catchall's to forward all the mail for a URL to a client's personal account, so I alias @domain.com -> [EMAIL PROTECTED] This works, but the sender is changed to [EMAIL PROTECTED] I'm assu

RE: [Dbmail] Company References for DbMail ?

2002-08-26 Thread Micah Stevens
you have any suggestions, let me know. Thanks, -Micah > I am interested too, may I ask you for a copy? > > Ming-Wei > > -----Original Message- > From: Micah Stevens [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 22, 2002 3:14 AM > To: dbmail@dbmail

RE: [Dbmail] Imapd is slow as hell

2002-08-26 Thread Micah Stevens
I haven't even indexed my database, and with about 100 users, it's works fine. I notice no slowing at all, and most of my users use SquirrelMail to interface via IMAP, so I would think that would aggrevate the problem. I'm running Redhat 7.2, postfix, dbmail (cvs as of last week), mysql 4.0.2 on a

Re: [Dbmail] Hi guys well has anyone even looked into my problem

2002-09-04 Thread Micah Stevens
Nope. I'm not quite sure what the symptoms are. In fact, according to your original post, you were pretty sure that the problem was with postfix or fetchmail. Maybe you could try mailing lists related to those packages? -Micah At 03:18 PM 9/4/2002 +0200, you wrote: Hi guys well has anyone ev

Re: [Dbmail] novice problems

2002-09-04 Thread Micah Stevens
I'm not sure about the date issue, I noticed I've been getting about an -8 hour shift on my setup as well. DBMail doesn't immediately delete the messages from the database when the client requests deletion. All it does is set a flag for later deletion. DBMail-maintenance will then go through l

Re: [Dbmail] multiple dbmail server setup

2002-09-05 Thread Micah Stevens
How would you differentiate domains? Would you be restricted to one domain per-ip? Pop, unlike HTTP doesn't support name-based differentiation on the same IP. a good dbmail based webmail client would work fine I suppose. Or you could have a different port for each domain. I host quite a few do

[Dbmail] dbmail-users not indexing mailboxes correctly?

2005-08-26 Thread Micah Stevens
Hi, Just installed dbmail 2.0.x, latest from site.. I noticed that dbmail-users doesn't index the mailboxes to the userid properly. Is this managed by the foreign key restraint somehow? It always points to some huge owner_idnr that doesn't exist anywhere. I can't tell what I'm doing wrong..

[Dbmail] alias table different in 2.x?

2005-08-27 Thread Micah Stevens
Hi, Just upgraded to 2.x.. kind of a chore, but I now have it working with postfix for local delivery via lmtp -> mysql.. But now I'd like to pipe some aliases to a maillist script I wrote.. in 1.xI could just put a | /path/to/script in the deliver_to field in the alias table, the alias in the

Re: [Dbmail] dbmail-users not indexing mailboxes correctly?

2005-08-27 Thread Micah Stevens
happened, I haven't done that yet. Thanks for piping up though, I appreciate your help, -Micah On 8/27/05, Mikael Syska <[EMAIL PROTECTED]> wrote: > > Hey, > > You need to supply some more information on what you are doing if the > developpers/others shall ha

Re: [Dbmail] State of 2.1 branch?

2005-08-27 Thread Micah Stevens
2.x is stable? I can't get lmtp to stay running for more than 4 hours or so.. I'm stil digging in the logs to figure out why, honestly it may be hosing due to my mysql not giving it enough connections, but it still should recover gracefully I'd guess.. Others are running it fine I know though..

Re: [Dbmail] State of 2.1 branch?

2005-08-27 Thread Micah Stevens
gt; > Abdullah Ibn Hamad wrote: > > > Switch to FreeBSD 5.4 and you'll enjoy it ;) > > > > */Micah Stevens <[EMAIL PROTECTED]>/* wrote: > > > > 2.x is stable? I can't get lmtp to stay running for more than 4 > > hours or so.. I'm sti

Re: [Dbmail] dbmail-users not indexing mailboxes correctly?

2005-08-28 Thread Micah Stevens
been > dbmail 2.0.x. > > Jody > > -- > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Micah Stevens > *Sent:* Saturday, August 27, 2005 9:54 AM > *To:* DBMail mailinglist > *Subject:* Re: [Dbmail] dbmail-use

Re: [Dbmail] alias table different in 2.x?

2005-08-28 Thread Micah Stevens
ver_to=" [EMAIL PROTECTED]" which doesn't work either.. I Verified it's getting to lmtpd, and doesn't get sent back to sendmail, lmtpd rejects it as an invalid incoming address, probably the same issue as my pipe thing. -Micah On 8/27/05, Paul J Stevens <[EMAI

Re: [Dbmail] alias table different in 2.x?

2005-08-30 Thread Micah Stevens
D lower(alias) <> lower(deliver_to)] > > That's better. > > My question remains: what does your database actually contain wrt this > alias? What happens when you issue this query manually? > > > > > > > Micah Stevens wrote: > > > >&g

Re: [Dbmail] alias table different in 2.x?

2005-08-30 Thread Micah Stevens
gmail was getting hosed up? weird. -Micah On Monday 29 August 2005 11:42 pm, Paul J Stevens wrote: > Micah, > > I can't read your reply at all. It's all garbled in the database at my > end. Guess it's the gmail issue playing havoc here. Could you please > gzip

[Dbmail] Export to Maildir

2005-10-02 Thread Micah Stevens
Hi, I just added a page to the wiki with a PHP CLI script I wrote to export mail from a 1.x account to maildir format. Mysql only.. it would be easy enough to modify for postgresql, or for 2.x servers. It worked for me on a Red Hat EL3 server, but your mileage may vary.. Feel free to copy, c

Re: [Dbmail] Execute Script when Mail is Received ...

2005-11-01 Thread Micah Stevens
Just pipe it to the script? You can do this with the MTA or DBMail.. I do that with my maillist script, works great. I don't see a problem here. On Tuesday 01 November 2005 9:50 am, Erik Kristensen wrote: > Sure if I wanted the script to be run by a crontab event for every > time the user logg

Re: [Dbmail] Re: Failed. Could not connect to database (check log)

2005-11-05 Thread Micah Stevens
Hmm. tough, is DBMail compiled with the same mysqlclient library version as what's installed on the system? -Micah On Saturday 05 November 2005 1:01 am, Nataraj S Narayan wrote: > Hi Micah > > I can manually connect and see the contents of 'dbmail' database using > mysql client. > > I can also

Re: [Dbmail] backup

2005-12-18 Thread Micah Stevens
Without a list of pointers from the users table, what good is the rest of the information? It's a fairly small piece too, I don't understand why you would want to do that. However, as all the tables are inter-linked, if you omit the users table, the whole shebang is kinda broken, so you shoul

Re: [Dbmail] Postfix & DBMail (Plus Reject messages)

2006-01-09 Thread Micah Stevens
relay_domains is how you tell your mail server how to reject other domains from relaying email through your mail server. This it completely different than virtual_domains, which helps describe domains for which the email server will accept mail for. -Micah On Monday 09 January 2006 12:42 pm

Re: [Dbmail] Postfix & DBMail (Plus Reject messages)

2006-01-09 Thread Micah Stevens
documentation. > > -- > David A. Niblett | email: [EMAIL PROTECTED] > Network Administrator | Phone: (352) 334-3400 > Gainesville Regional Utilities | Web: http://www.gru.net/ > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[E

Re: [Dbmail] Client Support

2006-03-06 Thread Micah Stevens
Anything that's IMAP compatible, right? :) I've used successfully: Outlook Evolution Kmail Squirrelmail (imap only) Eudora Thunderbird Yahoo Mail (POP3) GMail (POP3) The POP client used in PalmOS 4.x (sorry, forgot the name) Netscape It's pretty universal, although a few problems have cropped u

Re: [Dbmail] Client Support

2006-03-06 Thread Micah Stevens
Maybe this should be in the Wiki? On Monday 06 March 2006 12:37 am, Paul J Stevens wrote: > Micah Stevens wrote: > > Anything that's IMAP compatible, right? :) > > > > I've used successfully: > > Outlook > > Evolution > > Kmail > > Squirr

Re: [Dbmail] Client Support

2006-03-06 Thread Micah Stevens
ix/smtpd pid 30244 exit status 1 > > Mar 6 09:52:33 v postfix/master[30240]: warning: > > /usr/libexec/postfix/smtpd: bad command startup -- throttling > > > > Do I need to re-install Postfix with mysql support? > > > > Jim > > > >>Fr

Re: [Dbmail] Client Support

2006-03-06 Thread Micah Stevens
Monday 06 March 2006 8:36 am, Jim Douglas wrote: > I took out this line out.. > > #local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf > > ..and can now send from Evolution. So I guess you must compile Postfix > with mysql support for dbmail to work. > > > Jim >

Re: [Dbmail] Client Support

2006-03-06 Thread Micah Stevens
age to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > <[EMAIL PROTECTED]>: > 63.62.11.18 does not like recipient. > Remote host said: 554 <[EMAIL PROTECTED]>: Relay access denied > Giving up on 63.62.1

Re: [Dbmail] Client Support

2006-03-07 Thread Micah Stevens
stfix? I ran > postconf -m and realized I don't have it built in > > Thanks, > Jim > > >From: Micah Stevens <[EMAIL PROTECTED]> > >Reply-To: DBMail mailinglist > >To: DBMail mailinglist > >Subject: Re: [Dbmail] Client Support > >Date: M

Re: [Dbmail] Client Support

2006-03-08 Thread Micah Stevens
On Tuesday 07 March 2006 7:50 pm, Jim Douglas wrote: > > Micha, > > I now have mysql and was wondering if I should have anything else build > in that I may need later on. > > Should I rebuild with SASL and/or TLS? > > Here's what I postconf -m returns, > > btree > cidr > environ > hash > ldap

Re: [Dbmail] Client Support

2006-03-08 Thread Micah Stevens
> > I probably will need it and I only want to build once. So I guess dbmail > can support it from your answer. > > Thanks, > Jim. Actually, I'm not sure if there's a way to do SASL with DBMail.. I think maybe there is, I seem to remember some people talking about it on the list, but I've ne

Re: [Dbmail] Receiving mail

2006-03-10 Thread Micah Stevens
> I made that change and this is the error message i get, > > server localhost: Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (2) > > This is my dbmail.conf, > > > [DBMAIL] > # Database settings > # host for database, set to localhost if database is om > # the sam

Re: [Dbmail] Receiving mail

2006-03-10 Thread Micah Stevens
On Friday 10 March 2006 12:40 pm, Jim Douglas wrote: > >This isn't dbmail complaining it can't find the .sock file, it's Postfix. > >Configure that, and you'll be okay. > > > >-Micah > >___ > >Dbmail mailing list > >Dbmail@dbmail.org > >https://mailman.fa

Re: [Dbmail] Receiving mail

2006-03-10 Thread Micah Stevens
On Friday 10 March 2006 2:29 pm, Jim Douglas wrote: > Mar 10 17:18:09 cpe-66-65-161-178 postfix/smtpd[9236]: NOQUEUE: reject: > RCPT from web42207.mail.yahoo.com[66.218.93.208]: 550 <[EMAIL PROTECTED]>: > Recipient address rejected: User unknown in local recipient table; > from=<[EMAIL PROTECTED]>

Re: [Dbmail] Receiving mail

2006-03-11 Thread Micah Stevens
On Saturday 11 March 2006 10:04 am, Jim Douglas wrote: > When I login to mysql with > > mysql -u dbmail -p > it prompts for a password, I enter it and can connect.  No problem. > > When I try to connect with, > > dbmail-users -l > > I get > Opening connection to database... > Failed.  Could not con

Re: [Dbmail] Receiving mail

2006-03-11 Thread Micah Stevens
Well, one of two things is going on, either it's not using that dbmail.conf file, or the user/pw is incorrect. I don't see many other alternatives. -Micah On Saturday 11 March 2006 10:47 am, Jim Douglas wrote: > >From: Micah Stevens <[EMAIL PROTECTED]> > >Reply-T

Re: [Dbmail] Receiving mail

2006-03-11 Thread Micah Stevens
libtool: link : cannot find library '/usr/lib/mysql/libz.la' http://bugs.mysql.com/bug.php?id=15223 maybe On Saturday 11 March 2006 11:57 am, Jim Douglas wrote: > >From: Micah Stevens <[EMAIL PROTECTED]> > >Reply-To: DBMail mailinglist > >To: DBMail ma

  1   2   >