RE: Catch all account!

2001-07-17 Thread Troy Settle
What about forwarding all mail to another domain, but keeping the $LOCAL value? The qmail faq says this in .qmail-default: | forward $LOCAL@remotedomain But this does not work, as $LOCAL = domain-user I'd actually prefer to not even have the domain created within vpopmail or a local

RE: Catch all account!

2001-07-17 Thread Ed Henderson
Add this line to /var/qmail/control/virtualdomains: test.com:joeuser@remotedomain This will forward all mail for test.com to the mail account joeuser@remotedomain -Original Message- From: Troy Settle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 7:38 AM To: [EMAIL

Re: Catch all account!

2001-07-17 Thread Daniel Biddle
On Tue, Jul 17, 2001 at 07:37:23AM -0400, Troy Settle wrote: What about forwarding all mail to another domain, but keeping the $LOCAL value? The qmail faq says this in .qmail-default: | forward $LOCAL@remotedomain But this does not work, as $LOCAL = domain-user Try $EXT

RE: Catch all account!

2001-07-17 Thread Troy Settle
Sounds good, but I don't know all the usernames in the target domain, nor would I want to add/remove users as my customer adds/removes users. In regexp format, here's what I need: (.*)@test.com:\\1@remotedomain I've had people suggest the use of vaddaliasdomain, but not every aliased domain

RE: Catch all account!

2001-07-17 Thread Troy Settle
Ok, I'll give this a try. The killer of this, is that my customer is running exchange behind a firewall. My mail servers are the only hosts allowed to connect through on port 25. The real kicker is that this customer has 50+ domains, and if anyone has ever worked with exchange, you know it's

RE: Catch all account!

2001-07-17 Thread Troy Settle
Works perfectly. Thanks bunches. -- Troy Settle Pulaski Networks 540.994.4254 - 866.477.5638 http://www.psknet.com ** -Original Message- ** From: Troy Settle [mailto:[EMAIL PROTECTED]] ** Sent: Tuesday, July 17, 2001 8:37 AM ** To: [EMAIL PROTECTED] ** Subject: RE: Catch all

Re: Catch all account!

2001-07-17 Thread Peter Palmreuther
Hello Troy, On Tuesday, July 17, 2001 at 1:37:45 PM Troy Settle wrote to subject: Catch all account!: TS I'd actually prefer to not even have the domain created within vpopmail or a TS local account on the machine. Is there a simple way to do this with just TS the files in /var/qmail/ ? I'd

VPOPMail - Catch All in Database

2001-07-17 Thread Richard A. Secor
We have everything in MySQL for mail. We would like to have the catchall in there as well in the valias table. It should look like this in the table: alias = domain = test.com valias_line = [EMAIL PROTECTED] This would be much easier to administrate than the flatfile .qmail-default file. And

What about unixodbc module for vpopmail?

2001-07-17 Thread Maxim Moroz
Is there existing one or I should create it(modify mysql module for example)?? Best regards, Maxim Moroz.

vdelivermail delivers doubles (was: Catch all account!)

2001-07-17 Thread Alexander Bahlo
On Mon, 16 Jul 2001 23:41:41 -0400, Bill Shupp wrote: If you want only unmatching emails to go there, put this: /home/vpopmail/bin/vdelivermail '' user@remotedomain Did you ever try to put in this .qmail-default a second line when, for example, all umatched mail to a domain should be delivered

Re: vpopmail Unable-to-switch_to_/home/vpopmail/domains/..

2001-07-17 Thread Daniel Biddle
On Tue, Jul 17, 2001 at 08:21:41AM +0800, [EMAIL PROTECTED] wrote: @40003b5372bf140e77d4 delivery 112: deferral: Unable_to_switch_to_ /home/vpopmail/domains/mario.petra.ac.id:_access_denied._(#4.3.0)/ There's some sort of permissions problem with that directory. If you can't tell what it

Vpopmail on NFS

2001-07-17 Thread Christopher Davis
Hi -- I've got a question about running vpopmail over nfs. I've got two servers running qmail and vpopmail. One is intended for SMTP and the other for pop (although some of our users may have this set backwards in their mail clients) The same /home directory (where vpopmail lives) is mounted

Re: vdelivermail delivers doubles (was: Catch all account!)]

2001-07-17 Thread Bill Shupp
Did you ever try to put in this .qmail-default a second line when, for example, all umatched mail to a domain should be delivered to two adresses? Well, what happens is, that every matched address will get suddenly two identical emails. Is this a bug? -Alexander. I would probably just

vpopmail creating 0,1,2 etc directories under domain

2001-07-17 Thread rich
Hello All. Our vpopmail has started to create user account under directories named 0,1,2 under the domain that they are added to. The server still works but this makes it a pain to find a users account. Is this a default behavior of vpop or something else. Thank You Rich --

spammers forging From: addresses

2001-07-17 Thread Scott Ramshaw
I'm having a serious problem and I'm sure I'm not the only one. I run a free email service using vpopmail, sqwebmail etc and these spam $#%#@%$ keep signing up for an account then proceeding to send immense amounts of SPAM (not through my server, mostly through open third party relays), I mean

Re: vpopmail creating 0,1,2 etc directories under domain

2001-07-17 Thread Bill Shupp
on 7/17/01 3:27 PM, rich at [EMAIL PROTECTED] spake: Hello All. Our vpopmail has started to create user account under directories named 0,1,2 under the domain that they are added to. The server still works but this makes it a pain to find a users account. Is this a default behavior of

Vpopmail closing conection with no reason

2001-07-17 Thread Patricio Luz
Hi ken, I'm having some dificulties with vpopmail behaviour. When you enter a wrong password for an existing user, instead of an error message, we are disconected(session ends) with no message whatsoever. Is this normal, or is a bug that has been solved ? We currently use vpopmail 4.10.9

Re: vpopmail creating 0,1,2 etc directories under domain

2001-07-17 Thread Chris Scheller
if you are using mysql backend it becomes trivial to find the users maildir. just write a quick cgi to give you the list of users for a domain, this is what i do. On Tue, 17 Jul 2001, Bill Shupp wrote: on 7/17/01 3:27 PM, rich at [EMAIL PROTECTED] spake: Hello All. Our vpopmail has

vacation solution.

2001-07-17 Thread Jan Knepper
Probably asked 1E6 times... Does any one know about a vacation solution for vpopmail? Thanks! Jan

Re: vacation solution.

2001-07-17 Thread Bill Shupp
on 7/17/01 6:28 PM, Jan Knepper at [EMAIL PROTECTED] spake: Probably asked 1E6 times... Does any one know about a vacation solution for vpopmail? The latest development version of qmailadmin has it. There are other solutions, too. Regards, Bill Shupp

Re: vpopmail Unable-to-switch_to_/home/vpopmail/domains/..

2001-07-17 Thread him
drwx---r-x 4 vpopmail vchkpw /home/vpopmail/domains/mario.petra.ac.id On Tue, 17 Jul 2001, Daniel Biddle wrote: On Tue, Jul 17, 2001 at 08:21:41AM +0800, [EMAIL PROTECTED] wrote: @40003b5372bf140e77d4 delivery 112: deferral: Unable_to_switch_to_

Re: vacation solution.

2001-07-17 Thread Ken Jones
Jan Knepper wrote: Probably asked 1E6 times... Does any one know about a vacation solution for vpopmail? Thanks! Jan devel version has a usable and user tested vacation solution. Ken Jones

Re: Vpopmail closing conection with no reason

2001-07-17 Thread David Wartell
upgrade to the latest dev release. -David - Original Message - From: Patricio Luz [EMAIL PROTECTED] To: C; Ken Jones [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 5:42 PM Subject: Vpopmail closing conection with no reason Hi ken, I'm having some dificulties with vpopmail behaviour.

Re: vpopmail Unable-to-switch_to_/home/vpopmail/domains/..

2001-07-17 Thread Ken Jones
[EMAIL PROTECTED] wrote: drwx---r-x 4 vpopmail vchkpw /home/vpopmail/domains/mario.petra.ac.id On Tue, 17 Jul 2001, Daniel Biddle wrote: On Tue, Jul 17, 2001 at 08:21:41AM +0800, [EMAIL PROTECTED] wrote: @40003b5372bf140e77d4 delivery 112: deferral: Unable_to_switch_to_

Re: vacation solution.

2001-07-17 Thread Chris
Ken, we test the forward and store features. when we send a zipped file to the pop account the files is broken. so we remove all the forward and store setting on each pop account. we use back the multi-alias featues instead. Chris - Original Message - From: Ken Jones [EMAIL