[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1264] New: Exim's smarthost configuration is broken for clients



http://bugs.skolelinux.no/show_bug.cgi?id=1264

           Summary: Exim's smarthost configuration is broken for clients
           Product: Skolelinux
           Version: etch-release-3.0r0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: debian-edu-config
        AssignedTo: debian-edu@lists.debian.org
        ReportedBy: ronny@skolelinux.org


our cfengine script symlinks exim4.conf -> /etc/exim/exim-ldap-client-v4.conf ,
but the file is realy located in /etc/exim4/exim-ldap-client-v4.conf The result
is that mail is attempted delivered and alerts is stored in /var/spool/mail/mail
instead of on postoffice

ln -sf /etc/exim4/exim-ldap-client-v4.conf exim4.conf 
fixes this problem and discover a different issue. 

in our default config, exim4 fails to expand postoffice into postoffice.intern,
 and all mails will be frozen. 

replacing line 228  in /etc/exim4/exim-ldap-client.conf
route_list = * postoffice bydns 
with 
route_list = * postoffice.intern bydns

fixes this issue.

both are fixed in svn.

Ronny



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



Reply to: