Opened 18 years ago

Closed 17 years ago

#10680 closed defect (duplicate)

BUG: Postfix-2.3.2 and sasl variant mod for cyrus-sasl support

Reported by: canela@… Owned by: yeled@…
Priority: Normal Milestone:
Component: ports Version: 1.3.2
Keywords: postfix cyrus sasl Cc: markd@…
Port:

Description

To use cyrus-sasl with postfix it must be enabled along with sasl using a compiler switch. The "sasl" variant in the portfile should look like this:

variant sasl {

depends_lib-append port:cyrus-sasl2 set CCARGS [concat ${CCARGS} -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I${prefix}/include/sasl] set AUXLIBS [concat ${AUXLIBS} -lsasl2]

}

Change History (2)

comment:1 Changed 18 years ago by markd@…

Summary: Postfix and cyrus-sasl supportBUG: Postfix-2.3.2 and sasl variant mod for cyrus-sasl support

comment:2 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: duplicate
Status: newclosed

I am marking this as a duplicate only because I'm going to modify #10679, add a patch to it and kill 2 birds with one stone. Thanks for reporting.

Note: See TracTickets for help on using tickets.