Current time: 04-20-2024, 07:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forwarding problems ispcp version 1.0.3.1
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #2
RE: Forwarding problems ispcp version 1.0.3.1
Are you using Amavis and Maia?
This problem is known and has nothing to do with ispCP!

Look on this site:
http://workaround.org/ispmail/etch

Seearch there for
Code:
A few words on how AMaViS will be plugged into Postfix. If some person sends you an email from the internet it will be received by Postfix (the smtpd daemon) first on TCP port 25 (SMTP). If Postfix accepts the email it will be forwarded to AMaViS on TCP port 10024 (SMTP). And if AMaViS is happy with the email's contents it will be sent back to Postfix on TCP port 10025 (SMTP). Postfix finally delivers the email to the actual recipient.

All what you have to do is to edit the main.cf and add this line
Code:
receive_override_options=no_address_mappings
after
Code:
content_filter               = amavis:[127.0.0.1]:10024

and in the master.cf
Code:
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
after
Code:
-o strict_rfc821_envelopes=yes

Postfix reload.. Ready
(This post was last modified: 03-05-2010 04:28 AM by TheCry.)
03-05-2010 04:16 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Forwarding problems ispcp version 1.0.3.1 - TheCry - 03-05-2010 04:16 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)