What is your expert opinion of what would happen if an email that was trying to bounce back to me and couldn't get through (because my bounce back file was full)? Could it end up in someone's email box eventually up to 100 times?
I checked my /var/log/maillog file and it indicates that only...
Sendmail Crisis:
I sent out a mass mailing using the Unix sendmail utility, with all bounce backs going to /var/spool/mail/username. During this process the mail partition exceeded it's disk quota.
What I need to find out is if an email that was trying to bounce back to me and couldn't get...
I did some research and found that altering/removing extended email headers is a bad idea. Besides from being a red flag for spam, I would not be able to fake the Received Header.
i.e. If I added 3 fake Received Headers, my three would appear below the one generated by the recipients mail...
Thanks...
I was able to login as root to mysql and add a remote user using the grant command.
---------- On the remote server:
GRANT SELECT ON TABLENAME TO USER@SERVERNAME
IDENTIFIED BY PASSWORD;
GRANT INSERT ON TABLENAME TO USER@SERVERNAME
IDENTIFIED BY PASSWORD;
---------- In my Perl...
I did some research and found that altering/removing extended email headers is not a good idea. Besides from being a red flag for spam, I would not be able to fake the Received Header.
i.e. If I were to add 3 fake Received Headers, my three would appear below the Received Header generated by...
Thanks Daniel,
Your advice helped! Here's the code from my Perl program, and it seems to be working fine.
print MAIL<<EndMAIL;
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="06986E0E1E196312E032AFBC"
This is a multi-part message in MIME format...
Thanks everyone for your help. Here's what I've done to solve the problem. This code is from my Perl program ... and it works.
print MAIL<<EndMAIL;
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="06986E0E1E196312E032AFBC"
This is a multi-part message in MIME...
I used sendmail on a unix box to send out a large number of emails from a customer database.
The problem is that recipients whose emails returned to my /var/spool/mqueue folder, received duplicate emails.
There were no duplicate email addresses in my email list, and I am at a stump as to how...
I want to access a mysql database (on linux) from another linux box. I type in:
mysql -hservername -uusername -ppassword databasename
and it tells me that my server ip is not allowed to access the mysql database. How would I configure mysqlaccess.conf to allow remote access?
Does anyone know how to alter or remove extended email headers using sendmail? I'm doing a mass mailing on an opt-in customer database, and for security purposes, I don't want the name of the database server to appear in the email headers. Any suggestions?
Is reconfiguring and compiling...
Does anyone know how to alter or remove extended email headers using the Unix sendmail program? I'm doing a mass mailing on an opt-in customer database, and for security purposes, I don't want the name of the database server to appear in the email headers. Any suggestions?
Does anyone know how to alter or remove extended email headers using sendmail? I'm doing a mass mailing on an opt-in customer database, and for security purposes, I don't want the name of the database server to show up in the email headers. Any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.