Questions tagged [email]

The server configuration of email, including POP3, SMTP, IMAP, and popular server software packages that control email.

The server configuration of email, including POP3, SMTP, IMAP, and popular server software packages that control email.

6589 questions
2
votes
1 answer

Query to find emails that have been moved/deleted in Outlook

I have a user that accidentally (bad swipe or something...she's not sure how it happened) moved a number of emails from the Inbox into the Trash in Outlook. If she goes into the Trash she can see them, so she can 1 by 1 move them back to the Inbox.…
teleute00
  • 347
  • 1
  • 4
  • 16
2
votes
1 answer

How to get exim4's smtp and pop3/imap server name and settings?

I'm missing exim4 configuration file in /etc/exim/exim4.conf. dpkg-reconfigure exim4-config runs OK and sending/receiving emails is also OK. I just don't know where is the configuration saved. The main thing is that I need to find out what to fill…
Jakub Turcovsky
  • 297
  • 1
  • 4
  • 11
2
votes
2 answers

Spamassassin filter systematically produces negative (ham) scores for spam messages

I have problem with lots of spam. My server setup is VPS with CentOS 6.5 and Dovecot+Postfix+Spamassassin. Here is source of one of the messages: Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on…
FHR
  • 45
  • 1
  • 6
2
votes
0 answers

RDNS_NONE from spamassassin result, when it should be positive

When trying to do a spam test on mail-tester.com, SpamAssassin is giving me RDNS_NONE result. Can't quite figure out why! The result I get: -1.274 RDNS_NONE Delivered to internal network by a host with no rDNS This may be a false-positive,…
JJ85
  • 31
  • 3
2
votes
2 answers

Why is this SPF record being reported as invalid?

I've set up my SPF record at improvedemployees.com as follows: v=spf1 a mx ptr ip4:84.40.9.177 mx ip4:84.40.9.11 ~all I've set up my SPF record at affiliatewebdesigners.com to point to using improvedemployees.com as this is the reverse lookup name…
Dave Hilditch
  • 323
  • 3
  • 7
2
votes
1 answer

Postfix from address changed, mail being bounced

I have an Apache server which has been happily sending emails for the past few years - earlier this week the from address on all emails sent by postifx has changed and, as a result, 99% of messages are getting bounced or marked as spam. I am not…
bhttoan
  • 650
  • 3
  • 15
  • 27
2
votes
1 answer

mail: Cannot parse address

This is the command I use to tar my backup files, write to stdout and then upload everything to Amazon S3 with an email notification. tar -czvf - --exclude-caches /var/www | s3cmd --reduced-redundancy --multipart-chunk-size-mb=30 put -…
MultiformeIngegno
  • 1,687
  • 9
  • 26
  • 31
2
votes
1 answer

Fetch new Mails (Also from Subfolders) from another IMAP server as new Mail in Postfix

everyone. I have installed Postfix on a server with Aliases and Domains from a MySQL Database. It is configured to forward some adresses to other Mail Accounts and also delivers some mails in local mailboxes that will be queried over a dovecot imap…
Tobi
  • 237
  • 3
  • 12
2
votes
1 answer

Using Google Business Email simultaneously with other mail server for one domain

My partner is having some problems with delivering and receiving emails. They asked me to check Google Business Email, if it can provide a solution. My question is: Is it possible to split users into two groups? One group of users using Google…
Alex
  • 23
  • 2
2
votes
1 answer

imapsync some mails are not transferred

Im using this code: imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldate --noauthmd5 --host1 old.server --user1 old.user --password1 123456 --host2 localhost --user2 user@domain.com --password2 123456 Result is: Initial…
RhymeGuy
  • 201
  • 1
  • 2
  • 4
2
votes
1 answer

Send mail with priority from console

How can I send mail from the console marked with "priority high" flag? Currently I'm using this syntax: echo "message content" | mail -s "subject" user@example.com I don't see any switches for this in man.
Sfisioza
  • 592
  • 2
  • 8
  • 18
2
votes
1 answer

How to setup Postfix with Opendkim to automatically sign PHP emails?

I've found that: submitted emails are signed properly (ie those sent with MUA's like Outlook and Thunderbird) command-line sent emails are signed properly emails sent with PHP, in particular case PHPMailer (non-smtp submitted, ordinary PHP…
Miloš Đakonović
  • 682
  • 3
  • 9
  • 28
2
votes
1 answer

S/MIME: signed mails with disclaimer from mail filter/mailscanner?

We have a Mailscanner, which scans incoming and outgoing mails and add a small disclaimer (Mail was checked for Viruses... bla bla bla). So far i can add a disclaimer without signing the mail, or sign emails without adding the disclaimer. Is there a…
fips123
  • 361
  • 1
  • 5
  • 17
2
votes
1 answer

Relay Access Denied - Combined with external mail service

I have a client website which is spitting out this error message after you complete any of the forms: Mistake in recipient address! 554 5.7.1 : Relay access denied Mistake in sending data! 221 2.7.0 Error: I can break rules, too. Goodbye. They are…
wharfdale
  • 151
  • 8
2
votes
1 answer

Dovecot not serving old migrated emails for some clients

I have just migrated my emails to a new mail server. The old and the new server had the exact same setup using MailDir with fetchmail, procmail and dovecot. The configurations of those three applications are mostly the default configurations. I just…