postfix-users April 2010 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: catch-all not working with postfix dovecot ld

Re: catch-all not working with postfix dovecot lda

From: fakessh <fakessh_at_nospam>
Date: Sat Apr 17 2010 - 15:29:04 GMT
To: <mouss+nobulk@netoyen.net>

On Sat, 17 Apr 2010 17:16:04 +0200, mouss <mouss@ml.netoyen.net> wrote:
> fakessh a écrit :
>> On Sat, 17 Apr 2010 14:26:22 +0200, mouss <mouss@ml.netoyen.net> wrote:
>>> fakessh a écrit :
>>>> On Thu, 15 Apr 2010 08:33:43 -0500, Noel Jones
<njones@megan.vbhcs.org>
>>>> wrote:
>>>>> On 4/14/2010 3:42 PM, fakessh wrote:
>>>>>> On Wed, 14 Apr 2010 13:50:34 -0500, Noel
>> Jones<njones@megan.vbhcs.org>
>>>>>> wrote:
>>>>>>> On 4/14/2010 1:45 PM, fakessh wrote:
>>>>>>>> On Wed, 14 Apr 2010 14:12:25 -0400, Charles Marcus
>>>>>>>> <CMarcus@Media-Brokers.com> wrote:
>>>>>> I changed the entries @fakessh to root@localhost in
>>>> /etc/postfix/virtual
>>>>>> postmap then a file to
>>>>>> the postfix restart.
>>>>>>
>>>>>> all without success, or rather the same mistake
>>>> [snip]
>>>> my jed /etc/postfix/virtual
>>>> #
>>>> # AUTHOR(S)
>>>> # Wietse Venema
>>>> # IBM T.J. Watson Research
>>>> # P.O. Box 704
>>>> # Yorktown Heights, NY 10598, USA
>>>> #
>>>> #
>>>> VIRTUAL(5$
>>>> postmaster@fakessh.eu root@localhost.r13151.ovh.net
>>>> fakessh@fakessh.eu fakessh@localhost.r13151.ovh.net
>>>> webmail@fakessh.eu webmail@localhost.r13151.ovh.net
>>>> serge@fakessh.eu serge@localhost.r13151.ovh.net
>>>> @fakessh root@localhost.r13151.ovh.net
>>> fakessh != fakessh.eu.
>>> you want:
>>>
>>> @fakessh.eu root@localhost.r13151.ovh.net
>>>
>>>
>>
>> I have but it does not work
>>
>
> it is not in the file you showed.
>
> please show the output of
> postmap -q @fakessh.eu hash:/etc/postfix/virtual

to show my output : thanks mouss
[root@r13151 ~]# postmap -q @fakessh.eu hash:/etc/postfix/virtual
[root@r13151 ~]# postmap -q @renelacroute.fr hash:/etc/postfix/virtual
[root@r13151 ~]# postmap -q @fakessh.eu hash:/etc/postfix/virtual
[root@r13151 ~]# postmap /etc/postfix/virtual
plus postfix restart

log to my error

Apr 17 17:27:02 r13151 postfix/tlsmgr[24186]: open smtp TLS cache
btree:/var/lib/postfix/smtp_tls_session_cache
Apr 17 17:27:02 r13151 postfix/tlsmgr[24186]: tlsmgr_cache_run_event:
start TLS smtp session cache cleanup
Apr 17 17:27:02 r13151 postfix/smtpd[24185]: connect from
smtp28.orange.fr[80.12.242.101]
Apr 17 17:27:02 r13151 postfix/cleanup[24224]: BF607241BC1:
message-id=<20100417152702.BF607241BC1@r13151.ovh.net>
Apr 17 17:27:03 r13151 postfix/qmgr[24177]: BF607241BC1:
from=<no@r13151.ovh.net>, size=254, nrcpt=1 (queue active)
Apr 17 17:27:03 r13151 postfix/error[24225]: BF607241BC1:
to=<nnnn@fakessh.eu>, relay=none, delay=0.66, delays=0.46/0.21/0/0,
dsn=5.0.0, status=undeliverable (User unknown in virtual alias table)
Apr 17 17:27:03 r13151 postfix/qmgr[24177]: BF607241BC1: removed
Apr 17 17:27:05 r13151 postfix/smtpd[24185]: NOQUEUE: reject: RCPT from
smtp28.orange.fr[80.12.242.101]: 450 4.1.1 <nnnn@fakessh.eu>: Recipient
address rejected: undeliverable address: User unknown in virtual alias
table; from=<john.swilting@wanadoo.fr> to=<nnnn@fakessh.eu> proto=ESMTP
helo=<smtp28.orange.fr>
Apr 17 17:27:05 r13151 postfix/smtpd[24185]: disconnect from
smtp28.orange.fr[80.12.242.101]

>
> after you gather that output, do a new test.
>
>
>>>> [snip]