the errors i get when manually trying to restart amavis:
/etc/init.d/amavis restart
error in config file "/etc/amavis/conf.d/50-user":
Global symbol "$storage_redis_ttl" requires explicit package name at /etc/amavis/conf.d/50-user line 14.
Global symbol "@storage_redis_dsn" requires explicit package name at /etc/amavis/conf.d/50-user live 15.
Global symbol "$redis_logging_gueue_size_limit" requires explicit package name at /etc/amavis/conf.d/50-usre line 16.
Global symbol "$redis_logging_key" requires explicit package name at /etc/amavis/conf.d/50-user line 17.
(failed).
any help would be appreciated
mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That cleared it up. I had also deleted the 50-user file and a restart worked. I'm guessing after a reboot i would have had the same trouble. thx for the quick fix / response.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting the same error. what version of redis is required? Im unfortunately still at Ubuntu 14.04, so im always having to fix issues do to updates by scrollout.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
New features have been included, such as IP reputation provided by recent release of amavis.
Scrollout configuration scripts are working for Debian 7 and 8 only, not for Ubuntu.
Support for Ubuntu has been discontinued a while ago.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting the similar error:
/etc/init.d/amavis start
Starting amavisd: Error in config file "/etc/amavis/conf.d/40-redis": Global symbol "$storage_redis_ttl" requires explicit package name at /etc/amavis/conf.d/40-redis line 11.
Global symbol "@storage_redis_dsn" requires explicit package name at /etc/amavis/conf.d/40-redis line 12.
Global symbol "$redis_logging_queue_size_limit" requires explicit package name at /etc/amavis/conf.d/40-redis line 13.
Global symbol "$redis_logging_key" requires explicit package name at /etc/amavis/conf.d/40-redis line 14.
Global symbol "$enable_ip_repu" requires explicit package name at /etc/amavis/conf.d/40-redis line 15.
I use LTS Ubuntu 14.04.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I am currently had an issue with AMAVIS, now my emails are not passing thru the filters.
postfix/error[45128]: 3p9tNP0Hl0zbfHH: to=steve@adomain.com, relay=none, delay=1.6, delays=1.5/0/0/0.07, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
the errors i get when manually trying to restart amavis:
/etc/init.d/amavis restart
error in config file "/etc/amavis/conf.d/50-user":
Global symbol "$storage_redis_ttl" requires explicit package name at /etc/amavis/conf.d/50-user line 14.
Global symbol "@storage_redis_dsn" requires explicit package name at /etc/amavis/conf.d/50-user live 15.
Global symbol "$redis_logging_gueue_size_limit" requires explicit package name at /etc/amavis/conf.d/50-usre line 16.
Global symbol "$redis_logging_key" requires explicit package name at /etc/amavis/conf.d/50-user line 17.
(failed).
any help would be appreciated
Please update again. Those settings work on Debian 8.
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
That cleared it up. I had also deleted the 50-user file and a restart worked. I'm guessing after a reboot i would have had the same trouble. thx for the quick fix / response.
I am getting the same error. what version of redis is required? Im unfortunately still at Ubuntu 14.04, so im always having to fix issues do to updates by scrollout.
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
New features have been included, such as IP reputation provided by recent release of amavis.
Scrollout configuration scripts are working for Debian 7 and 8 only, not for Ubuntu.
Support for Ubuntu has been discontinued a while ago.
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I am getting the similar error:
/etc/init.d/amavis start
Starting amavisd: Error in config file "/etc/amavis/conf.d/40-redis": Global symbol "$storage_redis_ttl" requires explicit package name at /etc/amavis/conf.d/40-redis line 11.
Global symbol "@storage_redis_dsn" requires explicit package name at /etc/amavis/conf.d/40-redis line 12.
Global symbol "$redis_logging_queue_size_limit" requires explicit package name at /etc/amavis/conf.d/40-redis line 13.
Global symbol "$redis_logging_key" requires explicit package name at /etc/amavis/conf.d/40-redis line 14.
Global symbol "$enable_ip_repu" requires explicit package name at /etc/amavis/conf.d/40-redis line 15.
I use LTS Ubuntu 14.04.
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
i have same problem and there is a workaround
comment the first line in
/etc/amavis/conf.d/40-redisthen restart amavis with
service amavis start