Multiple Threaded Apartment of the Component Object Model (COM), as opposed to STA

learn more… | top users | synonyms

1
vote
1answer
19 views

Send email with c program in Mac OS X using MTA.

The problem: Failed to invoke sendmail: Invalid argument The code #include<stdio.h> #include<errno.h> #include<string.h> int add(char* to,char* from,char* subject,char* message) { ...
0
votes
3answers
67 views

Is server to server email transmission secure?

We are running a website with a web to email form. We force https to secure the transmission from the browser to the web server. From the web server we use PHP to generate an email message containing ...
0
votes
0answers
41 views

COM Excel Disconnected Context MTA STA Threads

I have a winform. One of the nodes of this form for reporting. Reporting node uses Excel - COM Object. When the program main code like this: namespace Server { static class Program { ...
0
votes
1answer
37 views

Error coming up when trying to open up file browser

Currently on my website i am trying to get it so that a user can upload an image from their local images. I have followed a tutorial, but when i debug it and try to open up my images folder i get this ...
0
votes
1answer
29 views

routing incoming emails based on the address in the To Field

How can I configure a mail server to parse the"TO" field of each incoming message, and if it is of the form <uniqueID>.CommonID.User1@domain.com then route the email to user1@domain.com. ...
1
vote
1answer
100 views

Receive and process email without running own SMTP server

Trying to put together this: Trigger Google Apps Script by email with this: Custom Incoming Mail Domain With Google App Engine So that ultimately we can process emails to a scalable inbox ...
0
votes
1answer
84 views

Simple way to setup MTA on FreeBSD only for PHP mail()

I need to setup mail server for sending from PHP scripts only. I'm not needed to receive email or sending it by another way. Preferable is the Postfix (it is easy than Sendmail, for example). Ssmtp is ...
0
votes
0answers
59 views

Are there any Asp.Net platforms which are based on Port25 (PowerMTA)?

I try to found opensource or commercial email marketing platforms which was writen by Asp.Net framework. So, I want to integrate with Port25 (PowerMTA). If possible, could you give me suggestions?
1
vote
2answers
90 views

MTA for windows to use for PHP Sendmail

i was trying to setup Processmaker on my Win7 system. for sending Email i want to use PHP's Sendmail(). but for that i need to install some MTA on my machine and need to configure php.ini for it. can ...
1
vote
0answers
117 views

MTA NYCT Subway GTFS Developers API Key is not working? [closed]

I am developing a Webservice in Java to use MTA NYCT Subway GTFS Realtime data. For that purpose yesterday I had registered from http://datamine.mta.info/user/register and then I received the ...
0
votes
0answers
38 views

Virtual Host MTA to Gmail?

I have a couple of virtual domains on a linux ubuntu server. right now, when someone emails to anyone@mydomain , it ends up in some black hole. what I would love to happen is that any such messages ...
0
votes
0answers
89 views

When should I call CoUninitialize?

I implemented a function in a DLL encapsulates the asynchronous call to a Out-OF-Proc COM server. It looks like this: HRESULT hr = S_OK; bool bCoInitialized = false; IXXXXInterface* ...
0
votes
0answers
127 views

How to clear mail queue ? [closed]

I was trying to write a php to extract emails from my database and send emails to them. However, it seems I've got a dead loop and it keeps sending emails to my email account. My code: $query = ...
0
votes
0answers
48 views

Effectively Utilizing The “include” Mechanism in BIND DNS [closed]

I'm configuring an email server that uses a multiple MTA configuration. Each of the hostnames that send mail are on separate VPS's with there own /27 IP block. I would like to make it so that domains ...
0
votes
1answer
62 views

Give a hint about local MTA for web development

I'll try to explain what I want. I have a PHP script that send emails to different REAL addresses. I don't like these emails goes to Internet, just redirect all of them to my local mail ...
0
votes
2answers
107 views

Asp.Net Mvc and Win32 dll that is not designed for multithreading

I need to build a web application (MVC) that uses a third-party win32 dll as gateway for all business logic (contains logon-mechanism, functions and maintains some state). This dll is not designed ...
0
votes
1answer
130 views

How I can change MailEnable's hourly sending limit?

It seems MailEnable limits users with 100 email per hour as default. I want to change that limit but couldn't find any option for this. I digged manuals and configuration files but no luck. Do you ...
1
vote
1answer
139 views

local MTA even if a reliable remote MTA is available

I had a discussion with our development team to have a local MTA installed on the application server or if they should use the MTA server located on the internal network to send their emails. There ...
0
votes
1answer
124 views

WCF service and COM interop callback

I have a COM object that creates an instance of a WCF service and passes a handle to itself as a callback. The com object is marked/initialized as MTA. The problem being every instance of the WCF ...
1
vote
1answer
136 views

Out of process COM server with MTA

I have an out of proc COM (ATL) Server that has been created as free threaded (CComMultiThreadModel) I am slightly confused as to how that relates to the re-entrancy of calls into my object, for ...
1
vote
1answer
47 views

Best solution for managing email-related application on a LAMP stack

We are working on a web application written in PHP where the following needs to happen: 1) Users at signup are given a unique email address by the web application. 2) Users can give out the email ...
0
votes
0answers
376 views

Postfix can not resolve the ip-address

Postfix can not resolve the IP-address, but the nameserver is configured correctly. See, in mail.log: root@mail2:/var/log# tail -3 mail.log Apr 16 02:35:44 mail2 postfix/smtpd[1855]: connect from ...
2
votes
2answers
234 views

Microsoft's Aparment Analogy (STA, MTA): Need help understanding it

I've read lots about the Microsoft's threaded apartment model, but I'm still having a little trouble visualizing it. Microsoft uses the analogy of living things living in an apartment. So, for STA, ...
0
votes
1answer
422 views

Using main form as Parent to a new form created on different thread

I have a main form that runs a BackgroundWorker thread. While the worker is running I "freeze" the main form and wait for it to finish while showing its progress. In one on the scenarios the worker ...
0
votes
1answer
211 views

Exim - Limit sent mail bounce to the user

Exist some way of to limit sent mail bounce to the user with system filter of Exim MTA? I need set the header from of the mail bounces in a file, but not know like read it content. Thanks
1
vote
0answers
1k views

postfix: discarding all mails to a specific recipient address

How can I configure Postfix to silently discard (not bounce) all messages to a single, specific destination e-mail address, while still deliver all other mails? The mails in question are bounces ...
0
votes
1answer
221 views

Is it possible to run XAMPP's fake sendmail MTA as a daemon and thus as a standalone MTA?

I want to send mails via XAMPP/PHP. Now I just found that the sendmail.exe delivered with XAMPP only seems to be a fake sendmail. I'm wondering if it can act as a full MTA, so can I run it as a daemon ...
1
vote
2answers
783 views

sending email django with postfix (without an explicit postfix server)

I'd like to emulate the postfix sendmail command in Django where I don't need to explicitly start up a postfix server. For example if I simply enter the following on the command line: sendmail ...
6
votes
2answers
2k views

COM outbound call results in “An outgoing call cannot be made since the application is dispatching an input-synchronous call.”

I have a COM server (C++/STA (MFC based app)) and a COM client (C#/MTA). The COM server must live in an STA, since it's an MFC app (I have no choice in this matter). The client issues a call to the ...
0
votes
2answers
489 views

Questions about COM multithreading and STA / MTA

Hi I am a beginner in COM. I want to test a COM dll in both STA and MTA modes. My first question is: is it possible a COM object supports both STA and MTA? Now I imagine the STA code snippet below: ...
0
votes
2answers
94 views

How and where does SSL signing apply to emails?

I am trying to find out how SSL signing of emails work and if it gets signed server side or MTA side? I know this is a bit vague maybe but any resources to read or documentation would help a lot :D ...
0
votes
5answers
904 views

MTA for receiving mails, in PHP

is there a library/class/code-snippet/etc. that allows me to directly receive mail in php? So that I don't have to run an additional sever in an other process and then have to somehow send the mails ...
0
votes
1answer
253 views

perl log parser for exim4 mta

im going to write log parser for exim4 MTA, and i have a couple of questions. (i know that there is an exilog program) Question: 1. what is better way to parse a line? (its abbout 5Gb of such lines ...
1
vote
0answers
135 views

How to specify default MTA?

i'm trying to use the MAILTO function in crontab on my mybookworld (it's a nas) I've installed a rather unfamiliar(in think) MTA: esmtp With mutt(console based email client) it works perfectly. But ...
0
votes
1answer
217 views

Aspcompat in ASPX Page

In my aspx pages, I call a COM component that uses STA. So I use aspcompat=true parameter, but I want to understand the logic. What does it exactly do? As far as I know, in STA, it is assumed to be ...
4
votes
3answers
1k views

What exactly does an MTA do?

This question got me thinking, and I now realize that I don't know anything about the internals of MTAs. What exactly does an MTA do? Everything after the SMTP protocol seems like dark magic to me. ...
1
vote
1answer
245 views

STA, MTA conflict warning Important?

I recently started writing a C++/CLI wrapper for a native c++ library. I'm now getting this compile warning "warning LNK4249: directive '/CLRTHREADATTRIBUTE:STA' conflicts with command line; ...
3
votes
1answer
1k views

MSTest setting Apartment Threading to MTA

I'm using MSTest in Visual Studio 2010 on a project that needs the apartment threading model set to MTA. I've looked online and the items I've found and tried seem to only work with Visual Studio ...
1
vote
0answers
369 views

Do I still need a message pump in an STA thread that contains an STA COM object?

I am using a legacy STA COM object in a C# windows service that runs as an MTA thread. In order to use this COM object I created it in an STA thread which seems to work. Upon further investigation I ...
10
votes
2answers
2k views

What are the limitations of a STA thread in compare to MTA threads?

If we make a thread STA like this: Thread.SetApartmentState(STA); then it cannot run code marked with [MTAThread] attribute. We have seen [STAThread] in windows and console applications but I have ...
5
votes
2answers
559 views

Threading issues in C# from external process

I have this simple code: public void Run() { var invokerThread = new Thread(new ThreadStart(RunOnBackground)); invokerThread.Start(); } private void RunOnBackground() { ...
2
votes
5answers
187 views

What are All the Ways a Programmer Could use PHP to Send an Email?

I'm looking for a list of built in PHP functions that a programmer could use to send an email. The obvious answer here is mail(), but I'm also looking for a list of functions someone might use to ...
0
votes
1answer
297 views

Mail being sent to local domain instead of remote domain

I have a server which hosts mywebsite.com If I try to send mail to info@mywebsite.com, the MTA is trying to send it to a local host (the mail is managed on a different server). How can I fix this?! ...
2
votes
2answers
630 views

QueueUserWorkItem with COM in C++

I have a performance issue where clients are creating hundreds of a particular kind of object "Foo" in my C++ application's DOM. Each Foo instance has its own asynchronous work queue with its own ...
1
vote
1answer
665 views

Winforms: One COM object needs an STAThread, the other needs an MTAThread. How can I use them?

I'm trying to build a Winforms application with two COM components. However, one of the components only works when using [MTAThread] and the other only works with [STAThread]. What would the ...
1
vote
3answers
81 views

Security implications of a limited function server

I want to collect certain information from people/devices via email. These emails will never be delivered to anybody, but simply processed on the server. Received emails will be processed - some ...
1
vote
3answers
623 views

Monitor Postfix Server and Ruby response on Ubuntu

I am building a ruby application that grabs emails sent to a server and logs them to a database. Right now I don't have is a way to fully test the (Email -> Ruby -> Database) stack for downtime. I am ...
1
vote
3answers
1k views

STA, MTA and OLE nightmare

I have to include a .NET application into another .NET application as a plugin. The plugin interface requires me to inherit from a template form. The form is then attached in a MDI when the plugin is ...
1
vote
1answer
786 views

Running REST/WCF as STA instead of MTA for COM

Is it possible to configure a REST (WCF) service to run as STA instead of MTA? This is approach is needed in order to run legacy COM objects. In order to configure ASMX web services to run as STA ...
0
votes
2answers
1k views

Is there a Python MTA (Mail transfer agent)

Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.

1 2