ispCP - Board - Support
mail forwards dont work RC6 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: mail forwards dont work RC6 (/thread-4994.html)

Pages: 1 2 3 4


RE: mail forwards dont work RC6 - sci2tech - 11-26-2008 02:10 AM

Do not replace ispcp-mbox-mngr Smile . In the trunk this file expects that email passwords to be encrypted. And also a mail related bug was corrected in ispcp-dmn-mngr. If you know perl you can see a diff between rc6 version and trunk (or allmost rc7 Wink ) version. As joximu say patch (change) that 2 lines only .


RE: mail forwards dont work RC6 - lschafroth - 11-26-2008 08:20 AM

Excellent!

Thanks for the howto.

Lannie


RE: mail forwards dont work RC6 - Claus - 11-26-2008 07:19 PM

(11-26-2008 08:20 AM)lschafroth Wrote:  Excellent!

Thanks for the howto.

Lannie

Must the second file also be patched (ispcp-rqst-mngr)??
Which services have to be restarted after the patch?

Thanx, Claus


RE: mail forwards dont work RC6 - joximu - 11-26-2008 07:43 PM

The request manager-patch is another "problem" (append to the logfile -> overwrite logfile)

No need to restart any service - just set the forwarding adresses again and test.

/J


RE: mail forwards dont work RC6 - Claus - 11-27-2008 01:45 AM

(11-26-2008 07:43 PM)joximu Wrote:  The request manager-patch is another "problem" (append to the logfile -> overwrite logfile)

No need to restart any service - just set the forwarding adresses again and test.

/J

Hi,

I patched the file and set a new forward to an existing mailbox.
But a sended test-mail was only in the mailbox received. The Forwarder doesn't work.

Any idea?

Thanx,
Claus


RE: mail forwards dont work RC6 - joximu - 11-27-2008 08:04 AM

hm.
well, for quicker test you can have a look at

/etc/postfix/ispcp/aliases there you should see if it works...

mail@domain mail@domain,mail@otherdomain,othermail@domain

if it's really not working: please attach your (new) ispcp-mbox-mngr here...

/J

PS: maybe change the forwardings and then change back...


RE: mail forwards dont work RC6 - Claus - 11-27-2008 05:48 PM

(11-27-2008 08:04 AM)joximu Wrote:  hm.
well, for quicker test you can have a look at

/etc/postfix/ispcp/aliases there you should see if it works...

mail@domain mail@domain,mail@otherdomain,othermail@domain

if it's really not working: please attach your (new) ispcp-mbox-mngr here...

/J

PS: maybe change the forwardings and then change back...

now, one day after i made the changes, it works - strange, but good Smile

Thanx for your support


RE: mail forwards dont work RC6 - cjrat - 12-04-2008 12:04 AM

I have the same problem on RC6.
I've updated these two files, like here
http://www.isp-control.net/ispcp/changeset/1333

But situation is the same.
Files below...
[attachment=539]
There's also line 1494 in ispcp-mbox-mngr
} if ($mail_type =~ /.*normal_forward.*/ || $mail_type =~ /.*alias_forward.*/ || $mail_type =~ /.*subdom_forward.*/);

Is it should be also fixed?


RE: mail forwards dont work RC6 - joximu - 12-04-2008 05:09 PM

Hi cjrat

your mbox-mngr looks good (same as mine).
The rqst-mngr file has not to be changed (is another "bug") - but should not matter here...

Maybe delete all the forward-adresses, save and then readd the forward address(es).

Have a look at the /etc/postfix/ispcp/aliases

/J


RE: mail forwards dont work RC6 - cjrat - 12-04-2008 05:18 PM

Hello joximu! Thank's for trying to help!
In /etc/postfix/ispcp/aliases everything is fine. I mean

user@domain1.ru user@domain2.ru

When I create a mail account, should it be both NORMAL MAIL and FORWARDING checked? Or just only NORMAL MAIL or FORWARDING?