problem about postfixadmin-Collection of common programming errors


  • fefe
    mysql postfix dovecot postfixadmin
    I have been setting up an email server based on this tutorial on ubuntu 12.04 with MySQL virtualuser. After having problems with postgray I’m again in that situation that I don’t know where should I search to debug my problem properly. Sending email from my servers mailbox to another account is working, for example Gmail. If I answer on than it is not going to be delivered. MAILER-DAEMON is returning the following unknown user: “myname”. the mail.err on dovecot restartJan 22 10:54:41 h2004156 do

  • Shasteriskt
    postfix smtp pam postfixadmin saslauthd
    I am building a mail server using Postfix, and set up the authentication to check against a database set-up using Postfixadmin.I can authenticate via Courier IMAP okay, as it can authenticate against the hashed password properly, but I am suspecting that my SASL + PAM-MySQL SMTP authentication mechanism cannot.I am getting these errors in /var/log/mail.log:pam_unix(smtp:auth): check pass; user unknown Aug 22 03:23:08 omitted saslauthd[26402]: pam_unix(smtp:auth): authentication failure; logname=

  • Tiddo
    centos postfix email dovecot postfixadmin
    I am configuring postfix and dovecot on my server, but for some reason I can’t receive mails. I’ve followed these instructions for configuring the mailserver. I’ve tested with pingability.com that port 25 is open (didn’t get any errors for the mail), and I am able to send mails. I just can’t recieve them, I don’t see them in the maildir and I don’t see them on squirrelmail.I am not really a linux expert, so can anyone help me to resolve this problem?My OS is CentOS 5.5edit1: According to the log

  • skerit
    postfix postfixadmin
    I thought I understood “Alias domains” as that it’s simply an alias for another domain! So when I set up a mailbox like “[email protected]”, and add “alias.com” as a domain alias for “main.com” the address “[email protected]” would also work… But no!So, I’ve added these domains:main.com alias.comI’ve created this mailbox:[email protected] I mapped these alias domains:alias.com => main.comAnd then when I send a mail to [email protected] I receive this error:Recipient address rejected: User unknown in vir

  • Jm Cruz
    mysql postfixadmin
    This is my first time running a postfixadmin, so in my setup.php, I’m getting this errorDEBUG INFORMATION: Invalid query: Unknown column ‘create_date’ in ‘mailbox’I’m running it with MySQL.So if i’m right, my guess is that i need to create a column? under mailbox table on the postfix database? but how or whats the right syntax into creating a timedate column? My knowledge with mysql and postfix are very minimal btw. Thanks in advance.