Drew Barnes wrote: > I suspect it's the space in the queue name. Try Support-Internal as the > queue name perhaps? > > >
Or adding single quotes around the queue name in the fetchmail config will probably do the trick: user support-internal there with password ***** mda "/usr/bin/perl /opt/rt3/bin/rt-mailgate --url http://192.168.100.2/ --queue 'Support Internal' --action correspond" Un-quoted whitespace is considered a field separator, so you were telling mailgate to use the queue 'Support' and passing 'Internal' as another option. .r' _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
