-
as seen on Server Fault
- Search for 'Server Fault'
Hi.
Using Centos 5.4, with Postfix. I can do a
mail [email protected]
subject: blah
test
.
Cc:
and the msg gets sent to gmail, but it resides in the spam folder, which is to be expected.
My goal is to be able to generate email msgs, and to have them appear in the regular Inbox! As I understand…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have two gmail accounts, and I want to configure my local postfix server as a client which does SASL authentication with smtp.gmail.com:587 with credentials that depend on the sender address.
So, let's say that my gmail accounts are: [email protected] and [email protected]. If I sent a mail with acc1@gmail…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
First, the background: I'm writing a Ruby app that uses SendGrid to send mass emails. SendGrid uses a custom email header (in JSON format) to set recipients, values to substitute, etc. SendGrid's documentation recommends splitting up the header so that the lines are shorter than 1,000 bytes.
My…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
Somebody can help me how can i use the gmail smtp server programmatically via socketConnection. My question is how i can write write a TSL/SSL authentication because i can`t communicate with the server?? Somebody did it from java on blackberry ?
Thank You
Alex
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
At work, I use Gmail's chat, since it's encrypted and logs chats without installing or saving anything to the hard drive. At home, I use Pidgin. When I log into GMail at home, I have to log out of chat, or messages will end up in the wrong place. When I log into GMail at work, I have to log back…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How effective is naive Bayesian filtering for filtering spam?
I heard that spammers easily bypass them by stuffing extra non-spam-related words. What programming techniques can you use with Bayesian filters to prevent that?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
From an answer I gave to another question:
There are comment filtering services out there that can analyse comments in a manner similar to mail spam filters (all links to the client API page, organised from simplest API to most complex):
Steve Kemp (again) has an xml-rpc-based comment…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a VPS which is originally destined to be a webserver but some minimal mail capabilities are needed to be deployed as well, including sending and receiving as standalone server.
The current setup is the following:
Postfix reveices the mail, the users are in virtual tables, stored in MySQL
on…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Is it possible to filter incoming spam when the mail server is hosted on a dynamic IP. Static IP is not an option at the moment. Outgoing mail is relayed through a third party service which works great, but I am not sure how I could filter incoming mail within Domino. Has anyone figured out how to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Currently I'm using Exim to deliver mails via dovecot-lda into Dovecot mailboxes. I'd like to add spam filtering, but I don't want to reject false-positives in Exim, and I want to train the bayesian filter from the client.
So: How do I configure a spamd such that spam lands in a Junk folder, and…
>>> More