Error by attaching .PDF + fetchmail: MDA returned nonzero status 75

Hi There!
My RT 4.12 + Centos works fine and my fetchmail as well. But sometimes, just
for some PDF attachments I got an error " HTTP request failed: 500 Internal
Server Error. Your webserver logs may have more information or there may be
a network problem " by WEB UI or " fetchmail: MDA returned nonzero status 75
" by fetchmail. It’s happened no matter what the file size is.

I’ve checked some points:
Package mod_perl-2.0.4-11.el6_5.x86_64 already installed and latest version

There are no error on my logs, except on my fetchmail log file when I tried
to get the e-mail trough MDA, but it’s happened just for some PDF files. I
still have not identify which type of file format it is.

I’ve following this:
http://requesttracker.wikia.com/wiki/TroubleShooting#Syslog_error_.27MDA_ret
urned_nonzero_status_75.27_when_using_fetchmail.2C_procmail_or_similar

I’ve following this link: http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49

In some forums, someone has indicated this:
/etc/request-tracker3.6/apache2-modperl2.conf
At the bottom it says:

Limit mail gateway access to localhost by default

<Location /rt/REST/1.0/NoAuth>
Order Allow,Deny
Allow from 127.0.0.1

But… I do not have this file!

My httpd.conf:

<VirtualHost *:443>
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log
LogLevel warn
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLCipherSuite
EECDH+AESGCM:EECDH+AES256:EECDH+AES128:EECDH+3DES:EDH+AES:RSA+AESGCM:RSA+AES
:RSA+3DES:!ECDSA:!NULL:!MD5:!DSS
SSLCertificateFile /etc/pki/tls/certs/ca.crt #SSLCertificateFile
/etc/httpd/ssl/apache.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key #SSLCertificateKeyFile
/etc/httpd/ssl/apache.key
#SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
#SSLVerifyClient require
SSLOptions +StdEnvVars

<Directory “/var/www/cgi-bin”>
SSLOptions +StdEnvVars

SetEnvIf User-Agent “.MSIE.
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
CustomLog logs/ssl_request_log
“%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x "%r" %b”

Request Tracker

ServerName myserver.com:443
AddDefaultCharset UTF-8
DocumentRoot /opt/rt4/share/html
Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/
Order allow,deny
Allow from all

<Directory “/opt/rt4/sbin”>
SSLOptions +StdEnvVars

On my /etc/httpd/conf.d/ssl.conf:

SetEnvIf User-Agent “.MSIE.
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
SSLProtocol ALL -SSLv2 -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

What could we be missing? Thanks so much in advance for helping us to
resolve the setup.

Marcelo Calado.

Hello Everyone!
I’m again…:slight_smile:

The question is…there is no left space on /tmp!
[warn] [client my_ip] (28)No space left on device: mod_fcgid: can’t write
tmp file for stdin request, referer

The RT use /tmp to record something? Is there a way to change that?

Thank you.-----Original Message-----
From: rt-users [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf
Of Marcelo Calado | TBS TAX Services
Sent: Friday, February 19, 2016 12:50 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Error by attaching .PDF + fetchmail: MDA returned
nonzero status 75

Hi There!
My RT 4.12 + Centos works fine and my fetchmail as well. But sometimes, just
for some PDF attachments I got an error " HTTP request failed: 500 Internal
Server Error. Your webserver logs may have more information or there may be
a network problem " by WEB UI or " fetchmail: MDA returned nonzero status 75
" by fetchmail. It’s happened no matter what the file size is.

I’ve checked some points:
Package mod_perl-2.0.4-11.el6_5.x86_64 already installed and latest version

There are no error on my logs, except on my fetchmail log file when I tried
to get the e-mail trough MDA, but it’s happened just for some PDF files. I
still have not identify which type of file format it is.

I’ve following this:
http://requesttracker.wikia.com/wiki/TroubleShooting#Syslog_error_.27MDA_ret
urned_nonzero_status_75.27_when_using_fetchmail.2C_procmail_or_similar

I’ve following this link: mod_ssl: F.A.Q.

In some forums, someone has indicated this:
/etc/request-tracker3.6/apache2-modperl2.conf
At the bottom it says:

Limit mail gateway access to localhost by default <Location

/rt/REST/1.0/NoAuth> Order Allow,Deny Allow from 127.0.0.1

But… I do not have this file!

My httpd.conf:

<VirtualHost *:443>
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log
LogLevel warn
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLCipherSuite
EECDH+AESGCM:EECDH+AES256:EECDH+AES128:EECDH+3DES:EDH+AES:RSA+AESGCM:RSA
EECDH++AES
:RSA+3DES:!ECDSA:!NULL:!MD5:!DSS
SSLCertificateFile /etc/pki/tls/certs/ca.crt #SSLCertificateFile
/etc/httpd/ssl/apache.crt SSLCertificateKeyFile /etc/pki/tls/private/ca.key
#SSLCertificateKeyFile /etc/httpd/ssl/apache.key #SSLCertificateChainFile
/etc/pki/tls/certs/server-chain.crt
#SSLVerifyClient require
SSLOptions +StdEnvVars

<Directory “/var/www/cgi-bin”>
SSLOptions +StdEnvVars

SetEnvIf User-Agent “.MSIE.
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log
“%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x "%r" %b”

Request Tracker

ServerName myserver.com:443
AddDefaultCharset UTF-8
DocumentRoot /opt/rt4/share/html
Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/
Order allow,deny
Allow from all

<Directory “/opt/rt4/sbin”>
SSLOptions +StdEnvVars

On my /etc/httpd/conf.d/ssl.conf:

SetEnvIf User-Agent “.MSIE.
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0 SSLProtocol ALL -SSLv2 -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

What could we be missing? Thanks so much in advance for helping us to
resolve the setup.

Marcelo Calado.