SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
|
-> create a file in /etc/dnsmasq/hosts.d/ |
|
|
(0004027)
|
baldy
|
2010-03-12 12:10
(edited on: 2010-03-12 12:36) |
|
|
|
|
maybe mail routing is also required |
|
|
|
on a system with dns an mail routing configured if I send a mail to spam@spam.spam I get this the mail queue:
E4F861CA3D5 637 Thu May 27 11:51:39 luca endian.com
(mail system configuration error)
spam@spam. |
|
|
(0005260)
|
Anonymous
|
2010-12-01 14:05
(edited on: 2010-12-01 14:17) |
|
upgraded from 2.4.0 to 2.4.1 and the issue is always true:
(mail system configuration error)
spam@spam.spam
transport.db have:
spam.spam sa-spam:
ham.ham sa-ham:
more info from logs:
postfix/pipe[9083]: warning: file /etc/postfix/master.cf: service sa-spam: unknown macro name: "SENDER"
and:
postfix/pipe[9086]: D561B21A15: to=<spam@spam.spam>, relay=sa-spam, delay=2441, delays=2441/0.02/0/0, dsn=4.3.5, status=deferred (mail system configuration error)
|
|
|
(0006179)
|
luca-endian
|
2011-05-03 08:21
(edited on: 2011-05-03 08:23) |
|
On 2.4.1
- aliases is correct
- transport file is correct
- master.cf file is correct
Onlye the sa-wrapper behaves something weird:
root@efw_master:~ # sa-wrapper
Use of uninitialized value in pattern match (m//) at /usr/bin/sa-wrapper line 81.
Use of uninitialized value in string eq at /usr/bin/sa-wrapper line 82.
Use of uninitialized value in string eq at /usr/bin/sa-wrapper line 82.
Use of uninitialized value in string eq at /usr/bin/sa-wrapper line 82.
Use of uninitialized value in string eq at /usr/bin/sa-wrapper line 82.
I don't recognize your domain ! at /usr/bin/sa-wrapper line 83.
|
|
|
|
The problem is that the /etc/postfix/master.cf contains
sa-spam unix - n n - - pipe user=amavis:amavis argv=/usr/bin/sa-wrapper spam ${SENDER}
sa-ham unix - n n - - pipe user=amavis:amavis argv=/usr/bin/sa-wrapper ham ${SENDER}
instead of:
sa-spam unix - n n - - pipe user=amavis:amavis argv=/usr/bin/sa-wrapper spam ${sender}
sa-ham unix - n n - - pipe user=amavis:amavis argv=/usr/bin/sa-wrapper ham ${sender}
all the sender domains need also by configured under incoming domains, then only that sender domains are accepted for the spam training. |
|
|
(0007743)
|
konus
|
2012-03-06 09:46
|
|
Is the problem solved in 2.5? |
|
|
|
$SENDER -> $sender
is fixed in 2.5
should work then. can you confirm? |
|