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
loc
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 PRO
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
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
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
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
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/ ?
On Tue, Jul 17, 2001 at 08:14:04AM -0400, Ed Henderson wrote:
> 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"
For instance, mail to [EMAIL PROTECTED] will be sent to the
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.
Is there existing one or I should create it(modify mysql module for example)??
Best regards, Maxim Moroz.
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 deliver
On Tue, Jul 17, 2001 at 04:23:42PM +0100, Alexander Bahlo wrote:
> 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
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
I'm sure this is an easy thing to fix, but for now, I'm stuck.
If I run the start script as it is below, my ~vpopmail/etc/open-smtp file
gets owned by root, and consequently, my IMAP clients can't relay since I've
got courier IMAP running as vpopmail:vchkpw
I tried to run qmail-popup as vpopmail
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
fr
> 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
On Tue, Jul 17, 2001 at 11:18:24AM -0400, Peter Brezny wrote:
:
> I tried to run qmail-popup as vpopmail:vchkpw by using a start line like
> this:
> #tcpserver -c20 -u81 -c81 -H -R 0 pop3 \
You have a typo there: you're setting the number of connections to 81
and not setting the gid.
--
Daniel
Daniel Biddle writes:
> hope this helps,
Yes, it does. Thank you and Bill! :-)
Alexander.
Ok, I included the noquota for the hardquota option in my config line,
but I still get the same error..
My configure line:
./configure --enable-roaming-users=y
--enable-relay-clear-minutes=30
--enable-ucspi-dir=/usr/local/src/qmail/ucspi-tcp-0.88
--enable-hardquota=NOQUOTA
--enable-tcpserv
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
-- __
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 t
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
I fixed this the easy way. Instead of deleting the offending account I
disable and and route all the mail for that domain to my "special" mailbox
for spam (/dev/null). This is _much_ less expensive than bouncing the
messages.
Matt
> -Original Message-
> From: Scott Ramshaw [mailto:[EMAIL
well, you still have to recieve the email to route the mail to /dev/null,
but if you use the baddcptto (http://patch.be/qmail/badrcptto.html) patch,
it will do the job even before you get the body of the message. it's stable,
I am using it (and some functionality there is written by me) for a long
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
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 s
Probably asked 1E6 times...
Does any one know about a vacation solution for vpopmail?
Thanks!
Jan
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
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_
> > /home/vpopmail/domains/mario.petr
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
upgrade to the latest dev release.
-David
- Original Message -
From: "Patricio Luz" <[EMAIL PROTECTED]>
To: ; "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 behavi
[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_
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" <[EM
33 matches
Mail list logo