On Sun, Jul 10, 2005, ""Igor Olemskoi"" <[EMAIL PROTECTED]> said:

>>> mysql> SELECT alias, deliver_to FROM dbmail_aliases WHERE ->
>>> lower(alias) = lower('[EMAIL PROTECTED]') -> ;
>>> Empty set (0.00 sec)
>>>
>>>
>>> mysql> SELECT deliver_to FROM dbmail_aliases WHERE lower(alias) = ->
>>> lower('[EMAIL PROTECTED]') AND lower(alias) <> lower(deliver_to);
>>> Empty set (0.00 sec)
>>>
>>
>> So what's the problem again? This address has neither an alias nor a
>> username; hence no deliveries go to it. Did I miss something?
> 
> There is no [EMAIL PROTECTED] alias, but there is @vallenta.sumy.ua.
> There are lines about it in the log that I sent to the maillist few days ago.

I read the logfile, and thought that the problem was that first address,
the [EMAIL PROTECTED] one. So the problem is that you have a domain
catch-all and it isn't working? (This is what I missed.)

Aaron

Reply via email to