• IPv4 during IMAP

    From Adam H. Kerman@21:1/5 to All on Tue Sep 19 23:30:50 2023
    I'm getting very long timeouts during IMAP while submitting credentials.
    The host I'm using has a weird issue in which the server farm took away
    fixed IPv6 addresses as it's changed to a model catering to people who establishing and taking down virtual hosts and get temporary IPv6
    addresses. The host I'm on isn't temporary; this is a lousy model for
    us. The system administrator wants to communicate via IPv4 only to rule
    out that possibility; he still has two fixed IPv4 addresses.

    I don't understand the benefit of that model for other people.

    Is there a command I can give that would use IPv4 for IMAP only or IPv4 throughout all aspects of the alpine session?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Adam H. Kerman on Tue Sep 19 20:29:32 2023
    On Tue, 19 Sep 2023, Adam H. Kerman wrote:

    Is there a command I can give that would use IPv4 for IMAP only or IPv4 throughout all aspects of the alpine session?

    Not to my knowledge. The way to do this is by recompiling alpine and
    during the make process use the command

    make IP6=4

    --
    Eduardo
    https://alpineapp.email (web)
    http://repo.or.cz/alpine.git (Git)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam H. Kerman@21:1/5 to Eduardo Chappa on Wed Sep 20 03:01:33 2023
    Eduardo Chappa <chappa@washington.edu> wrote:
    On Tue, 19 Sep 2023, Adam H. Kerman wrote:

    Is there a command I can give that would use IPv4 for IMAP only or IPv4 >>throughout all aspects of the alpine session?

    Not to my knowledge. The way to do this is by recompiling alpine and
    during the make process use the command

    make IP6=4

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)