[Dbmail] Newbie Question

2003-11-10 Thread Tim Gurney
I have everything installed and configured and almos working, but the dbuser name is not being stripped from the front of the email address the .qmail file in ~dbmail should do that with the :7 stripping the first 7 chars, but for some reason this isnt happening, so every look up fails. I know i

[Dbmail] IMAP + dbmail

2003-11-10 Thread Tim Gurney
dbmail-imapd seems to die the instant a connection is made. So there is no way to retreive the emails. Has anyone else had a similiar problem. Tim

Re: [Dbmail] IMAP + dbmail

2003-11-10 Thread Tim Gurney
dbmail/imap4d[14612]: CreateSocket(): socket IP requested [*] OK syslog:Nov 10 10:22:41 admin dbmail/imap4d[14612]: CreateSocket(): could not bind address to socket On Mon, 10 Nov 2003, Matthew T. O'Connor wrote: > On Mon, 2003-11-10 at 08:59, Tim Gurney wrote: > > dbmail-imapd se

Re[2]: [Dbmail] IMAP + dbmail

2003-11-10 Thread Tim Gurney
ok, what i had done was changed the /usr/sbin/imapd to /usr/sbin/dbmail-imapd, if i have disable=yes, i dont see how the dbmail imap server can work ? Tim On Mon, 10 Nov 2003, Jeff Brenton wrote: > Hello Tim, > > TG> syslog:Nov 10 10:22:41 admin dbmail/imap4d[14612]: CreateSocket(): could > TG>

Re: [Dbmail] IMAP + dbmail

2003-11-10 Thread Tim Gurney
thanks to both people :) On Mon, 10 Nov 2003, Christian G. Warden wrote: > On Mon, Nov 10, 2003 at 03:23:54PM +0000, Tim Gurney wrote: > > ok, what i had done was changed the /usr/sbin/imapd to > > /usr/sbin/dbmail-imapd, if i have disable=yes, i dont see how the dbmail > >

[Dbmail] (no subject)

2003-11-10 Thread Tim Gurney
@40003fafa08b1bd69834 info msg 176951: bytes 243 from <[EMAIL PROTECTED]> qp 6527 uid 0 @40003fafa08b1bf4363c starting delivery 1: msg 176951 to local [EMAIL PROTECTED] @40003fafa08b1bf44dac status: local 1/10 remote 0/20 @40003fafa08b1c342184 delivery 1: failure: Sorry,_no_mailbox_

[Dbmail] Questions

2003-11-11 Thread Tim Gurney
Ok, after a further dig into the setup, i am happy that the mail is handling the virtualdomains correctly, if i send an email to tim, it goes into the logs as dbmail-tim, this sahould then go via the .qmail in the dbmail home dir and pass it to dbmail-smtp, but i am fairly sure that this is not ha

Re: [Dbmail] Questions

2003-11-11 Thread Tim Gurney
> > Have you followed the qmail install info? (see below) if you've placed the > 'domain:user' reference within /var/qmail/control/virtualdomains qmail > should > forward all email from that domain to the specificied user. In your case the > dbmail user. > > also don't forget to tell qmail to acce

[Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
If there a way to strip out attachments and store these in a separate table or outside of the DB. I want to be able to use the DB for search purposes and having to search through all the attachments esp in word or similiar is pointless and adds extra time to the searching. Tim

Re: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
On Tue, 11 Nov 2003, Simon Gray wrote: > > If there a way to strip out attachments and store these in a separate > > table or outside of the DB. > > I guess it would be possible, however you'd need to change the code so > instead of placing any attachments in the messageblks table, place them in

RE: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
it is a simply fix to seasrch for the mime block and split it into two blocks, header and attachment, i would also keep a complete mail for retrival purposes, one thing i can do is have a cron job go through and strip the emails hourly or similiar as the searching will only be done on the header+t

Re: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
On Tue, 11 Nov 2003, Simon Gray wrote: > > Would'nt that require a prasing of the mime content and not just the mail > > header as it does today?.. > Would need to parse the mime content and seperate them accordingly > > > This doesnt sound like a simple rewrite.. I think you'r better off by > do

Re: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
> > But why do it on the server? i've got a quick and dirty php script i wrote a > while ago which will pull an email in via pop and write it to a local db. > Although i never did seperate the email contents/attachments, you'd still > need to do that. > Would definatly be easier than rewriting dbma

Re: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
Roel, thanks for reply that solves a lot of issues, if you skipp the attachments during the search then i dont need to worry about stripping them :) Tim

Re: [Dbmail] Stripping Attachments.

2003-11-11 Thread Tim Gurney
> I'll rephrase my original response. > > 'Why do it in dbmail?' > > I understand having it server side as in having access the database. But > adding extra work to the email service/daemon/process/MTA/MDA whatever you > want to call it. Just creates unnecessary overhead. When you could just talk >

Re: [Dbmail] Help

2003-11-12 Thread Tim Gurney
On Wed, 12 Nov 2003, Nunno Luca wrote: > Hi all, > > How can i redirect all mail for a domain to one user ? > I remember that i can use "@domain.com" as alias for a user, but don't > works. @domain.com is the catch all for the domain i beleive, so anything that doesnt go to someone else will go