Questions tagged [mta]

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

MTA refers to the Multiple Threaded Apartment of Microsoft's Component Object Model (COM). Its opposite is the Single-Threaded Apartment (MTA), but there is also a Neutral Apartment.

Related tags:

References:

110 questions
0
votes
0 answers

Gamedig server game status

i am trying to start the bot to show the status of an mta server and i am getting these errors, why? Logged : Brasileiros Vivendo no Stylo#1128 Successfully registered application commands. Error: Failed all 2 attempts at QueryRunner.run…
0
votes
0 answers

Can I use the devxci/mbtci docker image?

Our Jenkins instance is based on the ppiper/jenkins-master docker image provided by SAP. This image is intended to be used with the Cx Server life-cycle management. we are using devxci/mbtci to build SAP Multitarget Applications (MTA). As per the…
varsha
  • 11
  • 2
0
votes
0 answers

How can I create a custom relay for modifying email content and recipients in postfix and node.js?

I want to create a custom relay before forwarding to gmail smtp using postfix and nodejs I want to develop a serer that modify the mail content and recipients and add tractable link that specifies how many time user opened the mail and opened the…
0
votes
0 answers

How to fix this in MTASA

If a player hits this marker, every player on the same server will start working. What I want to do is to make it work only for the player who hits the marker. How to fix this? getJobMarker = createMarker(872.03754, -29.07278, 62.3000, "cylinder",…
zumx
  • 1
  • 1
0
votes
0 answers

Cron job sends output for shell scripts but no for mysqldumps - Via Nullmailer

I currently have two cron jobs in a server. One for a shell scrpit and another for a mysqldump. Example: 43 16 * * * /var/backups_scripts/backups 46 16 * * * /usr/bin/mysqldump --login-path=bds-server --single-transaction database_name | /bin/gzip >…
EWSG
  • 3
  • 2
0
votes
0 answers

Postfix: Python Milter not able to change email header

I have some servers that create automated emails which all pass through a Postfix MTA. The software that generates the email does not strictly follow RFCs, and sometimes generates emails with duplicate message-ID headers. The software cannot be…
btongeorge
  • 421
  • 2
  • 12
  • 23
0
votes
0 answers

one SMTP node to pass mails to underlaying SMTP servers (proxy smtp)

I am having an issue, that I require a stable public SMTP endpoint (mySmtpPublicNode). This endpoint should relay/route the emails to the corresponding mailservers, which regularly change (myInternalSmtpServerXY) SMTP-client <--> mySmtpPublicNode…
cilap
  • 2,215
  • 1
  • 25
  • 51
0
votes
0 answers

Problem Executing Python in cron to email IDS logs (No MTA installed, discarding output)

I am a novice Python/Linux enthusiast running Suricata on a Linux VM and am trying to execute a Python script to email myself the fast.log logs every morning. What I first want to happen is a list of the latest 15 alerts to be created via tails…
robreiner
  • 1
  • 1
0
votes
1 answer

What is STA/MTA vs apartments/free threads vs UI threads/worker threads? Why the name changes?

I am reading Inside COM by Dale Rogerson, and it uses the terms apartment threads and free threads to describe the different types of COM threads. He also clarifies that these correspond directly to UI threads and worker threads: COM uses the same…
citelao
  • 4,898
  • 2
  • 22
  • 36
0
votes
2 answers

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 Like for example I use a ezComponents mail object…
Etienne Marais
  • 1,660
  • 1
  • 22
  • 40
0
votes
0 answers

fetchmail /bin/sh: 0: Can't open date

I was running this from bash shell : fetchmail -vk it says in the log /bin/sh: 0: Can't open date ..and terminated.
unixbhaskar
  • 129
  • 2
  • 3
  • 12
0
votes
1 answer

#MTASA Server Error: Attempt to index a nil value

I really don't know what is wrong here. This is the error I am getting: s_interior_admin.lua:944: attempt to index local 'interiors' And here is my code: local interiors = exports["official-interiors"].getInteriorsList() --/MAXIME …
0
votes
5 answers

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 to the already-running php-process. I've been…
Dexter
  • 3,072
  • 5
  • 31
  • 32
0
votes
2 answers

How to access C++ COM Object in C# Background worker?

I am developing a common c# COM component (dll) which can be consumed by any COM client. As part of this I m exposing a outgoing interface called ICallback.The client which is using my dll will implement the methods and provide the com object via…
srajeshnkl
  • 883
  • 3
  • 16
  • 49
0
votes
1 answer

How do I alter email headers using procmail?

We use JIRA Cloud for our ticketing system, which does not support using email aliases. Since we now have two domains in our system, with the second domain added as an alias in G Suite (same usernames across both). Management decided to use this new…