{% extends "base.html" %} {% block title %}AKAs - Profile{% endblock %} {% block content %}

FTN AKAs

Alternate FidoNet addresses you can send netmail FROM.

Your AKAs
{% if akas %} {% for a in akas %} {% endfor %}
AddressDomainPrimary
{{ a.address }} {{ a.domain }} {% if a.is_primary %} primary {% else %}
{% endif %}
{% else %}
No AKAs configured yet. Outgoing netmail will use the network's default `our_address`.
{% endif %}
Add AKA
Format: zone:net/node[.point]
Network identifier (fidonet, fsxnet, retronet, ...)
← Back to profile
{% endblock %}