Re: [Exim] user+extension question

Top Pagina
Delete this message
Reply to this message
Auteur: Philip Hazel
Datum:  
Aan: Peter BARABAS
CC: exim-users
Onderwerp: Re: [Exim] user+extension question
On Wed, 30 Jan 2002, Peter BARABAS wrote:

> I've read the FAQ and found an example config file (Q10) for this
> problem. It deals with virtual domains and DBM files, but I don't need
> such things. I only need simple "new_address". In Q10 it is named virtualsuffix:


> All I need is: "$local_part_without_suffix"@"$domain"


If I understand you right:

strip_suffix:
driver = smartuser
suffix = -*
new_address = $local_part@$domain

Actually, to be on the safe side, that should really be

new_address = ${quote:$local_part}@$domain


--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.