55 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: postmaster-li...
FromSent OnAttachments
Sergey MikhaylovJan 16, 2001 1:28 am 
Martin KokešJan 16, 2001 1:52 am 
Sergey MikhaylovJan 16, 2001 2:39 am 
Alexei Batyr'Jan 16, 2001 4:12 am 
Sam VarshavchikJan 16, 2001 4:58 am 
John Edward MillerJan 16, 2001 10:59 am 
Patrick PriceJan 16, 2001 1:00 pm 
Patrick PriceJan 16, 2001 1:20 pm 
Sam VarshavchikJan 16, 2001 2:36 pm 
Sam VarshavchikJan 16, 2001 2:45 pm 
Patrick PriceJan 16, 2001 2:52 pm 
Sam VarshavchikJan 16, 2001 3:32 pm 
Chad Leigh, Shire.Net LLCJan 16, 2001 3:35 pm 
Sam VarshavchikJan 16, 2001 4:32 pm 
Patrick PriceJan 16, 2001 4:43 pm 
Daniel BiddleJan 16, 2001 5:05 pm 
Sam VarshavchikJan 16, 2001 5:23 pm 
Patrick PriceJan 16, 2001 8:33 pm 
Sam VarshavchikJan 16, 2001 8:59 pm 
Patrick PriceJan 16, 2001 9:42 pm 
Chris MeadorsJan 16, 2001 9:51 pm 
Patrick PriceJan 16, 2001 10:51 pm 
Daniel BiddleJan 16, 2001 11:49 pm 
Sam VarshavchikJan 17, 2001 4:54 am 
Steve UnderwoodJan 17, 2001 7:39 am 
Patrick PriceJan 17, 2001 9:50 am 
Chris MeadorsJan 17, 2001 10:21 am 
Patrick PriceJan 17, 2001 10:57 am 
Patrick PriceJan 17, 2001 11:34 am 
Tomas FasthJan 17, 2001 1:51 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 2:09 pm 
Brian CandlerJan 17, 2001 2:40 pm 
Sam VarshavchikJan 17, 2001 2:43 pm 
Sam VarshavchikJan 17, 2001 2:44 pm 
Sam VarshavchikJan 17, 2001 2:44 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 2:52 pm 
Patrick PriceJan 17, 2001 3:07 pm 
Sam VarshavchikJan 17, 2001 3:17 pm 
Sam VarshavchikJan 17, 2001 3:29 pm 
Patrick PriceJan 17, 2001 3:36 pm 
Sam VarshavchikJan 17, 2001 4:25 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 6:54 pm 
Sam VarshavchikJan 17, 2001 7:25 pm 
Peter PeltonenJan 18, 2001 2:06 am 
Brian CandlerJan 18, 2001 2:32 am 
Anand BuddhdevJan 18, 2001 4:43 am 
Sam VarshavchikJan 18, 2001 4:59 am 
Chris MeadorsJan 18, 2001 5:23 am 
Marc HaberJan 19, 2001 1:48 am 
Chad Leigh, Shire.Net LLCJan 21, 2001 12:29 pm 
John MillerJan 21, 2001 4:10 pm 
Tabor J. WellsJan 21, 2001 4:11 pm 
Chad Leigh, Shire.Net LLCJan 21, 2001 5:41 pm 
Larry MooreJan 21, 2001 7:33 pm 
Tomas FasthJan 22, 2001 5:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: postmaster-like account for virtuals ?Actions...
From:Tomas Fasth (tom@euronetics.se)
Date:Jan 17, 2001 1:51:12 pm
List:net.sourceforge.lists.courier-users

Citerat från Patrick Price <sysa@moment.net>:

My scenario:

...

NO PROVISION FOR A CATCH-ALL THAT I CAN SEE UNLESS I USE AN ALIAS!

You could modify the code to allow the following (not tested):

<pseudo-code-block> if fo@domain.com is not in userdb then if @domain.com is in userdb then if setting "forwardaddress" exist then use its value as new address else if maildir exist then deliver mail to maildir else bounce else bounce </pseudo-code-block>

The new stuff is: - patch courier to do an extra lookup in userdb with local part stripped - setting an extra variable "forwardaddress" in userdb - patch courier to recognize its value to be the new address

The new scenario whould then be:

aliases file auth module db domain.com directory ============ ============== ==================== NONE x@domain.com ---> user-x maildir y@domain.com ---> user-y maildir z@domain.com ---> user-z maildir post@domain.com ---> postmaster maildir @domain.com ---> in userdb: forwardaddress= post@domain.com or maildir=postmaster

Could that might help?

<tomas/>