hi guys I already did the http://flurdy.com/docs/postfix/ guide in setting up mail server.
I've got this two errors when I try to log in
imapd: chdir mydomain.com/contact/: No such file or directory
imapd: mymail@mydomain : No such file or directory
This is my configuration in nano /etc/courier/authmysqlrc:
MYSQL_HOME_FIELD "/var/spool/mail/"
MYSQL_MAILDIR_FIELD CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
note that I can read my email with: c
I have configured postfix, courier on EC2 which is having Ubuntu 12.
The necessary port's are opened SMTP, IMAP, POP3.
Installed and configured postfixadmin. Added domain and some mail boxes.
I am able to send mail from that admin panel to any email address.
But not able to log in to any email account using outlook. It gives can't established secured, unsecured connection error.
I have a mail server set up using virtual users and postfix that i can send mail through using my Windows Phone 8 mail client but when i try and send a test email through Outlook 2013 with or without TLS enabled Outlook times out.
The server has Plesk 10 installed. It uses qmail as the email service. After a migration from Linux based system to Windows based system, qmail is broken. It can send email fine but can't receive any email. I have fixed the problem afterward but old emails before the fix applied are stuck in the mail queue.
We have a multi-tenant email relay set up that has a transport map file that looks like this:
domain1.com smtp:mail.domain1.com
domain2.com smtp:mail.domain2.com
domain3.com smtp:mail.domain3.com
[etc]
In the event mail.domain1.com is down, email for domain1.com will be held by the postfix server until mail.domain1.com starts responding again.
I have a server I use to run a mailing list... and I use the same server for local accounts in the domain. Configured Postfix with IMAP and I can receive mail without any issues. But I cannot send out mail when I try my client complains that it timed out.. have not issues with the port being blocked because I can telnet to it fine. I'm using port 465 with TLS/SSL.
#!/usr/bin/perl
use strict;
use warnings;
my $file;
my @files;
my $parse;
my @files = <*>;
foreach $file(@files)
chomp ($file);
{
$parse = system qq(paste <(cut -f1,2,13 $file) <(cut -f12 $file));
}
"my" variable @files masks earlier declaration in same scope at Rast_seq.pl line 11.
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "("
I have a HUGE massive Exim mail log. What is going to be a good way to go through this email log and pull out all the common and other error types so I can go in and look them up and see which ones need to be fixed?