PowerMTA Support Forum
- November 21, 2024, 08:18:46 AM
- Welcome, Guest
News:
PowerMTA 5.5r1 is out!!!! Please contact support@port25.com for a license and download access.
81
on: June 11, 2018, 09:14:06 AM
|
||
Started by msuser - Last post by Port25-Admin1 | ||
There is no absolute method of seeing it was retired X times, however, you could calculate this by creating T and TQ accounting records and then counting the amount of times the RCPT was tried in the T file and the the amount of times the queue was tried in the TQ file.
|
82
on: June 11, 2018, 04:25:26 AM
|
||
Started by msuser - Last post by msuser | ||
Hello Everyone,
suppose due to some error responses we had to keep retrying sending message. After few retries, it may succeed or finally bounce based on retry-after and bounce-after in config file. So how to check number of retries attempted? This value is not logged anywhere e.g. accounting file, status file or bounce file. we can compute with the help of timeLogged,timeQueued in accounting file and retry-after, bounce-after value at that particular time. But is there any better way to get the number of retries attempted per message? Thanks |
83
General Category / General Discussion / Re: how to view email body/content in server where PMTA is installed
on: May 30, 2018, 09:34:58 AM
|
||
Started by msuser - Last post by Port25-Admin1 | ||
> but in general or by default where does PMTA writes/saves the emails temporarily in the Q. and how can we view emails content/body from this Q?
They are in the spool directory, the location of which can be found in the config file. However, DO NOT handle the files while PowerMTA is running as it may cause PowerMTA to crash. |
84
General Category / General Discussion / Re: how to view email body/content in server where PMTA is installed
on: May 29, 2018, 09:06:34 AM
|
||
Started by msuser - Last post by ReyM | ||
You can create a VMTA for testing
Code: [Select] <virtual-mta test123> Or if you are looking for incoming, use the domain directive Code: [Select] <domain [domain-in-question]> |
85
General Category / General Discussion / Re: how to view email body/content in server where PMTA is installed
on: May 29, 2018, 01:34:06 AM
|
||
Started by msuser - Last post by msuser | ||
but in general or by default where does PMTA writes/saves the emails temporarily in the Q. and how can we view emails content/body from this Q?
|
86
General Category / General Discussion / Re: how to view email body/content in server where PMTA is installed
on: May 28, 2018, 11:14:39 AM
|
||
Started by msuser - Last post by ReyM | ||
Configure PMTA to write the message to disk and view it there
|
87
General Category / General Discussion / how to view email body/content in server where PMTA is installed
on: May 28, 2018, 12:40:19 AM
|
||
Started by msuser - Last post by msuser | ||
hi Team,
Can you please help us in how to view the email content/body where we install PMTA in the server. Thanks. |
88
General Category / General Discussion / Re: PMTA service wont start by issuing start command in command prompt
on: May 11, 2018, 01:26:23 PM
|
||
Started by msuser - Last post by Port25-Admin1 | ||
Try the last command in my signature and review the last error of the output.
|
89
General Category / General Discussion / Re: PMTA service wont start by issuing start command in command prompt
on: May 08, 2018, 09:15:46 AM
|
||
Started by msuser - Last post by ReyM | ||
If you are running windows, PMTA installs a service which you can start and set to start when the OS loads. You can also use the command prompt is that is easier for you "net start pmta"
|
90
General Category / General Discussion / Re: PMTA service wont start by issuing start command in command prompt
on: May 08, 2018, 04:49:37 AM
|
||
Started by msuser - Last post by RvDelft | ||
(flying blind here)
Maybe the web interface is available? If you run a command via the web interface you receive a error message when something is wrong. I've never did the PMTA instalation so I do not know if the webinterface is the same proces. It worth trying |