After completing the Virtual Users And Domains With Postfix, Courier And MySQL step though (
http://www.howtoforge.com/virtual_po...quota_courier).
As far as i can tell i've completed it to the letter.
Copies of my configuration files can be accessed here:
http://220.233.179.84/mail-config/
But when i try to smtp myself an email i get this:
Code:
ehlo mail.example.com
250-mail.mediafluid.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250 8BITMIME
mail from: blah@example.com
250 Ok
rcpt to: aaron@mediafluid.net
451 <aaron@mediafluid.net>: Temporary lookup failure
Pop gives me this:
Code:
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK Hello there.
user aaron@mediafluid.net
+OK Password required.
pass <<password>>
-ERR Maildir: No such file or directory
Connection closed by foreign host.
Mysql Structure is as follows: (Transports not show because i dont have/need them).
Code:
mysql> show tables;
+----------------+
| Tables_in_mail |
+----------------+
| domains |
| forwardings |
| transport |
| users |
+----------------+
mysql> select * from domains;
+----------------+
| domain |
+----------------+
| mediafluid.net |
+----------------+
1 row in set (0.00 sec)
mysql> select * from forwardings;
+---------------------+---------------------+
| source | destination |
+---------------------+---------------------+
| info@mediafluid.net | test@mediafluid.net |
+---------------------+---------------------+
1 row in set (0.01 sec)
mysql> select * from users;
+----------------------+---------------+----------+
| email | password | quota |
+----------------------+---------------+----------+
| test@mediafluid.net | ojuzu1LcDjnhU | 10485760 |
| aaron@mediafluid.net | 0uFEd8Rm7./Mc | 10485760 |
+----------------------+---------------+----------+
2 rows in set (0.02 sec)
/etc/init.d/postfix reload and check both come back with [ ok ].
/var/log/mail.warn contains this(repeating over and over every second):
Code:
Mar 10 23:10:00 localhost postfix/postdrop[16493]: warning: mail_queue_enter: create file maildrop/591653.16493: No such file or directory
Mar 10 23:10:01 localhost postfix/postdrop[15383]: warning: mail_queue_enter: create file maildrop/937108.15383: No such file or directory
Mar 10 23:10:01 localhost postfix/postdrop[14833]: warning: mail_queue_enter: create file maildrop/116518.14833: No such file or directory