ASSP on SBS Server 2008, Exchange Server 2007

ASSP on SBS Server 2008, Exchange Server 2007

Postby stephen » Sun Jun 06, 2010 7:42 am

I have an SBS Server 2008 with Exchange Server 2007.
I installed Perl64 and ASSP 1.7.5.3

My first problem was getting to run ASSP as a Service.
I needed to purchase FireDaemon Pro as the WIN32_Daemon will not work on 64bit computers.

I will be attempting an install based on ASSP Advanced Workflow as shown on this web site:
http://sourceforge.net/apps/mediawiki/assp/index.php?title=ASSP_Advanced_Workflow

Here is an article on changing the SMTP ports used by Exchange Server
http://www.exchangelog.info/2007/08/how-to-change-smtp-port-25-in-exchange.html

I used the above to Change the Receive Connector Port and IP address
Start Exchange Management Console
Open Server Configuration
Open Hub Transport
Click on Receive Connectors
Right Click on Default server-xx and click properties
Edit the Local IP Addresses and change the Port to 125
Port to Use 125

Change ASSP to listen on the servers ip address and port 25
SMTP Listen Port 192.168.150.2:25
SMTP Destination Port 125

Shutdown and Restart Exchange Server 2007 so that the Receive Connector change is applied.

I found scripts to shutdown exchange and start exchange at this link
http://www.amset.info/exchange/shutdown-script2.asp
Code: Select all
net stop msexchangeadtopology /y
net stop msftesql-exchange /y
net stop msexchangeis /y
net stop msexchangesa /y
net stop iisadmin /y

Code: Select all
net start "World Wide Web Publishing Service"
net start "Microsoft Exchange Information Store"
net start "Microsoft Exchange System Attendant"
net start "Microsoft Search  (Exchange)"
net start "Microsoft Exchange Information Store"
net start "Microsoft Exchange Unified Messaging"
net start "Microsoft Exchange Transport Log Search"
net start "Microsoft Exchange Transport"
net start "Microsoft Exchange Service Host"
net start "Microsoft Exchange Search Indexer"
net start "Microsoft Exchange Replication Service"
net start "Microsoft Exchange Mail Submission"
net start "Microsoft Exchange Mailbox Assistants"
net start "Microsoft Exchange File Distribution"
net start "Microsoft Exchange EdgeSync"
net start "Microsoft Exchange Anti-spam Update"


Change the Firewall Rule on the SBS Server 2008 to allow incoming SMTP connections on port 25
Start Windows Firewall with Advanced Settings
Incoming Rule
New Rule
Rule Type: Port
TCP, Specific Port: 25
Allow the connection
Tick Domain and Private and Public


Change the Exchange Send Connector to Send Outgoing Emails to ASSP
In ExchangE Management Shell
Open Organisation Configuration
Hub Transport
Send Connectors
New Send Connector
Name: Send to ASSP
Intended Use: Custom
Add Address Space
Type: SMTP
Address: *
Route Mail through the following smart hosts
Add
IP Address: 127.0.0.1
Authentication Settings: None
Accept the Source Server as your Exchange Server


In Assp Open the Relaying Page
Change Accept All Mail to : 127.0.0.1

We need to set up a 2nd receive connector in Exchange to accept relay traffic from the ASSP relay
I found an article here that describes this 2nd receive connector creation
http://exchangepedia.com/blog/2007/01/exchange-server-2007-how-to-allow.html
Code: Select all
New-ReceiveConnector -Name RelayConnector -usage Custom -Bindings '192.168.1.17:25' -fqdn server.domain.com -RemoteIPRanges 192.168.1.100 -server MYEXCHANGESERVER -permissiongroups ExchangeServers -AuthMechanism 'TLS, ExternalAuthoritative'
stephen
 
Posts: 507
Joined: Thu Feb 09, 2006 9:37 am
Location: Brisbane

Return to Exchange Server

Who is online

Users browsing this forum: No registered users and 2 guests

cron