I am unable to receive emails on an Ubuntu 11.04 server running postfix with the Plesk control panel. I can't see the mails even on webmail. I am able to send emails and am not getting any error messages on the email client when I try to receive.
I'm trying to enable TLS on Postfix but the daemon is crashing:
Sep 16 16:00:38 core postfix/master[1689]: warning: process /usr/libexec/postfix/smtpd pid 1694 killed by signal 11
Sep 16 16:00:38 core postfix/master[1689]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
CentOS 6.3 x86_64
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
br
After following several tutorials on setting up postfix at basic level on CentOs for my VPS, continue to get the following:
-bash-4.1# postfix start
/usr/libexec/postfix/postfix-script: line 317: cmp: command not found
postfix/postfix-script: warning: /usr/lib/sendmail and /usr/sbin/sendmail differ
postfix/postfix-script: warning: Replace one by a symbolic link to the other
postfix/postfix-script
I have a CentOS 5.5 64 bit mail server running Postfix. I want to do load balancing of mails sent/received to this server.
My Postfix MTA will relay mail to other two servers who will perform the SMTP service to send or receive mail messages.
Can anybody help me with this?
Hi, I am looking for a guide to Postfix configuration. I have an OpenSuse 11.2 system that is running 2 BBS systems independently, both of which are capable of receiving smtp mail on prot 25. What I would like to do is set up Postfix on the OpenSuse OS to receive all mail for both those domains and then send the relevant mail to the correct BBS.
I m having a vbulletin forum hosted on a linux server where i also installed postfix. Locally everything is workin fine if i'm disabling smtp from the vbulletin email options but i wish to use SMTP now.
I have got two domains: a.com and b.com. Currently all mails to info@a.com are insert to the mailbox "a". I configure in the file /etc/postfix/vmailbox that all mails to info@b.com are forwarded to info@a.com.
Now I want to send mails from b.com, but postfix only accept smtp-requests from info@a.com.
I've been fighting with Dovecot and Postfix for nearly 3 days now - I need some help!...
It seems Dovecot is not generating the private/auth file required for connections.
Mail.log
Code:
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: warning: SASL: Connect to private/auth failed: No such file or directory
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: fatal: no SASL au
I want to send mail from a local server. I tried to install
sudo apt-get install postfix
but it showed this error
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/p/postfix/postfix
Please help me to enable SMTP in Ubuntu.