HY,
mein server soll schon selber versenden ^^ habe eh keinen mailserver auf den ich zugreifen könnte.
Hier die letzten einträge aus meiner Log...
(ich habe mal datum und uhrzeit durch # ersetzt)
[/var/log/mail.log]
#188 postfix/pickup[25180]: 394C412F6285: uid=33 from=<www-data>
#188 postfix/cleanup[25182]: 394C412F6285: message-id=<20090822001727.394C412F6285@domain.de>
#188 postfix/cleanup[25182]: warning: 394C412F6285: virtual_alias_maps map lookup problem for empfänger@email.de
#188 postfix/smtpd[25260]: connect from 173-31-40-100.client.mchsi.com[173.31.40.100]
#188 postfix/trivial-rewrite[25295]: warning: connect to mysql server localhost: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
#188 postfix/trivial-rewrite[25295]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
#188 postfix/trivial-rewrite[25296]: warning: connect to mysql server localhost: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
#188 postfix/trivial-rewrite[25296]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
#188 postfix/smtpd[25264]: warning: problem talking to service rewrite: Success
#188 postfix/cleanup[25182]: warning: problem talking to service rewrite: Connection reset by peer
#188 postfix/master[25174]: warning: process /usr/lib/postfix/trivial-rewrite pid 25295 exit status 1
#188 postfix/master[25174]: warning: /usr/lib/postfix/trivial-rewrite: bad command startup -- throttling
#188 postfix/master[25174]: warning: process /usr/lib/postfix/trivial-rewrite pid 25296 exit status 1
[var/log/auth.log]
#188 postfix/smtpd[25417]: sql_select option missing
#188 postfix/smtpd[25417]: auxpropfunc error no mechanism available
#188 postfix/smtpd[25417]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
[var/log/mail.err]
#188 postfix/trivial-rewrite[25589]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
#188 postfix/trivial-rewrite[25590]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
#188 postfix/trivial-rewrite[25635]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
#188 postfix/trivial-rewrite[25636]: fatal: mysql:/etc/postfix/mysql_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
... ich schätze auch mal das es mit der mysql datenbank zu tun hat, da ich ja selbst sehen kann das da nen fehler ist nur genau kp.
ich hatte mal nach nem tutorial gearbeitet und in diese daten etwas eingeschrieben:
[etc/postfix/mysql_virtual_mailbox_maps.cf]
user = postfix
password = ******
hosts = localhost
dbname = postfix
table = mailbox
select_field = maildir
where_field = username
[etc/postfix/mysql_virtual_mailbox_limit_maps.cf]
user = postfix
password = ******
hosts = localhost
dbname = postfix
table = mailbox
select_field = quota
where_field = username
[etc/postfix/mysql_virtual_alias_maps.cf]
user = postfix
password = ******
hosts = localhost
dbname = postfix
table = alias
select_field = goto
where_field = address
[etc/postfix/mysql_virtual_alias_maps.cf]
user = postfix
password = *******
hosts = localhost
dbname = postfix
table = domain
select_field = domain
where_field = domain
ich hoffe mal das das nicht zu unübersichtlich ist ^^ nur dachte ich ist besser mehr als zu wenig
könnte ggf. zu kleinen fehlern gekommen sein, da das bearbeitungssystem die sonderzeichen ersetztz haben wollte ^^ ;)
mfg
Jacky