Koozali.org: home of the SME Server

Sorting problem

Sébastien DACQUIN

Sorting problem
« on: May 27, 2001, 12:50:50 PM »
I retrieve in multi-drop all mail from domain1.com but the e-smith cannot
sort them because his domain is domain2.com.
I created a virtual domain domain1.com but it doesn't sort too !
domain1.com is hosted by my ISP.
How can i setup the e-smith to forget the domain in the To: header.

Trevor Drake-Brockman

Re: Sorting problem
« Reply #1 on: May 27, 2001, 07:05:56 PM »
Sébastien DACQUIN wrote:
>
> I retrieve in multi-drop all mail from domain1.com but the
> e-smith cannot
> sort them because his domain is domain2.com.
> I created a virtual domain domain1.com but it doesn't sort
> too !
> domain1.com is hosted by my ISP.
> How can i setup the e-smith to forget the domain in the To:
> header.

Try editing the /etc/fetchmail file and add the line
aka "domain1.com"
after the line
poll domain1.com protocol pop3

After a lot of searching this seems to work for me.

Sébastien Dacquin

Re: Sorting problem
« Reply #2 on: May 29, 2001, 01:48:57 AM »
27/05/01 16:05:56, Trevor Drake-Brockman a écrit:

> Try editing the /etc/fetchmail file and add the line
> aka "domain1.com"
> after the line
> poll domain1.com protocol pop3
>After a lot of searching this seems to work for me.

Many thanks for your help,
it's working for me too now !