Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
GeneralRe: Closing Form after FormLoad Event Pin
myNameIsRon25-Jul-04 12:08
myNameIsRon25-Jul-04 12:08 
GeneralHandling e-mail as files Pin
Grimolfr23-Jul-04 18:55
Grimolfr23-Jul-04 18:55 
GeneralRe: Handling e-mail as files Pin
Heath Stewart26-Jul-04 8:01
protectorHeath Stewart26-Jul-04 8:01 
GeneralRe: Handling e-mail as files Pin
Grimolfr26-Jul-04 11:40
Grimolfr26-Jul-04 11:40 
GeneralRe: Handling e-mail as files Pin
Heath Stewart26-Jul-04 11:53
protectorHeath Stewart26-Jul-04 11:53 
GeneralRe: Handling e-mail as files Pin
Grimolfr26-Jul-04 12:31
Grimolfr26-Jul-04 12:31 
GeneralRe: Handling e-mail as files Pin
Heath Stewart27-Jul-04 3:28
protectorHeath Stewart27-Jul-04 3:28 
GeneralRe: Handling e-mail as files Pin
Grimolfr27-Jul-04 12:06
Grimolfr27-Jul-04 12:06 
I had the SMTP service set up to relay for the loopback address. I wasn't using any objects or scripting languages to test with, I was just telnetting into the service (telnet localhost 25) and typing in the commands manually.

There error I kept getting was "Unable to deliver the message because the destination address was misconfigured as a mail loop." So far I've had no luck deciphering what this error message actually means. :-/

I've since changed the configuration so that the server monitors only 1 IP address, and does not respond on the loopback.

I'm technically running 3 SMTP services on this system. I have an SMTP proxy running on my main e-mail IP address, on port 25. I have my main mail server running on the same IP address, on a different port. All mail to this server comes through the proxy (AV checks, DNSBL, Bayesian filtering, etc.)

The MSSMTP service watches a different IP address, and is not used in conjunction with any POP3 or other service. I have a custom program that picks up the incoming messages from the Drop folder and processes them. I'm using this SMTP service sort of as a message queuing system for distributed communications.

The problem is, I have to be able to send messages back to the other application via SMTP. I can't set the proxy to relay, because it's not a real SMTP service, it just relays to the other mail server. The other mail server won't allow me to "watch" port 25 on the loopback and the other port on it's primary IP address. It watches the same port on all watched addresses.

I'm just trying to avoid having to install a 4th SMTP-related service on the machine. I have access to a relay server, but I'm trying to avoid using it, as I want to have control over the retry intervals if initial delivery fails.


Grim
(aka Toby)
MCDBA, MCSD, MCP+SB


SELECT * FROM user WHERE clue IS NOT NULL
GO
(0 row(s) affected)

GeneralIntercept Print Jobs From Other Apps Pin
johnstacey23-Jul-04 14:29
johnstacey23-Jul-04 14:29 
GeneralRe: Intercept Print Jobs From Other Apps Pin
Small Rat23-Jul-04 18:56
Small Rat23-Jul-04 18:56 
GeneralRe: Intercept Print Jobs From Other Apps Pin
johnstacey24-Jul-04 3:16
johnstacey24-Jul-04 3:16 
GeneralRe: Intercept Print Jobs From Other Apps Pin
Dave Kreskowiak24-Jul-04 4:56
mveDave Kreskowiak24-Jul-04 4:56 
GeneralRe: Intercept Print Jobs From Other Apps Pin
johnstacey25-Jul-04 13:34
johnstacey25-Jul-04 13:34 
GeneralRe: Intercept Print Jobs From Other Apps Pin
Dave Kreskowiak25-Jul-04 15:54
mveDave Kreskowiak25-Jul-04 15:54 
GeneralRe: Intercept Print Jobs From Other Apps Pin
johnstacey4-Aug-04 0:22
johnstacey4-Aug-04 0:22 
GeneralRe: Intercept Print Jobs From Other Apps Pin
Small Rat24-Jul-04 5:55
Small Rat24-Jul-04 5:55 
GeneralSave text file as html Pin
kloepper23-Jul-04 11:40
kloepper23-Jul-04 11:40 
GeneralC# services security Pin
TalkingBabb0t23-Jul-04 10:13
TalkingBabb0t23-Jul-04 10:13 
GeneralFilewatcher, additional need to monitor User making changes Pin
Ruchi Gupta23-Jul-04 6:06
Ruchi Gupta23-Jul-04 6:06 
GeneralRe: Filewatcher, additional need to monitor User making changes Pin
Heath Stewart23-Jul-04 9:23
protectorHeath Stewart23-Jul-04 9:23 
GeneralEmergency. problems in serial communication Pin
wk_vigorous23-Jul-04 5:50
wk_vigorous23-Jul-04 5:50 
GeneralRe: Emergency. problems in serial communication Pin
Heath Stewart23-Jul-04 9:28
protectorHeath Stewart23-Jul-04 9:28 
GeneralRe: Emergency. problems in serial communication Pin
Nick Parker23-Jul-04 11:08
protectorNick Parker23-Jul-04 11:08 
GeneralRe: Emergency. problems in serial communication Pin
Heath Stewart23-Jul-04 11:12
protectorHeath Stewart23-Jul-04 11:12 
GeneralNeed handle to ComboBox dropdown button Pin
ddelapasse23-Jul-04 4:20
ddelapasse23-Jul-04 4:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.