Spamsnake 10.10

Discussion in 'HOWTO-Related Questions' started by macross, Feb 15, 2011.

  1. macross

    macross New Member

    Good day,

    I have been trying to add another relay domain to my spam snake which is delivering mail to my exchange server for my main domain.

    Unfortunately I only see this in the log:

    Diagnostic-Code: X-Postfix; mail for xxx.com loops back to myself

    Where should i be adding the domain? I have configured my relay_receipients to get addresses from my AD and that works just great but when I run the sql select to check the domains it is empty. Could that be the issue?

    mysql> select concat(address, ' ', 'OK') 'domain' from user_addresses where user_addresses.address='%s' and user_addresses.enabled='1';
    Empty set (0.00 sec)

    Thank you!
     
  2. macross

    macross New Member

    FYI i already ran

    usermod -a -G www-data clamav

    and i see the perms on the files don't allow group write.

    4 drwxr-x--- 2 postfix www-data 4096 2011-02-15 12:28 17997
    4 drwxr-x--- 2 postfix www-data 4096 2011-02-15 12:29 18031
    4 drwxr-x--- 2 postfix www-data 4096 2011-02-15 12:26 18542
    4 drwxr-x--- 2 postfix www-data 4096 2011-02-15 12:17 19705

    ---

    sorry that is unrelated it's just part of another small issue i am having getting a perm denied when clamav tries to lstat the files
     
  3. topdog

    topdog Active Member

Share This Page