Re: virtual hosting problem [solved]

2013-05-19 Thread doug
On Sat, 18 May 2013, Ansgar Wiechers wrote: On 2013-05-18 d...@safeport.com wrote: My problem is a regexp table used to fold domains that should be delivered to the same mailbox stopped working. I solved the problem by adding a hash table with all the extra names. This is a big administrative d

Re: virtual hosting problem

2013-05-19 Thread Benny Pedersen
d...@safeport.com skrev den 2013-05-18 20:03: mydestination = $myhostname, localhost.$mydomain, localhost mydomain = safeport.com is $mydomain missing in $mydestination ? Sending to a safeport.us address gets: 554 5.7.1 : Relay access denied safeport.us missing in $mydestination ? vir

Re: virtual hosting problem

2013-05-18 Thread Ansgar Wiechers
On 2013-05-18 d...@safeport.com wrote: > My problem is a regexp table used to fold domains that should be > delivered to the same mailbox stopped working. I solved the problem > by adding a hash table with all the extra names. This is a big > administrative deal (to us) as it adds several thousand

virtual hosting problem

2013-05-18 Thread doug
My problem is a regexp table used to fold domains that should be delivered to the same mailbox stopped working. I solved the problem by adding a hash table with all the extra names. This is a big administrative deal (to us) as it adds several thousand emails to maintain and sync as changes are m