Am 25.06.2014 13:13, schrieb A. Schulze: > I have to setup a special transport to send messages to a broken system. > If I name the transport "foo", I could add transport specific setting in > main.cf > as foo_destination_rate_delay for example. > > Does that work too if I name the service "foo_smtp" so the settig must be > named > foo_smtp_destination_rate_delay?
i would avoid that smtp_destination_rate_delay is a valid configuration param foo_smtp_smtp_destination_rate_delay is ugly just don't do that as well as you don't name SQL fields with table, select, order, drop and other keywords use foo_outgoing and the question is solved and given how often people on that list mix smtp_ and smtpd_ params prefixes like "outoing" and "incoming" are more readable
