This works for my 1.1.2 setup:

/etc/hosts:

127.0.0.1    localhost
127.0.1.1    relay-2
10.10.4.10    relay-2.lctn.org relay-2


settings.py:

#celery
CELERY_CONCURRENCY = 20
CELERY_DISABLE_RATE_LIMITS = True
BROKER_HOST = "localhost"
BROKER_PORT = 5672
BROKER_USER = "baruwa"
BROKER_PASSWORD = "xxxxx"
BROKER_VHOST = "baruwa"
CELERY_QUEUES = {
    socket.gethostname(): {
        "exchange_type": "direct",
        "binding_key": socket.gethostname(),
    },
    "default": {
        "exchange": "default",
        "binding_key": "default"
    },
}
CELERY_DEFAULT_QUEUE = "default"
CELERY_DEFAULT_EXCHANGE = "default"
CELERY_DEFAULT_EXCHANGE_TYPE = "direct"
CELERY_DEFAULT_ROUTING_KEY = "default"

#south
SOUTH_AUTO_FREEZE_APP = True

# Radius auth settings
RADIUS_SECRET = {}
RADIUS_SECRET['127.0.0.1'] = 'secret'

# Baruwa only setting

# location of GeoIP IPv6 DB
GEOIP_IPV6_DB = '/usr/share/GeoIP/GeoIPv6.dat'

# mailscanner configuration file
MS_CONFIG = '/etc/MailScanner/MailScanner.conf'

# mailscanner Quick.Peek program location
MS_QUICKPEEK = '/usr/sbin/Quick.Peek'




MailScanner.conf:

Run As User = postfix

# Group to run as (not normally used for sendmail)
#Run As Group = mail
#Run As Group = postfix
Run As Group = celeryd






On 03/26/2013 03:30 PM, Andrew Colin Kissa wrote:
On 26 Mar 2013, at 10:26 PM, JC Putter wrote:

[2013-03-26 22:20:48,139: INFO/PoolWorker-2] 
process-quarantine[860aba93-8d3a-450a-9aa7-b0bca26c6bd1]: Message: 
279226D81E09.ACD7E release failed with error: Message not found in the 
quarantine
Could be the hostname.

--
www.baruwa.org




_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056



_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to