Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (2)

0
votes
0answers
10 views

PHP mail really slow on Mac OS X

I use PHP to send an email like this: mail($email_recipient,$mail_subject,$mail_body,"From: $email_sender\r\nReply-to: $email_sender\r\n"); The $mail_body is perhaps 1kb. $email_recipient = ...
0
votes
0answers
11 views

Taking mail header order in consideration when filtering

My incoming mail server is checking SPF and adds a line in the headers accordingly. However sometimes previous servers are adding similar headers so there is multiple Received-SPF headers. ...
0
votes
0answers
18 views

Send single email with multiple attachments from the shell with mail

I need to generate a single mail with different logs as multiple attachments in separated files. Is it possible to realize it only with traditional mail tool ?
0
votes
2answers
32 views

Mixing SPF records

I have the usual Google Apps SPF record in my DNS: v=spf1 include:_spf.google.com ~all and now, since we are using ZenDesk, I should also add: v=spf1 include:support.zendesk.com ~all Should they ...
-1
votes
0answers
30 views

Mail Relay options

I'm looking at options to provide a "single branding" email to multiple users worldwide. The catch is there is a perception of mail delay if the mail relay resides in only one country. The question ...
1
vote
0answers
22 views

Transport rule to restrict 'outside' email for users in specific group not working - Exchange 2010

I have two transport rules on my exchange server. One is: > Apply rule to messages: From users that are 'outside the organization' > and when any of the recipients in the To or Cc fields is a ...
0
votes
2answers
31 views

DNS Zone - redirect mail to another ip

I'm have my DNS server set like this: mail A xxx.xxx.xxx.xxx mail MX 10 because I want to redirect all mail traffic on server xxx.xxx.xxx.xxx but it does not forward my emails to this ...
1
vote
1answer
33 views

find user's email transaction history in CentOs?

is it possible, like in title, to find a particular user's email transaction history in CentOs? Tried /var/log/maillog but doesn't seems like it....
0
votes
1answer
28 views

How to store all outgoing mails from postfix in DB (MYSQL)

I have a postfix setup for my web server and I want to store every outgoing email from the server to a database. Does any one know how I can achieve this. FYI I just use this server to send emails and ...
0
votes
1answer
22 views

Change outgoing mail server in Cpanel [closed]

I am using CentOS,Apache and Cpanel/WHM Currently to access emails with an email client(like thunderbird), all the accounts have to use the outgoing address: hostname.serverdomain.com How can i ...
0
votes
0answers
9 views

Error starting Phoenix for Apache James?

I can get the run.bat in the \james-2.3.2\bin file to run, but when I try to start phoenix.sh I get this: Jacob@Jacob /c/program files/apache software foundation/james-2.3.2/bin $ phoenix.sh start ...
0
votes
1answer
25 views

Setting SCL value on emails in exchange 2010

Emails on my Exchange 2010 server do not have a SCL value or X-MS-Exchange-Organization-SCL: in the email header. Does anyone know how to enable this so I can filter spam from my users Thanks
2
votes
1answer
31 views

Postfix increase recepients limit

I am using Postfix to send mass mails to our customers. But at a time I can only mail to 1000 recepients (mail IDs in Bcc). If I increase the count it says too many recepients. How can I increase ...
1
vote
3answers
41 views

How to set up email address on my domain

I realize this is a really elementary question but I can't seem to find a good answer to my question through googling. I want to set up an email address on my domain, e.g. jason@example.com. I think ...
0
votes
0answers
21 views

Emails Directly To PHP [closed]

Possible Duplicate: What do I need to parse incoming emails? I run a Ubuntu Server which is basically a lamp server. I need a method to pipe emails directly into a PHP script. I know in ...
0
votes
0answers
19 views

Webmail works on PC but not Mac, linux, Chromium etc

Recently we migrated our mail server running the Icewarp mail server to a new virtual server to make it easier to manage. The Migration went well and there were no issues until we started receiving ...
0
votes
1answer
32 views

Exchange 2010 and FPE Content Filtering

I have a box running Server 2008 R2, Exchange 2010 SP1, and Forefront Protection for Exchange 2010. The issue is that I cannot for the life of me get my content filters to quarantine a single message ...
0
votes
0answers
14 views

Sendmail: external message to “username” goes to root only

I use Sendmail and Dovecot. I'm trying to send mail from external mail accounts to a username@domain.com on my dedicated server. The user is added with password and its /home/user directory. But only ...
0
votes
0answers
17 views

MAIL SERVER configuration for more than 10 user with authentication. (NOT using original email password)

we have a work group network of approx 15 user. Application server: windows server 2008 standard edition. file server: FREENAS 8. mail server and domain setup has been avoided for easy ...
-4
votes
1answer
39 views

How to get high delivery rate in an e-mail server? [closed]

I need to configure an e-mail server(Postfix/Linux/CentOs) in a VPS, I need to get my e-mail delivered at 95%. My main question is: Should I use the VPS where I have the website or should I use a new ...
2
votes
1answer
42 views

Configure exim4 (or other MTA) to prevent sending duplicate emails

How can I configure exim4 (or another MTA) to avoid sending duplicate emails? For my purposes a duplicate email can be defined as: same recipient and subject (or same recipient, subject and body) I ...
0
votes
1answer
28 views

Is using SOFTFAIL over FAIL in the SPF record considered best practice?

Or put another way, is using v=spf1 a mx ~all recommended over using v=spf1 a mx -all? The RFC does not appear to make any recommendations. My preference has always been to use FAIL, which causes ...
0
votes
0answers
29 views

Get Postfix's Delivered Filename

I'm trying to figure out a way to discern the filename of mail that is delivered via postfix. I would like to do this as efficiently as possible (via hooks?) but I believe postfix filters won't help ...
0
votes
1answer
34 views

gmail alternative so that gmail is default account [closed]

I use a google apps for my custom domain. We are bringing up another domain and I would like the functionality that google apps provides but don't want to be continually changing who I login as in ...
0
votes
0answers
7 views

Error: Mailaddress already exists in Organisation

I have two Domain Controllers for one domain and need to transfer an smtp-address from one user to another. I deleted the mailaddress from the first and when trying to add it to the second user, I get ...
0
votes
0answers
6 views

What Are the Risks of Storing a “Personal” Email Password Password Locally? [migrated]

I sometimes use MS Outlook 2010 on my home PC to check my personal Hotmail, but I have to type my password in every time I connect. What risks would I face if I allowed MS Outlook to memorize my ...
0
votes
1answer
34 views

sendmail problems

I am using sendmail to send emails through a PHP script. The emails go fine except for a few domains for which, when I run the command sendmail -q -v, it gives the following error: Deferred: ...
0
votes
1answer
24 views

Media Temple, SPF, and Changing IP Addresses

OK...so I have a hosting account with Media Temple and recently had problems with mail servers marking my sent emails as SPAM. I looked into the issue and read it's a good idea to implement SPF which ...
3
votes
1answer
58 views

How can I automatically inject an email signature server-side with qmail or other MTA?

We have a nice corporate email signature (NOT a huge disclaimer document, just a consistent 4-line email signature) that we have configured our email clients to use. It is small, tasteful, and ...
-1
votes
0answers
13 views

How to determine server name in Apache cent-OS?

the server names/identifiers in this question are fictional The maillog file is getting 100,000 entries per day, despite only a few hundred actual e-mails being sent, or other type of activity daily ...
1
vote
1answer
31 views

Rejecting unlisted senders in Postfix

A question from a beginner Postfix admin. What is the exact difference between writing in main.cf: smtpd_reject_unlisted_sender = yes and smtpd_sender_restrictions = reject_unlisted_sender ? ...
1
vote
3answers
55 views

Postfix alias multiple mail delivery

We have a Postfix server here that is servicing about 70-80 active users. We have a single alias for all users in the system that we manage manually in /etc/aliases. Occasionally, email sent to this ...
1
vote
1answer
26 views

PHP mail() function not working - looks like exim is rejecting for some reason

I have tested the script on another server and it works fine. When I check exim logs there are lots of rows like this, User 0 set for local_delivery transport is on the never_users list lots like ...
0
votes
0answers
31 views

Forward email with prepended content via nested parts

The task I'm trying to accomplish is to receive an email, prepend with some content, then forward it to the appropriate person. My understanding is parts can be nested ("Parts within Parts" section ...
-1
votes
1answer
110 views

Modern MLM Software with Brains?

So, right now we have a Postfix + Dovecot + Amavis server for our mail. We do "group lists" as a gaint Alias. The complaint has come up, that when someone sends an email to everyone@thecompany.com, ...
0
votes
1answer
29 views

Can send mail but never receive the “Failed permanently” emails

I'm trying to build a system that analyzes incoming emails and automatically removes emails that fail permanently. But I never receive those emails that you usually receive when you send an email to ...
-1
votes
0answers
74 views

How to get mailgun working with namecheap's DNS [closed]

OK, this confused me for a while. I think it has something to do with putting an "@" in the subdomain input, on namecheap's form. There's no other way to indicate "no subdomain".
0
votes
2answers
118 views

Is there any way of finding out how many emails our server sends per month

Our company has a server (VPS) which runs qmail. I have a number of IMAP mailboxes under our domain on this server and I want to find out how many emails are sent from our domain over a certain period ...
2
votes
3answers
143 views

What is the easiest way to setup a linux server to send mail?

I'm just about finished setting up the basics of my new ubuntu server - I don't have very much experience with Linux. I only need to be able to send email from my server - but it seems to be really ...
1
vote
2answers
22 views

receiving emails via ubuntu server

i followed the instruction here: https://help.ubuntu.com/community/Postfix i have a domain name name my-domain.com with hostnames www and @ pointing to my IP address. so how can i have emails sent ...
-1
votes
0answers
42 views

Strange Gmail email return delivery [closed]

I got a returned message from a specific email on gmail like this: Technical details of temporary failure: Google tried to deliver your message, but it was rejected by the recipient domain. We ...
3
votes
2answers
92 views

How can I query postfix to test is an address is in the virtual address file?

Is there something I can run from the command line that will let me query postfix (running locally)? if an address is in the virtual address file and, where the mail for that address is routed to. ...
2
votes
1answer
47 views

Postfix address filtering

Is it possible to do sender address filtering within postfix itself? I want to block email where the sender and recipient are both root@domain.com except in the case that the email was sent locally. ...
2
votes
4answers
49 views

How come there are two `Return-Path:` fields?

RFC822 on Return-Path:: This field is added by the final transport system that delivers the message to its recipient. The field is intended to contain definitive information about ...
0
votes
1answer
39 views

Error when sending email via outlook, Does this require a server application?

Requirement: My application has a requirement to send emails via outlook. I could accomplish this using Outlook = Microsoft.Office.Interop.Outlook; The application works fine on development ...
0
votes
2answers
45 views

Changing DNS when I have different email and web hosts

I've just built a new site on a NEW host at this domain www.new-domain.com The current live site is at a different domain www.old-domain.com and different host I want www.old-domain.com to redirect ...
1
vote
1answer
93 views

Using multiple mail-addresses with one IMAP/SMTP account

I have one IMAP-account. Multiple mail-addresses on different domains are routed to this single IMAP-inbox (e.g. john@example1.com, john.doe@example2.com, doe@example3.com). Now I want to send mails ...
0
votes
3answers
60 views

Postfix Mail Sending Delay

Is there any way to configure delay in sending mails thru Postfix server (ubuntu 10.04Lts), what I'm trying to limit sending mail to 60 mails/min or 1 mail in 1Sec.
0
votes
2answers
43 views

Stunnel Error binding pop3s to 0.0.0.0:110

I'm setting up stunnel so a non SSL enabled app can access a Gmail / Google Apps account. Here's the config I'm using: CLIENT=YES [pop3s] accept = 110 connect = pop.gmail.com:995 [imaps] accept = ...
0
votes
1answer
37 views

Is there are postfix setting to disable prepending a sender path in the Received: header?

Currenty emails are sent/received as : Received: from localhost.localdomain (sender.host [xx.xx.xx.xx]) by smtp.host (Postfix) with ESMTP id 7F6CC67897 for <mail@example.com>; Thu, 19 ...

1 2 3 4 5 47