SMTP-Client: fix target port handling for relay & fallback hosts
[citadel.git] / citadel / modules / smtp / smtpqueue.h
index c6cd97f5810c25a0914f9023a2d231b732a9b126..288e8b2e9b97bd5d0d5c3b54a2d7cb0a48061653 100644 (file)
@@ -22,6 +22,7 @@
 /*****************************************************************************/
 
 #define MaxAttempts 15
+extern const unsigned short DefaultMXPort;
 
 typedef struct _mailq_entry {
        StrBuf *Recipient;