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 - cjrat - 12-04-2008 11:48 PM

Command shows the following:

origmail@origdomain.tld,externalmail@extdomain.tld


RE: mail forwards dont work RC6 - joximu - 12-05-2008 12:33 AM

good.... next:

postmap aliases


and then again:

sendmail -bv origmail@origdomain.tld

and read mail fro root...
(i can't beleiev this...)


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

The result is the same Sad

I think it's in ISPCP RC6 problem.
I reproduced tha situation on VMWare:
Installing RC6 on Ubuntu 8.10: no forwarding works,
and install above nightly build 03-12-2008 then and it's work just fine!!!
Here i can't install nightly build, cause whole system will be gone Sad
Should this mail account origmail@origdomain.tld be in
/etc/postfix/ispcp/sender-access ?
FOUND SOLUTION!!!!

There is a line in main.cf

receive_override_options = no_address_mappings

Comment this and everything work just fine!!!

Thank you for your support joximu!!! And sorry that stole your time Wink
FOUND SOLUTION!!!!!

There is a line in main.cf

receive_override_options = no_address_mappings

Comment this and everything works great!!!!

Thank you for your support joximu, and sorry that stole your time Smile


RE: mail forwards dont work RC6 - joximu - 12-05-2008 01:28 AM

What the heck has this option to do in your main.cf?

***
receive_override_options (default: empty):

no_address_mappings
Disable canonical address mapping, virtual alias map expansion, address masquerading, and automatic BCC (blind carbon-copy) recipients. This is typically specified BEFORE an external content filter.
***

well - I did not notice this option in your postconf above - but it's there and I learned something!

And no: it's not because of ispCP :-) (just want to correct that :-)

/Joximu


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

(12-05-2008 01:28 AM)joximu Wrote:  What the heck has this option to do in your main.cf?

It was in some tutorial about antispam settings. So I didn't give to it any special attention Smile
BTW: Postfix antispam settings + Policyd-weight + Postgrey + Spamassassin = bring me awesome results! So this one line doesn't make a sense Smile)