Cite This Page
Bibliographic details for Developer Documentation
- Page name: Developer Documentation
- Author: Proxmox Mail Gateway contributors
- Publisher: Proxmox Mail Gateway.
- Date of last revision: 4 August 2022 09:05 UTC
- Date retrieved: 23 January 2026 13:02 UTC
- Permanent URL: https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97
- Page Version ID: 97
Citation styles for Developer Documentation
APA style
Developer Documentation. (2022, August 4). Proxmox Mail Gateway. Retrieved 13:02, January 23, 2026 from https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97.
MLA style
"Developer Documentation." Proxmox Mail Gateway. 4 Aug 2022, 09:05 UTC. 23 Jan 2026, 13:02 <https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97>.
MHRA style
Proxmox Mail Gateway contributors, 'Developer Documentation', Proxmox Mail Gateway, 4 August 2022, 09:05 UTC, <https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97> [accessed 23 January 2026]
Chicago style
Proxmox Mail Gateway contributors, "Developer Documentation," Proxmox Mail Gateway, https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97 (accessed January 23, 2026).
CBE/CSE style
Proxmox Mail Gateway contributors. Developer Documentation [Internet]. Proxmox Mail Gateway; 2022 Aug 4, 09:05 UTC [cited 2026 Jan 23]. Available from: https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97.
Bluebook style
Developer Documentation, https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97 (last visited January 23, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Proxmox Mail Gateway",
title = "Developer Documentation --- Proxmox Mail Gateway{,} ",
year = "2022",
url = "https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97",
note = "[Online; accessed 23-January-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Proxmox Mail Gateway",
title = "Developer Documentation --- Proxmox Mail Gateway{,} ",
year = "2022",
url = "\url{https://pmg.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=97}",
note = "[Online; accessed 23-January-2026]"
}